Skip to content

Commit 5e10ab3

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 7cc1947 commit 5e10ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ PyJWT==1.7.1
88
requests==2.25.1
99
six==1.16.0
1010
urllib3==1.26.6
11-
cryptography==2.6.1
11+
cryptography==3.3.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
install_requires = ['requests>=2.25.1,<2.26.1',
1717
'urllib3>=1.26.5,<1.26.7',
1818
'pyjwt>=1.7.1,<1.8.0',
19-
'cryptography>=2.6.1,<2.7.0',
19+
'cryptography>=2.6.1,<3.4.0',
2020
]
2121

2222
setup(

0 commit comments

Comments
 (0)