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 Aug 5, 2024
1 parent 4c953fc commit 3bda325
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.1.0
boto3==1.34.149
boto3==1.34.153
celery==5.4.0
channels-redis==4.2.0
channels[daphne]==4.1.0
Expand All @@ -40,7 +40,7 @@ install_requires =
django-configurations==2.5.1
django-cors-headers==4.4.0
django-extensions==3.2.3
django-filter==24.2
django-filter==24.3
django-parler==2.3
django-redis==5.4.0
django-safedelete==1.4.0
Expand All @@ -62,12 +62,12 @@ install_requires =
PyMuPDF==1.24.9
python-dateutil==2.9.0.post0
requests==2.32.3
sentry-sdk==2.11.0
sentry-sdk==2.12.0
social-auth-app-django==5.4.2
social-auth-core[saml]==4.5.4
social-edu-federation==2.1.1
urllib3==2.0.7
uvicorn[standard]==0.30.3
uvicorn[standard]==0.30.5
whitenoise==6.7.0
xmpppy==0.7.1

Expand All @@ -91,14 +91,14 @@ console_scripts =
[options.extras_require]
dev =
bandit==1.7.9
black==24.4.2
black==24.8.0
cookiecutter==2.6.0
factory_boy==3.3.0
flake8==7.1.0
flake8==7.1.1
ipython==8.26.0
isort==5.13.2
pdbpp==0.10.3
pycodestyle==2.12.0
pycodestyle==2.12.1
pylint-django==2.5.5
pylint-plugin-utils==0.8.2
pylint==3.2.6
Expand All @@ -108,7 +108,7 @@ dev =
pytest<8.0.0
responses==0.25.3
signxml==3.2.2
wheel==0.43.0
wheel==0.44.0

e2e =
playwright==1.45.1
Expand Down

0 comments on commit 3bda325

Please sign in to comment.