Skip to content

Commit

Permalink
⬆️(dependencies) update python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and lunika committed Feb 28, 2022
1 parent 3897dee commit 3773d65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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]
Expand Down

0 comments on commit 3773d65

Please sign in to comment.