Skip to content

Commit

Permalink
Merge pull request #1094 from uktrade/KLS-709_patch_requests
Browse files Browse the repository at this point in the history
Patch requests to 2.31.0
  • Loading branch information
bsabhilash authored Jun 2, 2023
2 parents 9dbd5b6 + df66b3d commit 09e7e45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ django-redis
celery[redis]
django-celery-beat==2.5.0
kombu==5.2.3
requests[security]==2.27.1
requests[security]>=2.31.0
markdown==2.*
bleach==3.*
bleach-whitelist==0.*
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ certifi==2023.5.7
# sentry-sdk
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via
Expand Down Expand Up @@ -216,7 +216,7 @@ redis==4.5.5
# via
# celery
# django-redis
requests[security]==2.27.1
requests[security]==2.31.0
# via
# -r requirements.in
# notifications-python-client
Expand Down
4 changes: 2 additions & 2 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ certifi==2023.5.7
# sentry-sdk
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
charset-normalizer==3.1.0
# via requests
click==8.1.3
# via
Expand Down Expand Up @@ -283,7 +283,7 @@ redis==4.5.5
# via
# celery
# django-redis
requests[security]==2.27.1
requests[security]==2.31.0
# via
# -r requirements.in
# coveralls
Expand Down

0 comments on commit 09e7e45

Please sign in to comment.