From d35fe6d8b5264fe2240d97c904f05acc89c90106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 22:54:27 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.10.1 to 2.11.0 Bumps [pyjwt](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 dependency-version: 2.11.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 306e703b..24f72831 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ idna==3.11 ; python_full_version >= "3.9.2" and python_version < "4.0" jwcrypto==1.5.6 ; python_full_version >= "3.9.2" and python_version < "4.0" pycparser==2.23 ; python_full_version >= "3.9.2" and platform_python_implementation != "PyPy" and python_version < "4.0" and implementation_name != "PyPy" pydash==8.0.6 ; python_full_version >= "3.9.2" and python_version < "4.0" -pyjwt==2.10.1 ; python_full_version >= "3.9.2" and python_version < "4.0" +pyjwt==2.11.0 ; python_full_version >= "3.9.2" and python_version < "4.0" python-box==7.3.2 ; python_full_version >= "3.9.2" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_full_version >= "3.9.2" and python_version < "4.0" pytz==2025.2 ; python_full_version >= "3.9.2" and python_version < "4.0"