From da668a5bde097cbacf9d2ee1b498b22f63b5a2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 06:23:56 +0000 Subject: [PATCH] Update cryptography requirement from >=46.0.5 to >=46.0.7 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.5...46.0.7) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 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 7ee9c85..a0301b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "pyyaml>=6.0", "click>=8.1", "rich>=13.0", - "cryptography>=46.0.5", + "cryptography>=46.0.7", "apscheduler>=3.10", "sqlalchemy>=2.0", "paramiko>=3.4",