Skip to content

Commit

Permalink
Update cryptography requirement from ^38.0.1 to ^42.0.5
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@38.0.1...42.0.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 2b02c5b commit f9b890a
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 @@ -70,7 +70,7 @@ uvicorn = "^0.18.3"
pytest = "^7.1.3"
pytest-cov = "^3.0.0"
mypy = "^1.0.1"
cryptography = "^38.0.1"
cryptography = "^42.0.5"
types-tabulate = "^0.8.11"
vulture = "^2.5"
elasticsearch-test-py = "^1.2.0"
Expand Down

0 comments on commit f9b890a

Please sign in to comment.