From 5ef4273324fd8534f0f67af3658c6524577c5850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 02:52:57 +0000 Subject: [PATCH] chore(deps): update pyjwt requirement in /panel/api 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.12.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- panel/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/api/pyproject.toml b/panel/api/pyproject.toml index 98de615..badb3a6 100644 --- a/panel/api/pyproject.toml +++ b/panel/api/pyproject.toml @@ -5,7 +5,7 @@ requires-python = ">=3.12" dependencies = [ "fastapi==0.136.*", "uvicorn[standard]==0.47.*", - "pyjwt==2.12.*", + "pyjwt==2.13.*", "bcrypt==5.0.*", "sqlalchemy==2.0.*", "pymysql==1.1.*",