diff --git a/requirements/base.txt b/requirements/base.txt index 407d888..2708107 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,24 +1,24 @@ argon2-cffi~=21.3.0 argon2-cffi-bindings~=21.2.0 -channels~=3.0.5 +channels~=4.0.0 django-allauth~=0.51.0 django-compressor~=4.1 django-cors-headers~=3.13.0 django-crispy-forms~=1.14.0 -django-extensions~=3.2.0 +django-extensions~=3.2.1 django-filter~=22.1 django-rest-knox~=4.2.0 -django-storages~=1.13 -Django~=4.1 -djangorestframework~=3.13.1 +django-storages~=1.13.1 +Django~=4.1.2 +djangorestframework~=3.14.0 environs~=9.5.0 -google-auth~=2.10.0 -google-cloud-pubsub==2.13.6 +google-auth~=2.12.0 +google-cloud-pubsub~=2.13.10 openpyxl~=3.0.10 -psycopg2~=2.9.3 +psycopg2~=2.9.4 pyexcel-io~=0.6.6 pyexcel-xlsx~=0.6.0 pyexcel~=0.7.0 toml~=0.10.2 -typing-extensions~=4.3.0 +typing-extensions~=4.4.0 whitenoise~=6.2.0 diff --git a/requirements/dev.txt b/requirements/dev.txt index debb3b2..34c6957 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,4 +1,4 @@ -r test.txt -ipython~=8.4.0 +ipython~=8.5.0 pre-commit~=2.20.0 diff --git a/requirements/production.txt b/requirements/production.txt index 6d2992a..d3d40fe 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -2,17 +2,17 @@ # Google # ----------------------------------------------------------------------------- -google-api-core~=2.8.2 -google-api-python-client~=2.56.0 +google-api-core~=2.10.2 +google-api-python-client~=2.64.0 google-auth-httplib2~=0.1.0 -google-cloud-secret-manager~=2.12.1 +google-cloud-secret-manager~=2.12.6 google-cloud-storage~=2.5.0 -google-crc32c~=1.3.0 -google-resumable-media~=2.3.3 +google-crc32c~=1.5.0 +google-resumable-media~=2.4.0 googleapis-common-protos~=1.56.4 grpc-google-iam-v1~=0.12.4 -grpcio-status~=1.47.0 -grpcio~=1.47.0 +grpcio-status==1.49.1 +grpcio~=1.49.1 diff --git a/requirements/test.txt b/requirements/test.txt index a9b6520..f6c4649 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -2,12 +2,12 @@ # Code quality checks/Linting # ----------------------------------------------------------------------------- -black~=22.6.0 -flake8-isort~=4.2.0 +black~=22.10.0 +flake8-isort~=5.0.0 flake8~=5.0.4 isort~=5.10.1 mypy-extensions~=0.4.3 -pyright~=1.1.265 +pyright~=1.1.275 # Stubs @@ -19,18 +19,18 @@ django-stubs~=1.12.0 # Testing # ----------------------------------------------------------------------------- factory-boy~=3.2.1 -Faker~=13.15.1 -pytest-cov~=3.0.0 +Faker~=15.1.1 +pytest-cov~=4.0.0 pytest-django~=4.5.2 pytest-forked~=1.4.0 pytest-sugar~=0.9.5 pytest-xdist~=2.5.0 -pytest~=7.1.2 -tox~=3.25.1 -model-bakery~=1.7.0 +pytest~=7.1.3 +tox~=3.26.0 +model-bakery~=1.8.0 # Coverage # ----------------------------------------------------------------------------- -coverage~=6.4.2 +coverage~=6.5.0 coveralls~=3.3.1 django-coverage-plugin~=2.0.3