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 Jun 28, 2024
1 parent 7d1a1cb commit 81ee1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ def get_version(rel_path):
include_package_data=True,
zip_safe=True,
license="MIT",
install_requires=["wxPython==4.2.0", "cryptography==42.0.2", "cffi==1.14.4"],
install_requires=["wxPython==4.2.0", "cryptography==42.0.4", "cffi==1.14.4"],
extras_require={"dev": ["pre-commit"]},
)

0 comments on commit 81ee1e0

Please sign in to comment.