Skip to content

Commit ec03274

Browse files
Update cryptography requirement from <47,>=46 to >=46,<48 in /python (#7846)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff89632 commit ec03274

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919
dependencies = [
2020
"cbor2 >= 5.6, < 7",
21-
"cryptography >= 46, < 47",
21+
"cryptography >= 46, < 48",
2222
"cwt >= 3.2.0, < 4",
2323
"packaging >= 25, < 27"
2424
]

0 commit comments

Comments
 (0)