Skip to content

Commit

Permalink
build(deps): Update cryptography requirement from 42.0.7 to 42.0.8
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@42.0.7...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 Jun 5, 2024
1 parent a36860b commit 072b7e9
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 @@ homepage = "https://github.com/atsign-foundation/at_python"

[tool.poetry.dependencies]
python = "^3.8.1"
cryptography = "42.0.7"
cryptography = "42.0.8"
python-dateutil = "2.9.0.post0"
requests = "2.32.3"

Expand Down

0 comments on commit 072b7e9

Please sign in to comment.