Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent fcf594b commit 1c4626c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SQLAlchemy==1.3.23
Werkzeug==2.3.8
argparse==1.2.1
cffi==1.14.4
cryptography==42.0.2
cryptography==42.0.4
pyOpenSSL==24.0.0
ipdb==0.13.9
ipython==8.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'Werkzeug==2.3.8',
'argparse==1.2.1',
'cffi==1.14.4',
'cryptography==42.0.2',
'cryptography==42.0.4',
'pyOpenSSL==24.0.0',
'ipdb==0.13.9',
'ipython==8.10.0',
Expand Down

0 comments on commit 1c4626c

Please sign in to comment.