From 8a8dce21ccaf5231f7422bc773464943da25cd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:58:35 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.9.0 to 2.10.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 to 2.10.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.9.0...2.10.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 5b0eef9..024a4b6 100644 --- a/test_reqs.txt +++ b/test_reqs.txt @@ -28,7 +28,7 @@ idna==3.10 # requests charset_normalizer==3.4.0 # requests urllib3==2.2.3 # requests requests==2.32.3 # pylti1p3 -pyjwt==2.9.0 # pylti1p3 +pyjwt==2.10.0 # pylti1p3 cffi==1.17.1 # cryptography cryptography==43.0.3 # jwcrypto jwcrypto==1.5.6 # pylti1p3