diff --git a/requirements/ci.txt b/requirements/ci.txt index 7a41039..389ad8c 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/ci.txt requirements/ci.in # -cachetools==5.3.2 +cachetools==5.3.3 # via tox chardet==5.2.0 # via tox diff --git a/requirements/common_constraints.txt b/requirements/common_constraints.txt index 15aafb2..96cc5db 100644 --- a/requirements/common_constraints.txt +++ b/requirements/common_constraints.txt @@ -13,7 +13,7 @@ # using LTS django version -Django<4.0 +Django<5.0 # elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process. # elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html diff --git a/requirements/dev.txt b/requirements/dev.txt index 3b3211e..c246660 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,15 +8,17 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.34.49 +backports-zoneinfo==0.2.1 + # via django +boto3==1.34.54 # via fs-s3fs -botocore==1.34.49 +botocore==1.34.54 # via # boto3 # s3transfer -build==1.0.3 +build==1.1.1 # via pip-tools -cachetools==5.3.2 +cachetools==5.3.3 # via tox chardet==5.2.0 # via tox @@ -26,7 +28,7 @@ colorama==0.4.6 # via tox distlib==0.3.8 # via virtualenv -django==3.2.24 +django==4.2.10 # via # -c requirements/common_constraints.txt # -r requirements/base.in @@ -65,10 +67,8 @@ pyproject-hooks==1.0.0 # via # build # pip-tools -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via botocore -pytz==2024.1 - # via django s3transfer==0.10.0 # via boto3 six==1.16.0 diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index 6a2bd7d..4d7b49a 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -4,7 +4,7 @@ # # pip-compile --output-file=requirements/pip-tools.txt requirements/pip-tools.in # -build==1.0.3 +build==1.1.1 # via pip-tools click==8.1.7 # via pip-tools diff --git a/requirements/quality.txt b/requirements/quality.txt index 5e74e34..ee8730d 100644 --- a/requirements/quality.txt +++ b/requirements/quality.txt @@ -16,12 +16,16 @@ astroid==3.1.0 # via # pylint # pylint-celery -boto3==1.34.49 +backports-zoneinfo==0.2.1 + # via + # -r requirements/test.txt + # django +boto3==1.34.54 # via # -r requirements/test.txt # fs-s3fs # moto -botocore==1.34.49 +botocore==1.34.54 # via # -r requirements/test.txt # boto3 @@ -59,7 +63,7 @@ cryptography==42.0.5 # secretstorage dill==0.3.8 # via pylint -django==3.2.24 +django==4.2.10 # via # -c requirements/common_constraints.txt # -r requirements/test.txt @@ -111,7 +115,7 @@ jmespath==1.0.1 # -r requirements/test.txt # boto3 # botocore -keyring==24.3.0 +keyring==24.3.1 # via twine markdown-it-py==3.0.0 # via rich @@ -140,7 +144,7 @@ packaging==23.2 # pytest pbr==6.0.0 # via stevedore -pkginfo==1.9.6 +pkginfo==1.10.0 # via twine platformdirs==4.2.0 # via pylint @@ -176,7 +180,7 @@ pylint-plugin-utils==0.8.2 # pylint-django pypng==0.20220715.0 # via -r requirements/test.txt -pytest==8.0.2 +pytest==8.1.0 # via # -r requirements/test.txt # pytest-cov @@ -185,23 +189,19 @@ pytest-cov==4.1.0 # via -r requirements/test.txt pytest-django==4.8.0 # via -r requirements/test.txt -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # -r requirements/test.txt # botocore # moto python-slugify==8.0.4 # via code-annotations -pytz==2024.1 - # via - # -r requirements/test.txt - # django pyyaml==6.0.1 # via # -r requirements/test.txt # code-annotations # responses -readme-renderer==42.0 +readme-renderer==43.0 # via twine requests==2.31.0 # via @@ -218,7 +218,7 @@ responses==0.25.0 # moto rfc3986==2.0.0 # via twine -rich==13.7.0 +rich==13.7.1 # via twine s3transfer==0.10.0 # via @@ -249,7 +249,7 @@ tomli==2.0.1 # coverage # pylint # pytest -tomlkit==0.12.3 +tomlkit==0.12.4 # via pylint twine==5.0.0 # via -r requirements/quality.in diff --git a/requirements/test.txt b/requirements/test.txt index bf1d406..325f875 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,11 +8,13 @@ appdirs==1.4.4 # via fs asgiref==3.7.2 # via django -boto3==1.34.49 +backports-zoneinfo==0.2.1 + # via django +boto3==1.34.54 # via # fs-s3fs # moto -botocore==1.34.49 +botocore==1.34.54 # via # boto3 # moto @@ -66,7 +68,7 @@ pycparser==2.21 # via cffi pypng==0.20220715.0 # via -r requirements/test.in -pytest==8.0.2 +pytest==8.1.0 # via # -r requirements/test.in # pytest-cov @@ -75,12 +77,10 @@ pytest-cov==4.1.0 # via -r requirements/test.in pytest-django==4.8.0 # via -r requirements/test.in -python-dateutil==2.8.2 +python-dateutil==2.9.0.post0 # via # botocore # moto -pytz==2024.1 - # via django pyyaml==6.0.1 # via responses requests==2.31.0