Skip to content

Commit a18a1f5

Browse files
dependabot[bot]scheibling
authored andcommitted
Update cryptography requirement from ~=46.0 to >=46,<49
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...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da85bec commit a18a1f5

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.0",
25+
"cryptography>=46,<49",
2626
"bcrypt~=5.0",
2727
"PrettyTable~=3.17",
2828
"pytimeparse2~=1.7.1",

0 commit comments

Comments
 (0)