From 584075fc749b7a2498c77a0b7d3e16fb4b337cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 14:51:54 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.10.1 to 2.13.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5005dc4..9970597 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "colored==2.3.0", "rdflib==7.1.3", "Werkzeug==3.1.3", - "PyJWT==2.10.1", + "PyJWT==2.13.0", "requests==2.32.3", "pytz==2025.1", "confluent-kafka==2.8.0",