Skip to content

Commit 5830b50

Browse files
Update cryptography requirement from <43.0.0 to <44.0.0 (#353)
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@0.1...43.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dean Quiñanola <[email protected]>
1 parent c890bf0 commit 5830b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backoff >= 2.2.1
55
boto3 >= 1.26.165
66
click >= 8.1.7
77
colorama >= 0.2.5, < 0.4.7
8-
cryptography < 43.0.0
8+
cryptography < 44.0.0
99
fastapi[all] >= 0.94.0
1010
paramiko >= 3.3.1
1111
prettytable >= 3.9.0

0 commit comments

Comments
 (0)