Skip to content

Commit 6c30b11

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...45.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab69e23 commit 6c30b11

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
@@ -12,7 +12,7 @@ dependencies = [
1212
"orjson>=3.9.10",
1313
"httpx>=0.27.2,<0.29.0",
1414
"asgiref>=3.7.2",
15-
"cryptography>=40.0.0,<43.0.4",
15+
"cryptography>=40.0.0,<45.0.5",
1616
"crontab>=1.0.1",
1717
"pydantic[email]>=2.10.4",
1818
]

0 commit comments

Comments
 (0)