From 118b0aaa8842082bf543c77bf7d48168eb73d2ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:47:47 +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...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 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 f7c9af2..f924409 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,<46.0.7", + "cryptography>=40.0.0,<47.0.1", "crontab>=1.0.1", "pydantic[email]>=2.10.4", ]