Skip to content

Commit

Permalink
Update cryptography requirement from <42 to <43
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@0.1...42.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 02ab521 commit cf8172e
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 @@ -24,7 +24,7 @@ classifiers = [
requires-python = ">=3.11"
dependencies = [
"click<9",
"cryptography<42",
"cryptography<43",
"fastapi<1",
"gidgethub<6",
"httpx>=0.20.0,<1",
Expand Down

0 comments on commit cf8172e

Please sign in to comment.