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 Jun 19, 2023
1 parent ab433d4 commit 271583a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.146
boto3==1.26.155
channels<4
channels-redis<4
chardet==5.1.0
Expand All @@ -38,34 +38,34 @@ install_requires =
dj-database-url==2.0.0
dj-rest-auth==4.0.1
django-configurations==2.4.1
django-cors-headers==4.0.0
django-extensions==3.2.1
django-cors-headers==4.1.0
django-extensions==3.2.3
django-filter==23.2
djangorestframework==3.14.0
djangorestframework_simplejwt==5.2.2
django-redis==5.2.0
django-redis==5.3.0
django-safedelete==1.3.2
django-storages==1.13.2
django-waffle==3.0.0
dockerflow==2022.8.0
drf-spectacular==0.26.2
gunicorn==20.1.0
logging-ldp==0.0.6
logging-ldp==0.0.7
lxml==4.6.5
oauthlib==3.2.2
django-parler==2.3
psycopg2-binary==2.9.6
PyLTI==0.7.0
python-dateutil==2.8.2
sentry-sdk==1.25.0
sentry-sdk==1.25.1
requests==2.31.0
scout-apm==2.26.1
social-auth-app-django==5.2.0
social-auth-core[saml]==4.4.2
social-edu-federation==2.1.1
urllib3<1.27
uvicorn[standard]==0.22.0
whitenoise==6.4.0
whitenoise==6.5.0
xmpppy==0.7.1

# App BBB
Expand Down Expand Up @@ -99,16 +99,16 @@ dev =
pylint==2.17.4
pylint-django==2.5.3
pylint-plugin-utils==0.8.2
pytest==7.3.1
pytest==7.3.2
pytest-cov==4.1.0
pytest-django==4.5.2
pytest-mock==3.10.0
pytest-mock==3.11.1
responses==0.23.1
signxml==3.2.0
wheel==0.40.0

e2e =
playwright==1.34.0
playwright==1.35.0
pytest-playwright==0.3.3
# mcr.microsoft.com/playwright:jammy requires tzdata
tzdata==2023.3
Expand Down

0 comments on commit 271583a

Please sign in to comment.