Skip to content

Commit

Permalink
Bump httplib2 from 0.12.3 to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 8, 2021
1 parent 7fb074e commit 8f7e335
Showing 1 changed file with 91 additions and 27 deletions.
118 changes: 91 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,103 @@
#
# pip-compile
#
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
beautifulsoup4==4.7.1 # via bs4
atomicwrites==1.3.0
# via pytest
attrs==19.1.0
# via pytest
beautifulsoup4==4.7.1
# via bs4
bs4==0.0.1
cachetools==3.1.0 # via google-auth
certifi==2019.3.9 # via requests
chardet==3.0.4 # via requests
google-api-core==1.10.0 # via google-cloud-bigquery, google-cloud-core, google-cloud-storage
# via -r requirements.in
cachetools==3.1.0
# via google-auth
certifi==2019.3.9
# via requests
chardet==3.0.4
# via requests
google-api-core==1.10.0
# via
# google-cloud-bigquery
# google-cloud-core
# google-cloud-storage
google-api-python-client==1.7.8
google-auth-httplib2==0.0.3 # via google-api-python-client
google-auth==1.6.3 # via google-api-core, google-api-python-client, google-auth-httplib2
# via -r requirements.in
google-auth-httplib2==0.0.3
# via google-api-python-client
google-auth==1.6.3
# via
# google-api-core
# google-api-python-client
# google-auth-httplib2
google-cloud-bigquery==1.11.2
google-cloud-core==0.29.1 # via google-cloud-bigquery, google-cloud-storage
# via -r requirements.in
google-cloud-core==0.29.1
# via
# google-cloud-bigquery
# google-cloud-storage
google-cloud-storage==1.15.0
google-resumable-media==0.3.2 # via google-cloud-bigquery, google-cloud-storage
googleapis-common-protos==1.5.10 # via google-api-core
httplib2==0.12.3 # via google-api-python-client, google-auth-httplib2
idna==2.8 # via requests
# via -r requirements.in
google-resumable-media==0.3.2
# via
# google-cloud-bigquery
# google-cloud-storage
googleapis-common-protos==1.5.10
# via google-api-core
httplib2==0.19.0
# via
# google-api-python-client
# google-auth-httplib2
idna==2.8
# via requests
lxml==4.3.3
more-itertools==7.0.0 # via pytest
pluggy==0.11.0 # via pytest
protobuf==3.7.1 # via google-api-core, google-cloud-bigquery, googleapis-common-protos
py==1.8.0 # via pytest
pyasn1-modules==0.2.5 # via google-auth
pyasn1==0.4.5 # via pyasn1-modules, rsa
# via -r requirements.in
more-itertools==7.0.0
# via pytest
pluggy==0.11.0
# via pytest
protobuf==3.7.1
# via
# google-api-core
# google-cloud-bigquery
# googleapis-common-protos
py==1.8.0
# via pytest
pyasn1-modules==0.2.5
# via google-auth
pyasn1==0.4.5
# via
# pyasn1-modules
# rsa
pyparsing==2.4.7
# via httplib2
pytest==4.5.0
# via -r requirements.in
python-dateutil==2.8.0
pytz==2019.1 # via google-api-core
# via -r requirements.in
pytz==2019.1
# via google-api-core
requests==2.21.0
rsa==4.0 # via google-auth
six==1.12.0 # via google-api-core, google-api-python-client, google-auth, google-resumable-media, protobuf, pytest, python-dateutil
soupsieve==1.9.1 # via beautifulsoup4
uritemplate==3.0.0 # via google-api-python-client
urllib3==1.24.3 # via requests
wcwidth==0.1.7 # via pytest
# via
# -r requirements.in
# google-api-core
rsa==4.0
# via google-auth
six==1.12.0
# via
# google-api-core
# google-api-python-client
# google-auth
# google-resumable-media
# protobuf
# pytest
# python-dateutil
soupsieve==1.9.1
# via beautifulsoup4
uritemplate==3.0.0
# via google-api-python-client
urllib3==1.24.3
# via requests
wcwidth==0.1.7
# via pytest
xmltodict==0.12.0
# via -r requirements.in

0 comments on commit 8f7e335

Please sign in to comment.