From a1e6e78dcb55bd12dc22dd60b4124a9a785466ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:09:54 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.10.1 to 2.13.0 in /src/kubedash Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.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.10.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/kubedash/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kubedash/requirements.txt b/src/kubedash/requirements.txt index dc01b8dd..314b7777 100644 --- a/src/kubedash/requirements.txt +++ b/src/kubedash/requirements.txt @@ -96,7 +96,7 @@ pybase64==1.4.0 ; python_version >= "3.11" and python_version < "3.13" pycparser==2.22 ; python_version >= "3.11" and python_version < "3.13" pydyf==0.11.0 ; python_version >= "3.11" and python_version < "3.13" pygments==2.20.0 ; python_version >= "3.11" and python_version < "3.13" -pyjwt==2.10.1 ; python_version >= "3.11" and python_version < "3.13" +pyjwt==2.13.0 ; python_version >= "3.11" and python_version < "3.13" pyopenssl==25.1.0 ; python_version >= "3.11" and python_version < "3.13" pyphen==0.17.2 ; python_version >= "3.11" and python_version < "3.13" python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.13"