diff --git a/src/backend/setup.cfg b/src/backend/setup.cfg index 717581276a..20a62966b0 100644 --- a/src/backend/setup.cfg +++ b/src/backend/setup.cfg @@ -27,7 +27,7 @@ requires-python = >=3.9 [options] install_requires = Brotli==1.0.9 - boto3==1.21.3 + boto3==1.21.8 channels==3.0.4 channels-redis==3.3.1 chardet==4.0.0 @@ -50,7 +50,7 @@ install_requires = psycopg2-binary==2.9.3 PyLTI==0.7.0 python-dateutil==2.8.2 - sentry-sdk==1.5.5 + sentry-sdk==1.5.6 requests==2.27.1 urllib3==1.26.8 uvicorn[standard]==0.17.5 @@ -76,11 +76,11 @@ console_scripts = [options.extras_require] dev = - bandit==1.7.2 + bandit==1.7.3 black==22.1.0 factory_boy==3.2.1 flake8==4.0.1 - ipython==8.0.1 + ipython==8.1.0 isort==5.10.1 pdbpp==0.10.3 pycodestyle==2.8.0 @@ -95,7 +95,7 @@ dev = wheel==0.37.1 e2e = - playwright==1.19.0 + playwright==1.19.1 pytest-playwright==0.2.3 [bdist_wheel]