From afda419dea86696919f0d3b0b439c9c771f35b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 15:20:14 +0000 Subject: [PATCH] chore(deps): bump cryptography Bumps the pip group with 1 update in the /backend directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 43.0.1 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.1...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 82e51e1..8f6e495 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,11 +2,11 @@ fastapi==0.109.2 uvicorn==0.27.1 httpx==0.27.0 slowapi==0.1.9 -requests==2.32.4 +requests==2.32.5 websocket-client==1.7.0 sqlalchemy==2.0.27 -pymysql==1.1.1 -cryptography==43.0.1 +pymysql==1.1.2 +cryptography==44.0.1 asyncpg==0.29.0 python-dateutil==2.9.0 python-dotenv==1.0.0