Skip to content

Commit 6603704

Browse files
committed
Upgrade backend dependencies
1 parent 8488d42 commit 6603704

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

backend/requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
django==5.1
1+
django==5.1.1
22
weasyprint==62.3
33
psycopg2-binary==2.9.9
4-
gunicorn==22.0.0
5-
pytest-django==4.8.0
4+
gunicorn==23.0.0
5+
pytest-django==4.9.0
66
pytest-html==4.1.1
77
django-filter==24.3
88
whitenoise==6.7.0
@@ -18,7 +18,7 @@ structlog==24.4.0
1818
python-dotenv==1.0.1
1919
drf-spectacular==0.27.2
2020
django-rest-knox==5.0.1
21-
django-allauth[socialaccount]==64.0.0
21+
django-allauth[socialaccount]==64.2.1
2222
pre-commit==3.8.0
23-
django-allauth[saml]==64.0.0
24-
django-allauth==64.0.0
23+
django-allauth[saml]==64.2.1
24+
django-allauth==64.2.1

0 commit comments

Comments
 (0)