Skip to content

Commit

Permalink
Bump rsa from 4.6 to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 27, 2022
1 parent 6def9a4 commit eb52bac
Show file tree
Hide file tree
Showing 2 changed files with 401 additions and 144 deletions.
152 changes: 108 additions & 44 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,50 +4,114 @@
#
# pip-compile --no-emit-index-url --output-file=dev-requirements.txt dev-requirements.in
#
attrs==19.3.0 # via pytest
cachetools==4.1.1 # via google-auth
certifi==2020.6.20 # via requests
cffi==1.14.1 # via google-crc32c
chardet==3.0.4 # via requests
click==7.1.2 # via pip-tools
coverage==5.1 # via pytest-cov
flake8==3.8.3 # via pytest-flake8
google-api-core==1.22.0 # via google-cloud-bigquery, google-cloud-core
google-auth==1.20.0 # via google-api-core
google-cloud-bigquery==1.26.1 # via -r dev-requirements.in
google-cloud-core==1.3.0 # via google-cloud-bigquery
google-crc32c==0.1.0 # via google-resumable-media
google-resumable-media==0.7.0 # via google-cloud-bigquery
googleapis-common-protos==1.52.0 # via google-api-core
idna==2.10 # via requests
importlib-metadata==1.7.0 # via flake8, pluggy, pytest
isort==4.3.21 # via pytest-isort
mccabe==0.6.1 # via flake8
mock==4.0.2 # via -r dev-requirements.in
more-itertools==8.3.0 # via pytest
packaging==20.4 # via pytest
pip-tools==5.2.1 # via -r dev-requirements.in
pluggy==0.13.1 # via pytest
protobuf==3.12.2 # via google-api-core, googleapis-common-protos
py==1.8.1 # via pytest
pyasn1-modules==0.2.8 # via google-auth
pyasn1==0.4.8 # via pyasn1-modules, rsa
pycodestyle==2.6.0 # via flake8
pycparser==2.20 # via cffi
pyflakes==2.2.0 # via flake8
pyparsing==2.4.7 # via packaging
pytest-cov==2.9.0 # via -r dev-requirements.in
pytest-flake8==1.0.6 # via -r dev-requirements.in
pytest-isort==1.0.0 # via -r dev-requirements.in
pytest==5.4.3 # via -r dev-requirements.in, pytest-cov, pytest-flake8, pytest-isort
pytz==2020.1 # via google-api-core
remote-pdb==2.0.0 # via -r dev-requirements.in
requests==2.24.0 # via google-api-core
rsa==4.6 # via google-auth
six==1.15.0 # via google-api-core, google-auth, google-cloud-bigquery, google-resumable-media, packaging, pip-tools, protobuf
urllib3==1.25.10 # via requests
wcwidth==0.2.4 # via pytest
zipp==3.1.0 # via importlib-metadata
attrs==19.3.0
# via pytest
cachetools==4.1.1
# via google-auth
certifi==2020.6.20
# via requests
cffi==1.14.1
# via google-crc32c
chardet==3.0.4
# via requests
click==7.1.2
# via pip-tools
coverage==5.1
# via pytest-cov
flake8==3.8.3
# via pytest-flake8
google-api-core==1.22.0
# via
# google-cloud-bigquery
# google-cloud-core
google-auth==1.20.0
# via google-api-core
google-cloud-bigquery==1.26.1
# via -r dev-requirements.in
google-cloud-core==1.3.0
# via google-cloud-bigquery
google-crc32c==0.1.0
# via google-resumable-media
google-resumable-media==0.7.0
# via google-cloud-bigquery
googleapis-common-protos==1.52.0
# via google-api-core
idna==2.10
# via requests
importlib-metadata==1.7.0
# via
# flake8
# pluggy
# pytest
isort==4.3.21
# via pytest-isort
mccabe==0.6.1
# via flake8
mock==4.0.2
# via -r dev-requirements.in
more-itertools==8.3.0
# via pytest
packaging==20.4
# via pytest
pip-tools==5.2.1
# via -r dev-requirements.in
pluggy==0.13.1
# via pytest
protobuf==3.12.2
# via
# google-api-core
# googleapis-common-protos
py==1.8.1
# via pytest
pyasn1==0.4.8
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.2.8
# via google-auth
pycodestyle==2.6.0
# via flake8
pycparser==2.20
# via cffi
pyflakes==2.2.0
# via flake8
pyparsing==2.4.7
# via packaging
pytest==5.4.3
# via
# -r dev-requirements.in
# pytest-cov
# pytest-flake8
# pytest-isort
pytest-cov==2.9.0
# via -r dev-requirements.in
pytest-flake8==1.0.6
# via -r dev-requirements.in
pytest-isort==1.0.0
# via -r dev-requirements.in
pytz==2020.1
# via google-api-core
remote-pdb==2.0.0
# via -r dev-requirements.in
requests==2.24.0
# via google-api-core
rsa==4.7
# via google-auth
six==1.15.0
# via
# google-api-core
# google-auth
# google-cloud-bigquery
# google-resumable-media
# packaging
# pip-tools
# protobuf
urllib3==1.25.10
# via requests
wcwidth==0.2.4
# via pytest
zipp==3.1.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading

0 comments on commit eb52bac

Please sign in to comment.