From beaa0cf2f7dca1d137fc11230af77a329b002e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:58:24 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20pyjwt[crypto]=20requiremen?= =?UTF-8?q?t=20from=20>=3D2.8=20to=20>=3D2.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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.8.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 88e4e2e..3fb127e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ Issues = "https://github.com/d3vyce/fastapi-multiauth/issues" [project.optional-dependencies] jwt = [ - "pyjwt[crypto]>=2.8", + "pyjwt[crypto]>=2.13.0", ] oauth = [ "httpx-oauth>=0.16", diff --git a/uv.lock b/uv.lock index 54e7de6..2da35b8 100644 --- a/uv.lock +++ b/uv.lock @@ -424,7 +424,7 @@ requires-dist = [ { name = "httpx", specifier = ">=0.25.0" }, { name = "httpx-oauth", marker = "extra == 'oauth'", specifier = ">=0.16" }, { name = "itsdangerous", specifier = ">=2.1" }, - { name = "pyjwt", extras = ["crypto"], marker = "extra == 'jwt'", specifier = ">=2.8" }, + { name = "pyjwt", extras = ["crypto"], marker = "extra == 'jwt'", specifier = ">=2.13.0" }, ] provides-extras = ["jwt", "oauth"]