Skip to content

Commit ea7ca11

Browse files
dependabot-preview[bot]echarrod
authored andcommitted
Bump click from 6.6 to 7.0
Bumps [click](https://github.com/pallets/click) from 6.6 to 7.0. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst) - [Commits](pallets/click@6.6...7.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 58b4d3f commit ea7ca11

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
asn1==2.2.0
2-
click==6.6
2+
click==7.0
33
cryptography>=2.7.0
44
cffi>=1.13.0
55
future==0.15.2

requirements.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@
44
#
55
# pip-compile --output-file=requirements.txt requirements.in
66
#
7-
asn1==2.2.0
7+
asn1==2.2.0 # via -r requirements.in
88
asn1crypto==0.24.0 # via cryptography
99
certifi==2018.11.29 # via requests
10-
cffi==1.13.0
10+
cffi==1.13.0 # via -r requirements.in, cryptography
1111
chardet==3.0.4 # via requests
12-
click==6.6
13-
cryptography==2.7
14-
deprecated==1.2.6
15-
future==0.15.2
12+
click==7.0 # via -r requirements.in
13+
cryptography==2.7 # via -r requirements.in, pyopenssl
14+
deprecated==1.2.6 # via -r requirements.in
15+
future==0.15.2 # via -r requirements.in
1616
idna==2.7 # via requests
17-
itsdangerous==0.24
18-
pbr==1.10.0
19-
protobuf==3.7.0
17+
itsdangerous==0.24 # via -r requirements.in
18+
pbr==1.10.0 # via -r requirements.in
19+
protobuf==3.7.0 # via -r requirements.in
2020
pycparser==2.18 # via cffi
21-
pyopenssl==18.0.0
22-
pytz==2018.9
23-
pyyaml==5.2
24-
requests==2.21.0
21+
pyopenssl==18.0.0 # via -r requirements.in
22+
pytz==2018.9 # via -r requirements.in
23+
pyyaml==5.2 # via -r requirements.in
24+
requests==2.21.0 # via -r requirements.in
2525
six==1.10.0 # via cryptography, protobuf, pyopenssl
26-
urllib3==1.24.2
27-
wheel==0.24.0
26+
urllib3==1.24.2 # via -r requirements.in, requests
27+
wheel==0.24.0 # via -r requirements.in
2828
wrapt==1.11.2 # via deprecated
2929

3030
# The following packages are considered to be unsafe in a requirements file:
31-
# setuptools==43.0.0 # via protobuf
31+
# setuptools

0 commit comments

Comments
 (0)