From 41b410a8532108fa27a68700e91eb720440a4393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:44:34 +0000 Subject: [PATCH] Bump pyjwt from 2.10.0 to 2.10.1 in /src/core Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.0 to 2.10.1. - [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.10.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/requirements.txt b/src/core/requirements.txt index 7655c4cf..bca1cd62 100644 --- a/src/core/requirements.txt +++ b/src/core/requirements.txt @@ -14,7 +14,7 @@ marshmallow==3.23.1 psycopg2==2.9.10 #psycopg==3.2.3 pycryptodomex==3.21.0 -PyJWT==2.10.0 +PyJWT==2.10.1 python-dotenv==1.0.1 python-keycloak==4.7.2 requests==2.32.3