Skip to content

Commit b8511a4

Browse files
committed
1 parent e8a3ab7 commit b8511a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

services/workshop/requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bcrypt==4.1.2
2-
Django~=4.1.13
2+
Django~=4.2.27
33
cryptography==40.0.2
44
django-cors-headers==4.0.0
55
django-db-cascade-2==0.3.5
@@ -10,7 +10,7 @@ django-health-check==3.17.0
1010
djangorestframework==3.14.0
1111
django-sslserver==0.22
1212
djongo==1.3.6 #max version for django 4.1.13
13-
sqlparse==0.2.4 #djongo-dependency
13+
sqlparse==0.5.4 #djongo-dependency
1414
psycopg2==2.9.9
1515
PyJWT==2.7.0
1616
pymongo==3.13.0
@@ -22,4 +22,5 @@ gunicorn==21.2.0
2222
coverage==7.4.1
2323
unittest-xml-reporting==3.2.0
2424
black==24.4.2
25-
xhtml2pdf==0.2.17
25+
xhtml2pdf==0.2.17
26+
urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)