Skip to content

Commit

Permalink
Merge pull request #1095 from uktrade/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
bsabhilash authored Jun 2, 2023
2 parents fa7ae71 + 09e7e45 commit e7e8afe
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 e7e8afe

Please sign in to comment.