Skip to content

Commit f3cddf9

Browse files
authored
requirements: downgrade versions to max supported for python 3.8
1 parent 9f145a1 commit f3cddf9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appdirs==1.4.4
2-
asgiref==3.9.1
2+
asgiref==3.8.1
33
asn1crypto==1.4.0
44
astroid==2.4.2
55
autopep8==1.5.4
@@ -26,7 +26,7 @@ djangorestframework==3.15.2
2626
docutils==0.16
2727
drf-haystack==1.9.1
2828
elasticsearch==7.8.1
29-
filelock==3.19.1
29+
filelock==3.16.1
3030
gprof2dot==2019.11.30
3131
gunicorn==23.0.0
3232
html5lib==1.1
@@ -35,7 +35,7 @@ importlib-metadata==1.7.0
3535
isort==4.2.5
3636
Jinja2==3.1.6
3737
lazy-object-proxy==1.4.0
38-
MarkupSafe==3.0.2
38+
MarkupSafe==2.1.5
3939
mccabe==0.6.1
4040
MonthDelta==0.9.1
4141
oauthlib==3.1.0
@@ -63,7 +63,7 @@ soupsieve==2.0.1
6363
sqlparse==0.5.0
6464
swapper==1.1.2.post1
6565
toml==0.10.1
66-
urllib3==2.5.0
66+
urllib3==2.2.3
6767
virtualenv==20.26.6
6868
webencodings==0.5.1
6969
whitenoise==5.1.0

0 commit comments

Comments
 (0)