Skip to content

Commit

Permalink
Build(deps): Bump cryptography from 3.3.2 to 42.0.2
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.2 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@3.3.2...42.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 18, 2024
1 parent d845f3f commit afb21d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cffi>=1.14.5
cryptography==3.3.2; python_version == '2.7'
cryptography==39.0.1; python_version > '2.7'
cryptography==42.0.2; python_version > '2.7'
dnspython>=1.16.0
enum34>=1.1.10
future>=0.18.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cffi==1.14.5
cryptography==3.3.2; python_version == '2.7'
cryptography==39.0.1; python_version > '2.7'
cryptography==42.0.2; python_version > '2.7'
dnspython==1.16.0
enum34==1.1.10
future==0.18.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'six >= 1.12.0',
'future >= 0.18.3',
'cryptography==3.3.2; python_version == "2.7"',
'cryptography==39.0.1; python_version > "2.7"'
'cryptography==42.0.2; python_version > "2.7"'
],
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit afb21d1

Please sign in to comment.