Skip to content

Commit

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

---
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 Nov 30, 2023
1 parent 618e416 commit 4fee6f7
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.4
cryptography==41.0.6
dhash==1.4
jellyfish==0.5.6
Pillow==10.0.1
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.4',
'cryptography==41.0.6',
'dhash==1.4',
'jellyfish==0.5.6',
'Pillow==10.0.1',
Expand Down

0 comments on commit 4fee6f7

Please sign in to comment.