From 07199f48c1d96ed8cdc79d51a5059f3538efaaee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:33:01 +0000 Subject: [PATCH] Update pyjwt[crypto] requirement from <2.11,>=2.4 to >=2.4,<2.12 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.11.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.11.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 d5e0e4af3..81b77037a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.11" dependencies = [ "jsonschema>=4.4,<4.27", "pulpcore>=3.73.2,<3.115", - "pyjwt[crypto]>=2.4,<2.11", + "pyjwt[crypto]>=2.4,<2.12", ] [project.urls]