From c7af8ba165028fbf11a1e88da78ecd6d6b00d2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:19:07 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.8.0 to 2.13.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.13.0. - [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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57abef1..7b467f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ uvicorn[standard]==0.30.1 sqlalchemy==2.0.30 pydantic==2.7.4 pydantic-settings==2.3.4 -PyJWT==2.8.0 +PyJWT==2.13.0 passlib[bcrypt]==1.7.4 # Pin bcrypt: passlib 1.7.4's backend shim is incompatible with bcrypt >= 4.1 # (raises "password cannot be longer than 72 bytes" / version-detection errors).