Skip to content

Commit e9478ba

Browse files
Bump cryptography from 2.6.1 to 3.3.2
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.6.1 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.6.1...3.3.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a68e6b commit e9478ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ certifi==2019.3.9
55
cffi==1.12.3
66
chardet==3.0.4
77
coverage==4.5.3
8-
cryptography==2.6.1
8+
cryptography==3.3.2
99
entrypoints==0.3
1010
flake8==3.7.7
1111
idna==2.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
'dev': ['pep8>=1.7.1,<2',
3737
'sphinx >= 2.0.1,<3',
3838
'sphinxcontrib-apidoc>=0.3.0',
39-
'cryptography>=2.6.1,<2.7',
39+
'cryptography>=2.6.1,<3.4',
4040
],
4141
'test': ['coverage>=4.5.3,<5',
4242
'flake8>=3.7.7,<4',

0 commit comments

Comments
 (0)