Skip to content

Commit

Permalink
chore: Bump cryptography from 41.0.6 to 42.0.2
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.6...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 17, 2024
1 parent 1adddd9 commit c9a13b5
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==3.3.5
cryptography==41.0.6
cryptography==42.0.2
dhash==1.4
jellyfish==0.5.6
Pillow==10.2.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==3.3.5',
'cryptography==41.0.6',
'cryptography==42.0.2',
'dhash==1.4',
'jellyfish==0.5.6',
'Pillow==10.2.0',
Expand Down

0 comments on commit c9a13b5

Please sign in to comment.