From 498fc644ceaa95f87f3a34948c634a69a70b3591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:09:43 +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.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.1 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 74298dc..3e518aa 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.2", "crontab>=1.0.1", "pydantic[email]>=2.10.4", ]