Skip to content

Commit 22fd24b

Browse files
Bump cryptography from 2.8 to 3.3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.8 to 3.3.2. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@2.8...3.3.2) Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd4c80f commit 22fd24b

File tree

2 files changed

+45
-69
lines changed

2 files changed

+45
-69
lines changed

dev-requirements.py2.txt

Lines changed: 44 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -4,81 +4,54 @@
44
#
55
# pip-compile --no-index --output-file=dev-requirements.py2.txt dev-requirements.in
66
#
7+
alabaster==0.7.12
8+
# via sphinx
79
atomicwrites==1.3.0
810
# via pytest
911
attrs==19.3.0
1012
# via pytest
11-
backports.functools-lru-cache==1.6.1
12-
# via isort
13+
babel==2.9.1
14+
# via sphinx
1315
certifi==2019.11.28
14-
# via
15-
# requests
16-
# urllib3
17-
cffi==1.14.0
18-
# via cryptography
16+
# via requests
1917
chardet==3.0.4
2018
# via requests
2119
click==7.1.1
2220
# via pip-tools
23-
configparser==4.0.2
24-
# via
25-
# entrypoints
26-
# flake8
27-
# importlib-metadata
28-
contextlib2==0.6.0.post1
29-
# via
30-
# importlib-metadata
31-
# zipp
3221
coverage==4.5.4
3322
# via
3423
# coveralls
3524
# pytest-cov
3625
coveralls==1.8.2
3726
# via -r dev-requirements.in
38-
cryptography==2.8
39-
# via
40-
# pyopenssl
41-
# urllib3
4227
docopt==0.6.2
4328
# via coveralls
29+
docutils==0.17.1
30+
# via sphinx
4431
entrypoints==0.3
4532
# via flake8
46-
enum34==1.1.10
47-
# via
48-
# cryptography
49-
# flake8
5033
flake8==3.7.9
5134
# via pytest-flake8
52-
funcsigs==1.0.2
53-
# via pytest
54-
functools32==3.2.3.post2
55-
# via flake8
56-
futures==3.3.0
57-
# via isort
5835
idna==2.9
59-
# via
60-
# requests
61-
# urllib3
62-
importlib-metadata==1.6.0
63-
# via
64-
# pluggy
65-
# pytest
66-
ipaddress==1.0.23
67-
# via
68-
# cryptography
69-
# urllib3
36+
# via requests
37+
imagesize==1.2.0
38+
# via sphinx
7039
isort==4.3.21
7140
# via pytest-isort
41+
jinja2==2.11.3
42+
# via sphinx
43+
markupsafe==1.1.1
44+
# via
45+
# jinja2
46+
# sphinx
7247
mccabe==0.6.1
7348
# via flake8
7449
more-itertools==5.0.0
7550
# via pytest
7651
packaging==20.3
77-
# via pytest
78-
pathlib2==2.3.5
7952
# via
80-
# importlib-metadata
8153
# pytest
54+
# sphinx
8255
pip-tools==4.5.1
8356
# via -r dev-requirements.in
8457
pluggy==0.13.1
@@ -87,12 +60,10 @@ py==1.8.1
8760
# via pytest
8861
pycodestyle==2.5.0
8962
# via flake8
90-
pycparser==2.20
91-
# via cffi
9263
pyflakes==2.1.1
9364
# via flake8
94-
pyopenssl==19.1.0
95-
# via urllib3
65+
pygments==2.9.0
66+
# via sphinx
9667
pyparsing==2.4.7
9768
# via packaging
9869
pytest-ckan==0.0.12
@@ -110,26 +81,37 @@ pytest==4.6.9
11081
# pytest-cov
11182
# pytest-flake8
11283
# pytest-isort
84+
pytz==2021.1
85+
# via babel
11386
requests==2.23.0
114-
# via coveralls
115-
scandir==1.10.0
116-
# via pathlib2
87+
# via
88+
# coveralls
89+
# sphinx
11790
six==1.14.0
11891
# via
119-
# cryptography
12092
# more-itertools
12193
# packaging
122-
# pathlib2
12394
# pip-tools
124-
# pyopenssl
12595
# pytest
126-
typing==3.7.4.1
127-
# via flake8
128-
urllib3[secure]==1.25.8
129-
# via
130-
# coveralls
131-
# requests
96+
snowballstemmer==2.1.0
97+
# via sphinx
98+
sphinx-autodoc-typehints[type_comments]==1.10.3 ; python_version >= "3.5"
99+
# via -r dev-requirements.in
100+
sphinx==4.0.1
101+
# via sphinx-autodoc-typehints
102+
sphinxcontrib-applehelp==1.0.2
103+
# via sphinx
104+
sphinxcontrib-devhelp==1.0.2
105+
# via sphinx
106+
sphinxcontrib-htmlhelp==1.0.3
107+
# via sphinx
108+
sphinxcontrib-jsmath==1.0.1
109+
# via sphinx
110+
sphinxcontrib-qthelp==1.0.3
111+
# via sphinx
112+
sphinxcontrib-serializinghtml==1.1.4
113+
# via sphinx
114+
urllib3==1.25.8
115+
# via requests
132116
wcwidth==0.1.9
133117
# via pytest
134-
zipp==1.2.0
135-
# via importlib-metadata

requirements.py2.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ cffi==1.14.5
88
# via cryptography
99
cryptography==3.3.2
1010
# via pyjwt
11-
enum34==1.1.10
12-
# via cryptography
13-
ipaddress==1.0.23
14-
# via cryptography
1511
pycparser==2.20
1612
# via cffi
1713
pyjwt[crypto]==1.7.1
@@ -27,6 +23,4 @@ six==1.14.0
2723
typing-extensions==3.7.4.3
2824
# via -r requirements.in
2925
typing==3.7.4.3
30-
# via
31-
# -r requirements.in
32-
# typing-extensions
26+
# via -r requirements.in

0 commit comments

Comments
 (0)