Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent c33594b commit 0d7cbda
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==2.3", "cffi==1.14.4"],
install_requires=["wxPython==4.2.0", "cryptography==42.0.0", "cffi==1.14.4"],
extras_require={"dev": ["pre-commit"]},
)

0 comments on commit 0d7cbda

Please sign in to comment.