From 7c05aedcfe1a79120e1ecf5b392f9f8303f0c16f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:21:00 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20PyJ?= =?UTF-8?q?WT=20to=20v2.12.0=20[SECURITY]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + src/backend/pyproject.toml | 2 +- src/backend/uv.lock | 8 ++++---- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee01bbdb..5357d7d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to - 🔐(backend) avoids revealing the inactive status of an application #1135 - ⚡️(helm) reduce initialDelaySeconds and add periods seconds #1139 - 🔒️(backend) avoid information exposure through exception messages #1144 +- ⬆️(dependencies) update PyJWT to v2.12.0 [SECURITY] #1151 ### Fixed diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index ca48cc41..3e55cf76 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "nested-multipart-parser==1.6.0", "psycopg[binary]==3.3.2", "pydantic==2.12.4", - "PyJWT==2.11.0", + "PyJWT==2.12.0", "python-frontmatter==1.1.0", "python-magic==0.4.27", "requests==2.32.5", diff --git a/src/backend/uv.lock b/src/backend/uv.lock index 87ad33b1..adc91356 100644 --- a/src/backend/uv.lock +++ b/src/backend/uv.lock @@ -1251,7 +1251,7 @@ requires-dist = [ { name = "nested-multipart-parser", specifier = "==1.6.0" }, { name = "psycopg", extras = ["binary"], specifier = "==3.3.2" }, { name = "pydantic", specifier = "==2.12.4" }, - { name = "pyjwt", specifier = "==2.11.0" }, + { name = "pyjwt", specifier = "==2.12.0" }, { name = "python-frontmatter", specifier = "==1.1.0" }, { name = "python-magic", specifier = "==0.4.27" }, { name = "redis", specifier = "==5.2.1" }, @@ -1754,11 +1754,11 @@ wheels = [ [[package]] name = "pyjwt" -version = "2.11.0" +version = "2.12.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5c/5a/b46fa56bf322901eee5b0454a34343cdbdae202cd421775a8ee4e42fd519/pyjwt-2.11.0.tar.gz", hash = "sha256:35f95c1f0fbe5d5ba6e43f00271c275f7a1a4db1dab27bf708073b75318ea623", size = 98019, upload-time = "2026-01-30T19:59:55.694Z" } +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/6f/01/c26ce75ba460d5cd503da9e13b21a33804d38c2165dec7b716d06b13010c/pyjwt-2.11.0-py3-none-any.whl", hash = "sha256:94a6bde30eb5c8e04fee991062b534071fd1439ef58d2adc9ccb823e7bcd0469", size = 28224, upload-time = "2026-01-30T19:59:54.539Z" }, + { 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]]