Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
requirements: Upgrade vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 27, 2021
1 parent 63af9c5 commit 78ba6dc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
10 changes: 8 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==19.3.0
# via jsonschema
bleach==3.1.4
bleach==3.3.0
# via
# libcove
# libcoveocds
Expand Down Expand Up @@ -51,7 +51,7 @@ google-auth==1.11.0
# google-api-python-client
# google-auth-httplib2
# google-auth-oauthlib
httplib2==0.18.1
httplib2==0.19.0
# via
# google-api-python-client
# google-auth-httplib2
Expand Down Expand Up @@ -107,12 +107,18 @@ openpyxl==3.0.1
# via flattentool
orjson==3.3.1
# via ocdskit
packaging==20.9
# via bleach
pyasn1-modules==0.2.8
# via google-auth
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyparsing==2.4.7
# via
# httplib2
# packaging
pyrsistent==0.15.5
# via jsonschema
python-dateutil==2.8.1
Expand Down
13 changes: 11 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ attrs==19.3.0
# via
# -r requirements.txt
# jsonschema
bleach==3.1.4
bleach==3.3.0
# via
# -r requirements.txt
# libcove
Expand Down Expand Up @@ -77,7 +77,7 @@ google-auth==1.11.0
# google-api-python-client
# google-auth-httplib2
# google-auth-oauthlib
httplib2==0.18.1
httplib2==0.19.0
# via
# -r requirements.txt
# google-api-python-client
Expand Down Expand Up @@ -161,6 +161,10 @@ orjson==3.3.1
# via
# -r requirements.txt
# ocdskit
packaging==20.9
# via
# -r requirements.txt
# bleach
pip-tools==5.5.0
# via -r requirements_dev.in
pyasn1-modules==0.2.8
Expand All @@ -176,6 +180,11 @@ pycodestyle==2.5.0
# via flake8
pyflakes==2.1.1
# via flake8
pyparsing==2.4.7
# via
# -r requirements.txt
# httplib2
# packaging
pyrsistent==0.15.5
# via
# -r requirements.txt
Expand Down

0 comments on commit 78ba6dc

Please sign in to comment.