From e829dbbe3e31446604d02fb65926c9179833f42f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:54:51 +0000 Subject: [PATCH] fix(deps): update dependency cryptography to v49 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8a5c281..9fa2d8d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "frozendict >=2.4.3, <3.0", "certifi >=2026.1.4", "PyYAML >=6.0.1, <7.0.0", - "cryptography >=48.0.1, <48.1", + "cryptography >=49, <49.1", "python-dotenv >=1.0.0, <2.0.0", "itsdangerous >=2.2.0, <3.0.0", "nest-asyncio >=1.5.8, <2.0.0", diff --git a/requirements.txt b/requirements.txt index c9c1bf08..a79d8734 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests~=2.34.2; python_version >= "3.10" django>=4.2.0,<5.0.0; python_version < "3.12" django>=6.0.6,<6.1.0; python_version >= "3.12" python-dotenv>=1.0.0 -cryptography>=48.0.1,<48.1 +cryptography>=49,<49.1 pyjwt>=2.10.0 fastapi>=0.110.0 flask>=3.0.0