From 0abebe0ce41cb82a86b90ae23529c596d2158869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 21:35:19 +0000 Subject: [PATCH] Update cryptography requirement from ~=46.0.4 to ~=46.0.5 in /dao 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](https://github.com/pyca/cryptography/compare/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] --- dao/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dao/requirements.txt b/dao/requirements.txt index 2bfc52b6..8dabda83 100644 --- a/dao/requirements.txt +++ b/dao/requirements.txt @@ -19,7 +19,7 @@ mariadb~=1.1.14 flask~=3.1.2 ephem~=4.2 gunicorn~=25.1.0 -cryptography~=46.0.4 +cryptography~=46.0.5 tzlocal~=5.3.1 mip==1.16rc0 scikit-learn~=1.8.0