From 4c49461c0e930f32cecd6069876f1e8c41792f9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:24:05 +0000 Subject: [PATCH] Bump pyjwt[crypto] from 2.10.1 to 2.11.0 in /server Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.11.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.10.1...2.11.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 12aee390..632d64d0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -8,7 +8,7 @@ bcrypt==4.3.0 anytree==2.13.0 alembic==1.18.3 marshmallow<5 -pyjwt[crypto]==2.10.1 +pyjwt[crypto]==2.11.0 setuptools==80.10.2 xkcdpass==1.30.0 zeroconf==0.148.0 \ No newline at end of file