diff --git a/src/backend/setup.cfg b/src/backend/setup.cfg index 20a62966b0..0c2999deac 100644 --- a/src/backend/setup.cfg +++ b/src/backend/setup.cfg @@ -27,19 +27,19 @@ requires-python = >=3.9 [options] install_requires = Brotli==1.0.9 - boto3==1.21.8 + boto3==1.21.13 channels==3.0.4 channels-redis==3.3.1 chardet==4.0.0 coreapi==2.3.3 cryptography==36.0.1 - django==4.0.2 + django==4.0.3 dj-database-url==0.5.0 django-configurations==2.3.2 django-cors-headers==3.11.0 django-extensions==3.1.5 djangorestframework==3.13.1 - djangorestframework_simplejwt==5.0.0 + djangorestframework_simplejwt==5.1.0 django-safedelete==1.1.2 django-storages==1.12.3 django-waffle==2.3.0 @@ -76,11 +76,11 @@ console_scripts = [options.extras_require] dev = - bandit==1.7.3 + bandit==1.7.4 black==22.1.0 factory_boy==3.2.1 flake8==4.0.1 - ipython==8.1.0 + ipython==8.1.1 isort==5.10.1 pdbpp==0.10.3 pycodestyle==2.8.0 @@ -91,7 +91,7 @@ dev = pytest-cov==3.0.0 pytest-django==4.5.2 pytest-mock==3.7.0 - responses==0.18.0 + responses==0.19.0 wheel==0.37.1 e2e =