From b44d53541f63c6f3c1a6c4725b70592ab0e1c350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:29:51 +0000 Subject: [PATCH] :arrow_up: Bump python-jose in /NETCore.Keycloak.Client.Tests 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-type: direct:production ... Signed-off-by: dependabot[bot] --- NETCore.Keycloak.Client.Tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NETCore.Keycloak.Client.Tests/requirements.txt b/NETCore.Keycloak.Client.Tests/requirements.txt index c125c57..1861d4d 100644 --- a/NETCore.Keycloak.Client.Tests/requirements.txt +++ b/NETCore.Keycloak.Client.Tests/requirements.txt @@ -13,7 +13,7 @@ MarkupSafe==3.0.2 packaging==24.2 pyasn1==0.6.1 pycparser==2.22 -python-jose==3.3.0 +python-jose==3.4.0 python-keycloak==3.3.0 PyYAML==6.0.2 requests==2.32.3