Skip to content

Commit 062143d

Browse files
Update cryptography requirement from <49,>=46 to >=46,<50
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@46.0.0...49.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 49.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a18a1f5 commit 062143d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
"Operating System :: OS Independent",
2323
]
2424
dependencies = [
25-
"cryptography>=46,<49",
25+
"cryptography>=46,<50",
2626
"bcrypt~=5.0",
2727
"PrettyTable~=3.17",
2828
"pytimeparse2~=1.7.1",

0 commit comments

Comments
 (0)