Skip to content

Commit 7866eec

Browse files
build(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.3...46.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e39de9 commit 7866eec

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
@@ -11,7 +11,7 @@ dependencies = [
1111
"pycryptodome (>=3.22.0,<4.0.0)",
1212
"xmltodict (>=0.14.2,<0.15.0)",
1313
"redis (>=5.2.1,<6.0.0)",
14-
"cryptography (>=44.0.3,<45.0.0)",
14+
"cryptography (>=44.0.3,<47.0.0)",
1515
"uvicorn (>=0.34.2,<0.35.0)",
1616
"logzero (>=1.7.0,<2.0.0)",
1717
"dnspython (>=2.8.0,<3.0.0)",

0 commit comments

Comments
 (0)