Skip to content

Commit

Permalink
requirements: Upgrade vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 9, 2021
1 parent bbcc475 commit 2d05ad1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile
# To update, run:
#
# pip-compile
# pip-compile requirements.in
#
alembic==1.3.2
# via -r requirements.in
Expand Down Expand Up @@ -125,7 +125,7 @@ redis==3.3.11
# via -r requirements.in
requests-cache==0.5.2
# via ocdsextensionregistry
requests==2.22.0
requests==2.25.1
# via
# libcove
# libcoveocds
Expand Down Expand Up @@ -162,7 +162,7 @@ typing-extensions==3.7.4.3
# via
# asgiref
# markdown-it-py
urllib3==1.25.11
urllib3==1.26.5
# via
# requests
# sentry-sdk
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ requests-cache==0.5.2
# via
# -r requirements.txt
# ocdsextensionregistry
requests==2.22.0
requests==2.25.1
# via
# -r requirements.txt
# coveralls
Expand Down Expand Up @@ -282,7 +282,7 @@ typing-extensions==3.7.4.3
# -r requirements.txt
# asgiref
# markdown-it-py
urllib3==1.25.11
urllib3==1.26.5
# via
# -r requirements.txt
# requests
Expand Down

0 comments on commit 2d05ad1

Please sign in to comment.