Skip to content

Commit eb52bac

Browse files
Bump rsa from 4.6 to 4.7
Bumps [rsa](https://github.com/sybrenstuvel/python-rsa) from 4.6 to 4.7. - [Release notes](https://github.com/sybrenstuvel/python-rsa/releases) - [Changelog](https://github.com/sybrenstuvel/python-rsa/blob/main/CHANGELOG.md) - [Commits](sybrenstuvel/python-rsa@version-4.6...version-4.7) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6def9a4 commit eb52bac

File tree

2 files changed

+401
-144
lines changed

2 files changed

+401
-144
lines changed

dev-requirements.txt

Lines changed: 108 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -4,50 +4,114 @@
44
#
55
# pip-compile --no-emit-index-url --output-file=dev-requirements.txt dev-requirements.in
66
#
7-
attrs==19.3.0 # via pytest
8-
cachetools==4.1.1 # via google-auth
9-
certifi==2020.6.20 # via requests
10-
cffi==1.14.1 # via google-crc32c
11-
chardet==3.0.4 # via requests
12-
click==7.1.2 # via pip-tools
13-
coverage==5.1 # via pytest-cov
14-
flake8==3.8.3 # via pytest-flake8
15-
google-api-core==1.22.0 # via google-cloud-bigquery, google-cloud-core
16-
google-auth==1.20.0 # via google-api-core
17-
google-cloud-bigquery==1.26.1 # via -r dev-requirements.in
18-
google-cloud-core==1.3.0 # via google-cloud-bigquery
19-
google-crc32c==0.1.0 # via google-resumable-media
20-
google-resumable-media==0.7.0 # via google-cloud-bigquery
21-
googleapis-common-protos==1.52.0 # via google-api-core
22-
idna==2.10 # via requests
23-
importlib-metadata==1.7.0 # via flake8, pluggy, pytest
24-
isort==4.3.21 # via pytest-isort
25-
mccabe==0.6.1 # via flake8
26-
mock==4.0.2 # via -r dev-requirements.in
27-
more-itertools==8.3.0 # via pytest
28-
packaging==20.4 # via pytest
29-
pip-tools==5.2.1 # via -r dev-requirements.in
30-
pluggy==0.13.1 # via pytest
31-
protobuf==3.12.2 # via google-api-core, googleapis-common-protos
32-
py==1.8.1 # via pytest
33-
pyasn1-modules==0.2.8 # via google-auth
34-
pyasn1==0.4.8 # via pyasn1-modules, rsa
35-
pycodestyle==2.6.0 # via flake8
36-
pycparser==2.20 # via cffi
37-
pyflakes==2.2.0 # via flake8
38-
pyparsing==2.4.7 # via packaging
39-
pytest-cov==2.9.0 # via -r dev-requirements.in
40-
pytest-flake8==1.0.6 # via -r dev-requirements.in
41-
pytest-isort==1.0.0 # via -r dev-requirements.in
42-
pytest==5.4.3 # via -r dev-requirements.in, pytest-cov, pytest-flake8, pytest-isort
43-
pytz==2020.1 # via google-api-core
44-
remote-pdb==2.0.0 # via -r dev-requirements.in
45-
requests==2.24.0 # via google-api-core
46-
rsa==4.6 # via google-auth
47-
six==1.15.0 # via google-api-core, google-auth, google-cloud-bigquery, google-resumable-media, packaging, pip-tools, protobuf
48-
urllib3==1.25.10 # via requests
49-
wcwidth==0.2.4 # via pytest
50-
zipp==3.1.0 # via importlib-metadata
7+
attrs==19.3.0
8+
# via pytest
9+
cachetools==4.1.1
10+
# via google-auth
11+
certifi==2020.6.20
12+
# via requests
13+
cffi==1.14.1
14+
# via google-crc32c
15+
chardet==3.0.4
16+
# via requests
17+
click==7.1.2
18+
# via pip-tools
19+
coverage==5.1
20+
# via pytest-cov
21+
flake8==3.8.3
22+
# via pytest-flake8
23+
google-api-core==1.22.0
24+
# via
25+
# google-cloud-bigquery
26+
# google-cloud-core
27+
google-auth==1.20.0
28+
# via google-api-core
29+
google-cloud-bigquery==1.26.1
30+
# via -r dev-requirements.in
31+
google-cloud-core==1.3.0
32+
# via google-cloud-bigquery
33+
google-crc32c==0.1.0
34+
# via google-resumable-media
35+
google-resumable-media==0.7.0
36+
# via google-cloud-bigquery
37+
googleapis-common-protos==1.52.0
38+
# via google-api-core
39+
idna==2.10
40+
# via requests
41+
importlib-metadata==1.7.0
42+
# via
43+
# flake8
44+
# pluggy
45+
# pytest
46+
isort==4.3.21
47+
# via pytest-isort
48+
mccabe==0.6.1
49+
# via flake8
50+
mock==4.0.2
51+
# via -r dev-requirements.in
52+
more-itertools==8.3.0
53+
# via pytest
54+
packaging==20.4
55+
# via pytest
56+
pip-tools==5.2.1
57+
# via -r dev-requirements.in
58+
pluggy==0.13.1
59+
# via pytest
60+
protobuf==3.12.2
61+
# via
62+
# google-api-core
63+
# googleapis-common-protos
64+
py==1.8.1
65+
# via pytest
66+
pyasn1==0.4.8
67+
# via
68+
# pyasn1-modules
69+
# rsa
70+
pyasn1-modules==0.2.8
71+
# via google-auth
72+
pycodestyle==2.6.0
73+
# via flake8
74+
pycparser==2.20
75+
# via cffi
76+
pyflakes==2.2.0
77+
# via flake8
78+
pyparsing==2.4.7
79+
# via packaging
80+
pytest==5.4.3
81+
# via
82+
# -r dev-requirements.in
83+
# pytest-cov
84+
# pytest-flake8
85+
# pytest-isort
86+
pytest-cov==2.9.0
87+
# via -r dev-requirements.in
88+
pytest-flake8==1.0.6
89+
# via -r dev-requirements.in
90+
pytest-isort==1.0.0
91+
# via -r dev-requirements.in
92+
pytz==2020.1
93+
# via google-api-core
94+
remote-pdb==2.0.0
95+
# via -r dev-requirements.in
96+
requests==2.24.0
97+
# via google-api-core
98+
rsa==4.7
99+
# via google-auth
100+
six==1.15.0
101+
# via
102+
# google-api-core
103+
# google-auth
104+
# google-cloud-bigquery
105+
# google-resumable-media
106+
# packaging
107+
# pip-tools
108+
# protobuf
109+
urllib3==1.25.10
110+
# via requests
111+
wcwidth==0.2.4
112+
# via pytest
113+
zipp==3.1.0
114+
# via importlib-metadata
51115

52116
# The following packages are considered to be unsafe in a requirements file:
53117
# pip

0 commit comments

Comments
 (0)