Skip to content

Commit

Permalink
Update cryptography requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.0...42.0.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 1a7bcd5 commit 09edec8
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 @@ -24,7 +24,7 @@
"pydantic>=1.10.8,<2.0.0",
"Jinja2>=2.11.2",
# misc - enforced to avoid issues with dependent libraries
"cryptography>=41.0.0,<42.0.0",
"cryptography>=42.0.8,<43.0.0",
# required by dbx sync
"aiohttp>=3.8.2",
"pathspec>=0.9.0",
Expand Down

0 comments on commit 09edec8

Please sign in to comment.