Skip to content

Commit fcb8ae3

Browse files
committed
🔒️ fix: upgrade requests to 2.32.5 for security patch
1 parent fd7deda commit fcb8ae3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/main.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ pydantic
1919
python-dateutil
2020
pytz
2121
redis
22-
requests
22+
requests>=2.32.5
2323
wagtail~=6.3.0
2424
whitenoise

requirements/main.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ rcssmin==1.1.2
135135
# via django-compressor
136136
redis==5.0.8
137137
# via -r requirements/main.in
138-
requests==2.32.3
138+
requests==2.32.5
139139
# via
140140
# -r requirements/main.in
141141
# wagtail

0 commit comments

Comments
 (0)