From 44eec6e203553854f66f4be10e4619e4456dbc67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 22:00:01 +0000 Subject: [PATCH] Update cryptography requirement from ~=46.0.3 to ~=46.0.4 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.3...46.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.4 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 26cd1e02..9a9ab43d 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.0.3 -cryptography~=46.0.3 +cryptography~=46.0.4 tzlocal~=5.3.1 mip==1.16rc0 scikit-learn~=1.8.0