From 8b459e14cd9b26f994f0baa9b2f71254dde09e76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:13:25 +0000 Subject: [PATCH] Bump python-jose from 3.3.0 to 3.4.0 in /sentinelops-backend Bumps [python-jose](https://github.com/mpdavis/python-jose) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) --- updated-dependencies: - dependency-name: python-jose dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentinelops-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinelops-backend/requirements.txt b/sentinelops-backend/requirements.txt index 7bc6656..ec5cc2c 100644 --- a/sentinelops-backend/requirements.txt +++ b/sentinelops-backend/requirements.txt @@ -13,7 +13,7 @@ scikit-learn==1.4.1.post1 numpy==1.26.4 httpx==0.27.0 python-multipart==0.0.9 -python-jose[cryptography]==3.3.0 +python-jose[cryptography]==3.4.0 websockets==12.0 pytest==8.1.0 pytest-asyncio==0.23.5