From 30ff2a6596c559dcba97ce165d10194cab1177a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:53:54 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.12.0 to 2.12.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 to 2.12.1. - [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.12.1) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ae0dbc92..4a8ed719 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ idna==3.11 ; python_version >= "3.10" and python_version < "4.0" jwcrypto==1.5.6 ; python_version >= "3.10" and python_version < "4.0" pycparser==3.0 ; python_version >= "3.10" and python_version < "4.0" and platform_python_implementation != "PyPy" and implementation_name != "PyPy" pydash==8.0.6 ; python_version >= "3.10" and python_version < "4.0" -pyjwt==2.12.0 ; python_version >= "3.10" and python_version < "4.0" +pyjwt==2.12.1 ; python_version >= "3.10" and python_version < "4.0" python-box==7.4.1 ; python_version >= "3.10" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0" pytz==2026.1.post1 ; python_version >= "3.10" and python_version < "4.0"