From e5572d66caf12196e5fe320d865f6e9d722f3a91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 13:05:57 +0000 Subject: [PATCH] chore(deps): Bump the security-deps group across 1 directory with 3 updates Bumps the security-deps group with 3 updates in the /backend directory: [pyjwt](https://github.com/jpadilla/pyjwt), [cryptography](https://github.com/pyca/cryptography) and [pip-audit](https://github.com/pypa/pip-audit). Updates `pyjwt` from 2.13.0 to 2.14.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.13.0...2.14.0) Updates `cryptography` from 50.0.0 to 50.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/50.0.0...50.0.1) Updates `pip-audit` from 2.10.0 to 2.10.1 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pypa/pip-audit/compare/v2.10.0...v2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: security-deps - dependency-name: cryptography dependency-version: 50.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security-deps - dependency-name: pip-audit dependency-version: 2.10.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: security-deps ... 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 a160f94..9bffc96 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -10,8 +10,8 @@ redis==4.6.0 orjson>=3.11.9 pillow>=12.3.0 -PyJWT==2.13.0 -cryptography==50.0.0 +PyJWT==2.14.0 +cryptography==50.0.1 pydantic[email]==2.13.4 pydantic-settings==2.14.2 # GHSA-4xgf-cpjx-pc3j pytest==9.0.3 @@ -24,7 +24,7 @@ openai==2.37.0 instructor==1.14.5 tqdm==4.67.3 -pip-audit==2.10.0 +pip-audit==2.10.1 feedparser==6.0.12 beautifulsoup4==4.14.3