Skip to content

Commit 0f72ffc

Browse files
Bump cryptography from 2.8 to 3.3.2 in /requirements
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) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eaaeeca commit 0f72ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/tox_requirements27.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mock==3.0.5
22
requests_oauthlib==1.3.0
3-
cryptography==2.8
3+
cryptography==3.3.2
44
ddt==1.2.2
55
django==1.11.29
66
django-oauth-toolkit==1.1.3 # not needed in production, unless you need to create provider's Applications

requirements/tox_requirements37.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests_oauthlib==1.3.0
2-
cryptography==2.8
2+
cryptography==3.3.2
33
ddt==1.2.2
44
django>=2.2
55
django-oauth-toolkit==1.2.0 # not needed in production, unless you need to create provider's Applications

0 commit comments

Comments
 (0)