From 4453dd4acaabd2808e82f4dad435023b03c31f2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 05:34:22 +0000 Subject: [PATCH] build(deps-dev): update pyjwt requirement from >=2.8.0 to >=2.13.0 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.8.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec46695..f32aa1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,8 +37,8 @@ web = ["fastapi>=0.104.0", "uvicorn>=0.46.0"] yaml = ["pyyaml>=6.0"] cloud = ["cryptography>=41.0.0"] s3 = ["boto3>=1.28.0"] -jwt = ["PyJWT>=2.8.0"] -all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0", "cryptography>=41.0.0", "boto3>=1.28.0", "PyJWT>=2.8.0"] +jwt = ["PyJWT>=2.13.0"] +all = ["fastapi>=0.104.0", "uvicorn>=0.46.0", "pyyaml>=6.0", "cryptography>=41.0.0", "boto3>=1.28.0", "PyJWT>=2.13.0"] dev = ["pytest>=7.0", "pytest-cov", "ruff", "mypy"] [project.scripts]