From d415b8679af8cfac9e03a36d8bfa48e161d3ef5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 12:46:15 +0000 Subject: [PATCH] build(deps): bump pyjwt in /src/ContentProcessorAPI Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.1 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.12.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ContentProcessorAPI/pyproject.toml | 2 +- src/ContentProcessorAPI/requirements.txt | 2 +- src/ContentProcessorAPI/uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ContentProcessorAPI/pyproject.toml b/src/ContentProcessorAPI/pyproject.toml index 8ae3b187..81fca2df 100644 --- a/src/ContentProcessorAPI/pyproject.toml +++ b/src/ContentProcessorAPI/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "azure-monitor-events-extension>=0.1.0", "azure-monitor-opentelemetry==1.8.7", "cryptography==46.0.7", - "pyjwt==2.12.1", + "pyjwt==2.13.0", "jsonschema==4.25.1", ] diff --git a/src/ContentProcessorAPI/requirements.txt b/src/ContentProcessorAPI/requirements.txt index 15754e7f..1ed49cbd 100644 --- a/src/ContentProcessorAPI/requirements.txt +++ b/src/ContentProcessorAPI/requirements.txt @@ -38,7 +38,7 @@ pydantic-core==2.46.3 pydantic-extra-types==2.11.1 pydantic-settings==2.13.1 pygments==2.20.0 -pyjwt==2.12.1 +pyjwt==2.13.0 pymongo==4.16.0 python-dotenv==1.2.2 python-multipart==0.0.27 diff --git a/src/ContentProcessorAPI/uv.lock b/src/ContentProcessorAPI/uv.lock index b2bee909..84797205 100644 --- a/src/ContentProcessorAPI/uv.lock +++ b/src/ContentProcessorAPI/uv.lock @@ -578,7 +578,7 @@ requires-dist = [ { name = "pydantic", specifier = "==2.13.3" }, { name = "pydantic-settings", specifier = "==2.13.1" }, { name = "pygments", specifier = "==2.20.0" }, - { name = "pyjwt", specifier = "==2.12.1" }, + { name = "pyjwt", specifier = "==2.13.0" }, { name = "pymongo", specifier = "==4.16.0" }, { name = "python-dotenv", specifier = "==1.2.2" }, { name = "python-multipart", specifier = "==0.0.27" }, @@ -2095,11 +2095,11 @@ wheels = [ [[package]] name = "pyjwt" -version = "2.12.1" +version = "2.13.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/c2/27/a3b6e5bf6ff856d2509292e95c8f57f0df7017cf5394921fc4e4ef40308a/pyjwt-2.12.1.tar.gz", hash = "sha256:c74a7a2adf861c04d002db713dd85f84beb242228e671280bf709d765b03672b", size = 102564, upload-time = "2026-03-13T19:27:37.25Z" } +sdist = { url = "https://files.pythonhosted.org/packages/3b/81/58d0ac84e1ef3a3843791d6954d94c0b33d526c75eeb1efbce9d0a4c4077/pyjwt-2.13.0.tar.gz", hash = "sha256:41571c89ca91598c79e8ef18a2d07367d4810fbbd6f637794879baf1b7703423", size = 107515, upload-time = "2026-05-21T19:54:36.618Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/e5/7a/8dd906bd22e79e47397a61742927f6747fe93242ef86645ee9092e610244/pyjwt-2.12.1-py3-none-any.whl", hash = "sha256:28ca37c070cad8ba8cd9790cd940535d40274d22f80ab87f3ac6a713e6e8454c", size = 29726, upload-time = "2026-03-13T19:27:35.677Z" }, + { url = "https://files.pythonhosted.org/packages/a3/5e/ecf12fdb62546d64385c158514e9b2b671f7832108ef2ecd2020ce0af2d1/pyjwt-2.13.0-py3-none-any.whl", hash = "sha256:66adcc2aff09b3f1bbd95fc1e1577df8ac8723c978552fd43304c8a290ac5728", size = 31274, upload-time = "2026-05-21T19:54:35.362Z" }, ] [package.optional-dependencies]