Skip to content

Commit

Permalink
Update cryptography requirement in the python group
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.

Updates `cryptography` to 44.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...44.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent c5ade57 commit 7f74bac
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 @@ -19,7 +19,7 @@ license = { file = "LICENSE" }
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]
dependencies = [
"maturin>=1.7,<2.0",
"cryptography>=43,<44",
"cryptography>=43,<45",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 7f74bac

Please sign in to comment.