Skip to content

Commit 0305a2b

Browse files
Update cryptography requirement from ~=46.0.4 to ~=46.0.5 in /dao (#550)
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.4...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 977acca commit 0305a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dao/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ mariadb~=1.1.14
1919
flask~=3.1.2
2020
ephem~=4.2
2121
gunicorn~=25.1.0
22-
cryptography~=46.0.4
22+
cryptography~=46.0.5
2323
tzlocal~=5.3.1
2424
mip==1.16rc0
2525
scikit-learn~=1.8.0

0 commit comments

Comments
 (0)