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 kernicPanel committed Mar 13, 2023
1 parent cd3f6b6 commit 1d43421
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requires-python = >=3.9
[options]
install_requires =
Brotli==1.0.9
boto3==1.26.84
boto3==1.26.89
channels<4
channels-redis<4
chardet==5.1.0
Expand Down Expand Up @@ -62,8 +62,8 @@ install_requires =
social-auth-app-django==5.0.0
social-auth-core[saml]==4.3.0
social-edu-federation==2.1.1
urllib3==1.26.14
uvicorn[standard]==0.20.0
urllib3==1.26.15
uvicorn[standard]==0.21.0
whitenoise==6.4.0
xmpppy==0.7.1

Expand All @@ -86,7 +86,7 @@ console_scripts =

[options.extras_require]
dev =
bandit==1.7.4
bandit==1.7.5
black==23.1.0
cookiecutter==2.1.1
factory_boy==3.2.1
Expand All @@ -95,20 +95,20 @@ dev =
isort==5.12.0
pdbpp==0.10.3
pycodestyle==2.10.0
pylint==2.16.3
pylint==2.17.0
pylint-django==2.5.3
pylint-plugin-utils==0.7
pytest==7.2.2
pytest-cov==4.0.0
pytest-django==4.5.2
pytest-mock==3.10.0
responses==0.22.0
responses==0.23.1
signxml==3.1.0
wheel==0.38.4

e2e =
playwright==1.31.1
pytest-playwright==0.3.1
pytest-playwright==0.3.2
# mcr.microsoft.com/playwright:jammy requires tzdata
tzdata==2022.7

Expand Down

0 comments on commit 1d43421

Please sign in to comment.