From 2228c5d8a5ee945eb32394df90a02cd465cf0a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:48:55 +0000 Subject: [PATCH] Bump pyjwt in /examples/data-science-analystics/cpu-orchestration 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] --- .../data-science-analystics/cpu-orchestration/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/data-science-analystics/cpu-orchestration/requirements.txt b/examples/data-science-analystics/cpu-orchestration/requirements.txt index 3b0ed839..f6e2ed6a 100644 --- a/examples/data-science-analystics/cpu-orchestration/requirements.txt +++ b/examples/data-science-analystics/cpu-orchestration/requirements.txt @@ -135,7 +135,7 @@ pycparser==2.22 pydantic==2.12.5 pydantic_core==2.41.5 Pygments==2.18.0 -PyJWT==2.10.1 +PyJWT==2.12.0 python-daemon==3.1.2 python-dateutil==2.9.0.post0 python-multipart==0.0.21