Skip to content

Commit 4110f3c

Browse files
Update cryptography requirement from <46,>=44 to >=44,<47 in /python (#7309)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eddy Ashton <[email protected]>
1 parent 4f0f002 commit 4110f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
]
1818
dependencies = [
1919
"loguru >= 0.5, == 0.*",
20-
"cryptography >= 44,< 46",
20+
"cryptography >= 44,< 47",
2121
"string-color >= 1.2.1, == 1.*",
2222
"cwt >= 3.1.0, == 3.*",
2323
"setuptools >= 74,< 81",

0 commit comments

Comments
 (0)