Skip to content

Commit 8a68efe

Browse files
chore(deps): update cryptography requirement
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@40.0.0...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6379e35 commit 8a68efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"orjson>=3.9.10",
2222
"httpx>=0.27.2,<0.29.0",
2323
"asgiref>=3.7.2",
24-
"cryptography>=40.0.0,<45.0.5",
24+
"cryptography>=40.0.0,<46.0.4",
2525
"crontab>=1.0.1",
2626
"pydantic[email]>=2.10.4",
2727
]

0 commit comments

Comments
 (0)