Skip to content

Commit 21dc236

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@44.0.2...45.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 45.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a7900c commit 21dc236

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
@@ -13,7 +13,7 @@ dependencies = [
1313
"uvicorn>=0.34.0,<0.35",
1414
"protobuf>=4.24.4,<7",
1515
"requests>=2.31.0,<3",
16-
"cryptography>=44.0.2,<45",
16+
"cryptography>=44.0.2,<46",
1717
"h5py>=3.13.0,<4",
1818
]
1919

0 commit comments

Comments
 (0)