Skip to content

Commit

Permalink
Update cryptography requirement from <42.0,>=3.2 to >=42.0.8,<43.0
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@3.2...42.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 5e82e6c commit b547538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "Gemini protocol implementation for asyncio"
urls = {Homepage = "https://github.com/keis/aiogemini"}
dependencies = [
"yarl ~= 1.6",
"cryptography >= 3.2,< 42.0",
"cryptography >= 42.0.8,< 43.0",
]

[project.readme]
Expand Down

0 comments on commit b547538

Please sign in to comment.