From 92d9fc5a92d230c052b2195d74be1788fa19798f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 10:12:29 +0000 Subject: [PATCH] Bump pyjwt from 2.8.0 to 2.9.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.0. - [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.8.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_reqs.txt b/test_reqs.txt index 4106c11..f591126 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -28,7 +28,7 @@ idna==3.7 # requests charset_normalizer==3.3.2 # requests urllib3==2.2.2 # requests requests==2.32.3 # pylti1p3 -pyjwt==2.8.0 # pylti1p3 +pyjwt==2.9.0 # pylti1p3 cffi==1.16.0 # cryptography cryptography==43.0.0 # jwcrypto jwcrypto==1.5.6 # pylti1p3