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 Dec 18, 2023
1 parent 4669ea4 commit d9bc4e9
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,39 +28,39 @@ requires-python = >=3.9
[options]
install_requires =
Brotli==1.1.0
boto3==1.29.6
celery==5.3.5
boto3==1.34.2
celery==5.3.6
channels-redis==4.1.0
channels[daphne]==4.0.0
chardet==5.2.0
coreapi==2.3.3
cryptography==41.0.5
cryptography==41.0.7
dj-database-url==2.1.0
dj-rest-auth==5.0.2
django-configurations==2.5
django-cors-headers==4.3.1
django-extensions==3.2.3
django-filter==23.4
django-filter==23.5
django-parler==2.3
django-redis==5.4.0
django-safedelete==1.3.3
django-storages==1.14.2
django-peertube-runner-connector==0.4.0
django-waffle==4.0.0
django==4.2.7
django-waffle==4.1.0
django==5.0
djangorestframework==3.14.0
djangorestframework_simplejwt==5.3.0
djangorestframework_simplejwt==5.3.1
dockerflow==2022.8.0
drf-spectacular==0.26.5
drf-spectacular==0.27.0
gunicorn==21.2.0
logging-ldp==0.0.7
oauthlib==3.2.2
psycopg[binary]==3.1.13
psycopg[binary]==3.1.15
python-dateutil==2.8.2
requests==2.31.0
sentry-sdk==1.37.1
sentry-sdk==1.39.1
social-auth-app-django==5.4.0
social-auth-core[saml]==4.5.0
social-auth-core[saml]==4.5.1
social-edu-federation==2.1.1
urllib3==2.0.7
uvicorn[standard]==0.24.0.post1
Expand All @@ -86,18 +86,18 @@ console_scripts =

[options.extras_require]
dev =
bandit==1.7.5
black==23.11.0
bandit==1.7.6
black==23.12.0
cookiecutter==2.5.0
factory_boy==3.3.0
flake8==6.1.0
ipython==8.18.0
isort==5.12.0
ipython==8.18.1
isort==5.13.2
pdbpp==0.10.3
pycodestyle==2.11.1
pylint-django==2.5.5
pylint-plugin-utils==0.8.2
pylint==3.0.2
pylint==3.0.3
pytest-cov==4.1.0
pytest-django==4.7.0
pytest-mock==3.12.0
Expand Down

0 comments on commit d9bc4e9

Please sign in to comment.