From 9246e9f1be442704c1125c60f3867dca9032731a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 21:17:44 +0000 Subject: [PATCH] Bump python-jose from 3.3.0 to 3.4.0 in /src/opencdeserver/api/app 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] --- src/opencdeserver/api/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opencdeserver/api/app/requirements.txt b/src/opencdeserver/api/app/requirements.txt index 5851135638..9ee45c7fcf 100644 --- a/src/opencdeserver/api/app/requirements.txt +++ b/src/opencdeserver/api/app/requirements.txt @@ -5,6 +5,6 @@ jsonpickle==3.0.1 passlib==1.7.4 pydantic==1.10.13 python_dateutil==2.8.2 -python_jose==3.3.0 +python_jose==3.4.0 py2neo==2021.2.4