From 8a68efee84a4136bec38a755d6d24f2d05b8f11a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:12:56 +0000 Subject: [PATCH] chore(deps): update cryptography requirement 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/40.0.0...46.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.3 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 7900e09..860b616 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "orjson>=3.9.10", "httpx>=0.27.2,<0.29.0", "asgiref>=3.7.2", - "cryptography>=40.0.0,<45.0.5", + "cryptography>=40.0.0,<46.0.4", "crontab>=1.0.1", "pydantic[email]>=2.10.4", ]