Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 0f5b5fe commit a6a74dd
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
@@ -1,5 +1,5 @@
androguard==4.1.1
cryptography==42.0.4
cryptography==43.0.1
dhash==1.4
jellyfish==0.5.6
Pillow==10.3.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

install_requires = [
'androguard==4.1.1',
'cryptography==42.0.4',
'cryptography==43.0.1',
'dhash==1.4',
'jellyfish==0.5.6',
'Pillow==10.3.0',
Expand Down

0 comments on commit a6a74dd

Please sign in to comment.