From 100e73444795b11a689224be81690ffefe2783e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:11:52 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.10.1 to 2.12.0 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] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89489fd5f443..d3c5eec8e2ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ dependencies = [ "psycopg[binary]==3.2.4", "pyarrow==18.1.0", "pydantic~=2.12.0", - "pyjwt~=2.10.0", + "pyjwt~=2.12.0", "pympler==1.1", "pymssql==2.3.5", "pymysql==1.1.1", diff --git a/uv.lock b/uv.lock index c755672f17ef..86eb5e358a71 100644 --- a/uv.lock +++ b/uv.lock @@ -4797,7 +4797,7 @@ requires-dist = [ { name = "pyarrow", specifier = "==18.1.0" }, { name = "pydantic", specifier = "~=2.12.0" }, { name = "pydantic-avro", specifier = "~=0.9.0" }, - { name = "pyjwt", specifier = "~=2.10.0" }, + { name = "pyjwt", specifier = "~=2.12.0" }, { name = "pymediainfo", specifier = "~=7.0.1" }, { name = "pymongo", specifier = "==4.13.2" }, { name = "pympler", specifier = "==1.1" }, @@ -5296,11 +5296,11 @@ wheels = [ [[package]] name = "pyjwt" -version = "2.10.1" +version = "2.12.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e7/46/bd74733ff231675599650d3e47f361794b22ef3e3770998dda30d3b63726/pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953", size = 87785, upload-time = "2024-11-28T03:43:29.933Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a8/10/e8192be5f38f3e8e7e046716de4cae33d56fd5ae08927a823bb916be36c1/pyjwt-2.12.0.tar.gz", hash = "sha256:2f62390b667cd8257de560b850bb5a883102a388829274147f1d724453f8fb02", size = 102511, upload-time = "2026-03-12T17:15:30.831Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/61/ad/689f02752eeec26aed679477e80e632ef1b682313be70793d798c1d5fc8f/PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb", size = 22997, upload-time = "2024-11-28T03:43:27.893Z" }, + { url = "https://files.pythonhosted.org/packages/15/70/70f895f404d363d291dcf62c12c85fdd47619ad9674ac0f53364d035925a/pyjwt-2.12.0-py3-none-any.whl", hash = "sha256:9bb459d1bdd0387967d287f5656bf7ec2b9a26645d1961628cda1764e087fd6e", size = 29700, upload-time = "2026-03-12T17:15:29.257Z" }, ] [package.optional-dependencies]