From e23c183591e38904b1efd6da3b39dd78ff7a22da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:13:46 +0000 Subject: [PATCH 1/2] Bump pyjwt from 2.10.1 to 2.11.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.11.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.10.1...2.11.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8e8574d775..b152b253e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pip2pi==0.8.2 ply==3.11 psutil==7.2.1 pydantic==2.12.5 -PyJWT==2.10.1 +PyJWT==2.11.0 pynacl==1.6.2 python-dateutil==2.9.0.post0 pyyaml==6.0.3 From b2b4b8bd7624d6c9f77f607d504bfa0d5cd4e0bd Mon Sep 17 00:00:00 2001 From: inmantaci Date: Wed, 4 Feb 2026 11:10:41 +0100 Subject: [PATCH 2/2] Added change entry --- changelogs/unreleased/9968-dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/unreleased/9968-dependabot.yml diff --git a/changelogs/unreleased/9968-dependabot.yml b/changelogs/unreleased/9968-dependabot.yml new file mode 100644 index 0000000000..fbbca0a943 --- /dev/null +++ b/changelogs/unreleased/9968-dependabot.yml @@ -0,0 +1,6 @@ +change-type: patch +description: Bump pyjwt from 2.10.1 to 2.11.0 +destination-branches: +- master +- iso9 +sections: {}