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 Mar 9, 2025
1 parent 319d910 commit 31a1116
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,48 +28,48 @@ requires-python = >=3.9
[options]
install_requires =
Brotli==1.1.0
boto3==1.35.85
boto3==1.37.9
celery==5.4.0
channels-redis==4.2.1
channels[daphne]==4.2.0
chardet==5.2.0
coreapi==2.3.3
cryptography==44.0.0
cryptography==44.0.2
dj-database-url==2.3.0
dj-rest-auth==7.0.0
dj-rest-auth==7.0.1
django-configurations==2.5.1
django-cors-headers==4.6.0
django-cors-headers==4.7.0
django-extensions==3.2.3
django-filter==24.3
django-filter==25.1
django-parler==2.3
django-redis==5.4.0
django-safedelete==1.4.0
django-safedelete==1.4.1
django-storages==1.14.3
django-peertube-runner-connector==0.12.1
django-waffle==4.2.0
Django==5.0.9
djangorestframework==3.15.2
djangorestframework_simplejwt==5.3.1
djangorestframework_simplejwt==5.5.0
dockerflow==2024.4.2
drf-spectacular==0.28.0
ffmpeg-python==0.2.0
gunicorn==23.0.0
logging-ldp==0.0.7
lxml==5.3.0
lxml==5.3.1
oauthlib==3.2.2
Pillow==11.0.0
psycopg[binary]==3.2.3
pycaption==2.2.15
PyMuPDF==1.25.1
Pillow==11.1.0
psycopg[binary]==3.2.5
pycaption==2.2.16
PyMuPDF==1.25.3
python-dateutil==2.9.0.post0
requests==2.32.3
sentry-sdk==2.19.2
social-auth-app-django==5.4.2
social-auth-core[saml]==4.5.4
sentry-sdk==2.22.0
social-auth-app-django==5.4.3
social-auth-core[saml]==4.5.6
social-edu-federation==2.1.1
urllib3==2.2.3
urllib3==2.3.0
uvicorn[standard]==0.34.0
whitenoise==6.8.2
whitenoise==6.9.0
xmpppy==0.7.1

# App BBB
Expand All @@ -91,31 +91,31 @@ console_scripts =

[options.extras_require]
dev =
bandit==1.8.0
black==24.10.0
bandit==1.8.3
black==25.1.0
cookiecutter==2.6.0
factory_boy==3.3.1
flake8==7.1.1
ipython==8.31.0
isort==5.13.2
factory_boy==3.3.3
flake8==7.1.2
ipython==9.0.2
isort==6.0.1
pdbpp==0.10.3
pycodestyle==2.12.1
pylint-django==2.6.1
pylint-plugin-utils==0.8.2
pylint==3.3.2
pylint==3.3.5
pytest-cov==6.0.0
pytest-django==4.9.0
pytest-django==4.10.0
pytest-mock==3.14.0
pytest==8.3.4
responses==0.25.3
pytest==8.3.5
responses==0.25.6
signxml==4.0.3
wheel==0.45.1

e2e =
playwright==1.49.1
pytest-playwright==0.6.2
playwright==1.50.0
pytest-playwright==0.7.0
# mcr.microsoft.com/playwright:jammy requires tzdata
tzdata==2024.2
tzdata==2025.1

[bdist_wheel]
universal = 1
Expand Down

0 comments on commit 31a1116

Please sign in to comment.