From efdb61c097deb5731bc95c24b5572b09d0b7e1bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 10:33:25 +0000 Subject: [PATCH] Update pyjwt requirement from <2.13,>=2.4 to >=2.4,<2.14 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [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.4.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 592522ce2..1005372c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.11" dependencies = [ "jsonschema>=4.4,<4.27", "pulpcore>=3.111.0,<3.115", - "pyjwt[crypto]>=2.4,<2.13", + "pyjwt[crypto]>=2.4,<2.14", "pysequoia>=0.1.33,<0.2.0" ]