From 073f0b6a459fc744fb3e0afe3df1ab8f9883a821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:33:25 +0000 Subject: [PATCH] Bump pyjwt from 2.10.0 to 2.10.1 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] --- requirements/dev.txt | 2 +- requirements/functests.txt | 2 +- requirements/lint.txt | 2 +- requirements/prod.txt | 2 +- requirements/tests.txt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index e9a5e4163e9..c484ad0b7e4 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -222,7 +222,7 @@ pycryptodomex==3.21.0 # via -r requirements/prod.txt pygments==2.17.2 # via ipython -pyjwt==2.10.0 +pyjwt==2.10.1 # via -r requirements/prod.txt pyparsing==3.2.0 # via -r requirements/prod.txt diff --git a/requirements/functests.txt b/requirements/functests.txt index 7bd855021d6..adc93fad136 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -202,7 +202,7 @@ pycparser==2.21 # cffi pycryptodomex==3.21.0 # via -r requirements/prod.txt -pyjwt==2.10.0 +pyjwt==2.10.1 # via -r requirements/prod.txt pyparsing==3.2.0 # via -r requirements/prod.txt diff --git a/requirements/lint.txt b/requirements/lint.txt index 6eb3d2b4f75..8f2b245db66 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -328,7 +328,7 @@ pycryptodomex==3.21.0 # -r requirements/tests.txt pydocstyle==6.3.0 # via -r requirements/lint.in -pyjwt==2.10.0 +pyjwt==2.10.1 # via # -r requirements/functests.txt # -r requirements/tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index ee0ed2d0740..cd0f93e0803 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -142,7 +142,7 @@ pycparser==2.21 # via cffi pycryptodomex==3.21.0 # via -r requirements/prod.in -pyjwt==2.10.0 +pyjwt==2.10.1 # via -r requirements/prod.in pyparsing==3.2.0 # via -r requirements/prod.in diff --git a/requirements/tests.txt b/requirements/tests.txt index 7e2def50d3a..0ec725ec114 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -213,7 +213,7 @@ pycparser==2.21 # cffi pycryptodomex==3.21.0 # via -r requirements/prod.txt -pyjwt==2.10.0 +pyjwt==2.10.1 # via -r requirements/prod.txt pyparsing==3.2.0 # via -r requirements/prod.txt