Skip to content

Commit 2a5e4e4

Browse files
authored
Bump cryptography maximum version (#1566)
* cryptography 46 has been used in main for a while * pinning cryptography in libraries is annoying so if we're doing a 3.6.x release, bumping maybe makes sense Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent e1f762d commit 2a5e4e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ All versions prior to 0.9.0 are untracked.
1414

1515
* Improved error message when verifying bundles with rekor v2 entries
1616
([#1565](https://github.com/sigstore/sigstore-python/pull/1565))
17+
* Added cryptography 46 to list of compatible cryptography releases
18+
([#1566](https://github.com/sigstore/sigstore-python/pull/1566))
1719

1820
## [3.6.5]
1921

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Topic :: Security :: Cryptography",
2727
]
2828
dependencies = [
29-
"cryptography >= 42, < 46",
29+
"cryptography >= 42, < 47",
3030
"id >= 1.1.0",
3131
"importlib_resources ~= 5.7; python_version < '3.11'",
3232
"pyasn1 ~= 0.6",

0 commit comments

Comments
 (0)