From 6ebfedb24f107c67eb904bec47c8cc36c2121693 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 02:59:08 +0000 Subject: [PATCH] Bump pyjwt in /examples/data-science-analystics/cpu-orchestration Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.0 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.0...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.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 6b734b94..c5823ac9 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.20.0 -PyJWT==2.12.0 +PyJWT==2.13.0 python-daemon==3.1.2 python-dateutil==2.9.0.post0 python-multipart==0.0.21