From dfb9b8c9481b5bad63ec2db0503a4652b33ad040 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 05:07:39 +0000 Subject: [PATCH] chore(deps): bump cryptography from 48.0.1 to 50.0.0 in /backend Bumps [cryptography](https://github.com/pyca/cryptography) from 48.0.1 to 50.0.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/48.0.1...50.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 50.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-lock.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-lock.txt b/backend/requirements-lock.txt index 015ecae..eaf04f9 100644 --- a/backend/requirements-lock.txt +++ b/backend/requirements-lock.txt @@ -81,7 +81,7 @@ colorama==0.4.6 # uvicorn courlan==1.4.0 # via trafilatura -cryptography==48.0.1 +cryptography==50.0.0 # via # -r requirements.txt # pyjwt diff --git a/backend/requirements.txt b/backend/requirements.txt index cb55651..0360f9c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -41,7 +41,7 @@ tavily-python>=0.3.0 # Security Patches aiohttp>=3.14.0 -cryptography>=46.0.7 +cryptography>=50.0.0 urllib3>=2.7.0 transformers>=4.48.0,<5.0.0 idna>=3.15