From 6a6711ec2d49c81356789a2e212ac6098ba56bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 07:15:02 +0000 Subject: [PATCH] Update pyjwt[crypto] requirement from <2.12,>=2.4 to >=2.4,<2.13 Updates the requirements on [pyjwt[crypto]](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.12.1) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.12.1 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 da0f2057e..dfb8cf20d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.11" dependencies = [ "jsonschema>=4.4,<4.26", "pulpcore>=3.73.2,<3.115", - "pyjwt[crypto]>=2.4,<2.11", + "pyjwt[crypto]>=2.4,<2.13", "pysequoia==0.1.32", ]