Skip to content

Commit

Permalink
build(deps): Update cryptography requirement from 42.0.4 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@42.0.4...42.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 257292a commit 960257c
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 @@ -11,7 +11,7 @@ homepage = "https://github.com/atsign-foundation/at_python"
[tool.poetry.dependencies]
python = "^3.8.1"
cffi = "1.16.0"
cryptography = "42.0.4"
cryptography = "42.0.5"
pycparser = "2.21"
python-dateutil = "2.8.2"
requests = "2.31.0"
Expand Down

0 comments on commit 960257c

Please sign in to comment.