From 670de5664b6e5fcd8fb7d555d5c73ec87f13e738 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:55:48 +0000 Subject: [PATCH] build(deps): Bump pyjwt from 2.10.1 to 2.12.0 in /python Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.1 to 2.12.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.12.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/pyproject.toml | 2 +- python/requirements-dev.txt | 2 +- python/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 161a921..89e0099 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -11,7 +11,7 @@ requires-python = ">=3.10" license = "MIT" authors = [{ name = "STACKIT" }] dependencies = [ - "pyjwt==2.10.1", + "pyjwt==2.12.0", "requests==2.32.4", "stackit-stackitmarketplace==0.2.0", "stackit-core==0.1.0", diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index 28c26bb..73b7d7b 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -56,7 +56,7 @@ pydantic-core==2.27.2 # via pydantic pyflakes==3.2.0 # via flake8 -pyjwt==2.10.1 +pyjwt==2.12.0 # via # marketplace-reference-code (pyproject.toml) # stackit-core diff --git a/python/requirements.txt b/python/requirements.txt index 2d363cb..31b1120 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -24,7 +24,7 @@ pydantic==2.10.6 # stackit-stackitmarketplace pydantic-core==2.27.2 # via pydantic -pyjwt==2.10.1 +pyjwt==2.12.0 # via # marketplace-reference-code (pyproject.toml) # stackit-core