diff --git a/mula/requirements-dev.txt b/mula/requirements-dev.txt index 484bdbe80a5..a380d942da4 100644 --- a/mula/requirements-dev.txt +++ b/mula/requirements-dev.txt @@ -796,7 +796,7 @@ sqlalchemy==1.4.48 ; python_version >= "3.8" and python_version < "4.0" \ starlette==0.27.0 ; python_version >= "3.8" and python_version < "4.0" \ --hash=sha256:6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75 \ --hash=sha256:918416370e846586541235ccd38a474c08b80443ed31c578a418e2209b3eef91 -tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11" \ +tomli==2.0.1 ; python_version >= "3.8" and python_full_version <= "3.11.0a6" \ --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \ --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f tomlkit==0.11.8 ; python_version >= "3.8" and python_version < "4.0" \ diff --git a/rocky/poetry.lock b/rocky/poetry.lock index 6b22f87ca85..8b9b5a12a5d 100644 --- a/rocky/poetry.lock +++ b/rocky/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "arabic-reshaper" @@ -2028,7 +2028,7 @@ name = "prompt-toolkit" version = "2.0.10" description = "Library for building powerful interactive command lines in Python" optional = false -python-versions = ">=2.6,<3.0.0 || >=3.3.0" +python-versions = ">=2.6,<3.0.dev0 || >=3.3.dev0" files = [ {file = "prompt_toolkit-2.0.10-py2-none-any.whl", hash = "sha256:e7f8af9e3d70f514373bf41aa51bc33af12a6db3f71461ea47fea985defb2c31"}, {file = "prompt_toolkit-2.0.10-py3-none-any.whl", hash = "sha256:46642344ce457641f28fc9d1c9ca939b63dadf8df128b86f1b9860e59c73a5e4"}, @@ -3192,12 +3192,12 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "uwsgi" -version = "2.0.21" +version = "2.0.22" description = "The uWSGI server" optional = false python-versions = "*" files = [ - {file = "uwsgi-2.0.21.tar.gz", hash = "sha256:35a30d83791329429bc04fe44183ce4ab512fcf6968070a7bfba42fc5a0552a9"}, + {file = "uwsgi-2.0.22.tar.gz", hash = "sha256:4cc4727258671ac5fa17ab422155e9aaef8a2008ebb86e4404b66deaae965db2"}, ] [[package]] @@ -3373,4 +3373,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "8711720bd3815ba47a1e3224c13d225678df03e3bc9b95ae260904f8c8e95216" +content-hash = "e3df40f0917a6d6570aaa76d659e7d493a5d1cfa343817fab73a686231c78ea6" diff --git a/rocky/pyproject.toml b/rocky/pyproject.toml index d7388e99ff1..6cd6c0df178 100644 --- a/rocky/pyproject.toml +++ b/rocky/pyproject.toml @@ -39,7 +39,7 @@ dnspython = "^2.1.0" django-password-validators = "^1.7.1" colorama = "^0.4.6" django-csp = "^3.7" -uwsgi = "^2.0.21" +uwsgi = "^2.0.22" djangorestframework = "^3.14.0" django-tagulous = "^1.3.3" drf-standardized-errors = "^0.12.5" diff --git a/rocky/requirements-dev.txt b/rocky/requirements-dev.txt index 73a8aa3f158..810d1d991d6 100644 --- a/rocky/requirements-dev.txt +++ b/rocky/requirements-dev.txt @@ -147,7 +147,7 @@ tzdata==2023.3 ; python_version >= "3.8" and python_version < "4.0" and (sys_pla tzlocal==5.0.1 ; python_version >= "3.8" and python_version < "4.0" uritools==4.0.1 ; python_version >= "3.8" and python_version < "4.0" urllib3==2.0.3 ; python_version >= "3.8" and python_version < "4.0" -uwsgi==2.0.21 ; python_version >= "3.8" and python_version < "4.0" +uwsgi==2.0.22 ; python_version >= "3.8" and python_version < "4.0" vulture==2.7 ; python_version >= "3.8" and python_version < "4.0" wcwidth==0.2.6 ; python_version >= "3.8" and python_version < "4.0" webencodings==0.5.1 ; python_version >= "3.8" and python_version < "4.0" diff --git a/rocky/requirements.txt b/rocky/requirements.txt index b52b784ceb3..f5b3161a10a 100644 --- a/rocky/requirements.txt +++ b/rocky/requirements.txt @@ -759,8 +759,8 @@ uritools==4.0.1 ; python_version >= "3.8" and python_version < "4.0" \ urllib3==2.0.3 ; python_version >= "3.8" and python_version < "4.0" \ --hash=sha256:48e7fafa40319d358848e1bc6809b208340fafe2096f1725d05d67443d0483d1 \ --hash=sha256:bee28b5e56addb8226c96f7f13ac28cb4c301dd5ea8a6ca179c0b9835e032825 -uwsgi==2.0.21 ; python_version >= "3.8" and python_version < "4.0" \ - --hash=sha256:35a30d83791329429bc04fe44183ce4ab512fcf6968070a7bfba42fc5a0552a9 +uwsgi==2.0.22 ; python_version >= "3.8" and python_version < "4.0" \ + --hash=sha256:4cc4727258671ac5fa17ab422155e9aaef8a2008ebb86e4404b66deaae965db2 webencodings==0.5.1 ; python_version >= "3.8" and python_version < "4.0" \ --hash=sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78 \ --hash=sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923