From d7dcbb3f9f1a0256f115019a595f5bc8b2908625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 23:42:54 +0000 Subject: [PATCH] Bump python-jose from 3.0.1 to 3.4.0 in /examples/python/sso Bumps [python-jose](https://github.com/mpdavis/python-jose) from 3.0.1 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.0.1...3.4.0) --- updated-dependencies: - dependency-name: python-jose dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/python/sso/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/sso/requirements.txt b/examples/python/sso/requirements.txt index 2ed3ebc..ff5c3e8 100644 --- a/examples/python/sso/requirements.txt +++ b/examples/python/sso/requirements.txt @@ -4,7 +4,7 @@ ecdsa==0.13.3 future==0.16.0 idna==3.7 pyasn1==0.4.4 -python-jose==3.0.1 +python-jose==3.4.0 requests==2.32.2 rsa==3.4.2 six==1.11.0