From 6497acbd105f79a0f8313e6a9e02e9a064f80db0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:03:38 +0000 Subject: [PATCH] chore(deps): bump cryptography from 44.0.3 to 46.0.5 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7cd8efa16ed1..a313f9f4c2cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "flask-cors>=4.0.2, <7.0", "croniter>=0.3.28", "cron-descriptor", - "cryptography>=42.0.4, <45.0.0", + "cryptography>=42.0.4, <47.0.0", "deprecation>=2.1.0, <2.2.0", "flask>=2.2.5, <3.0.0", "flask-appbuilder>=5.0.0,<6",