We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7deda commit fcb8ae3Copy full SHA for fcb8ae3
requirements/main.in
@@ -19,6 +19,6 @@ pydantic
19
python-dateutil
20
pytz
21
redis
22
-requests
+requests>=2.32.5
23
wagtail~=6.3.0
24
whitenoise
requirements/main.txt
@@ -135,7 +135,7 @@ rcssmin==1.1.2
135
# via django-compressor
136
redis==5.0.8
137
# via -r requirements/main.in
138
-requests==2.32.3
+requests==2.32.5
139
# via
140
# -r requirements/main.in
141
# wagtail
0 commit comments