From c08226ace22222d33d738eb0e97daa4400870215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:36:31 +0000 Subject: [PATCH] Update pyjwt requirement from >=2.12.1 to >=2.13.0 in /AskAgent/python Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [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.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- AskAgent/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AskAgent/python/requirements.txt b/AskAgent/python/requirements.txt index a4c9f65f..82d26d98 100644 --- a/AskAgent/python/requirements.txt +++ b/AskAgent/python/requirements.txt @@ -16,7 +16,7 @@ feedparser>=6.0.12 httpx>=0.28.1 seaborn>=0.13.2 openai>=1.12.0 -PyJWT>=2.12.1 +PyJWT>=2.13.0 # Optional LLM provider dependencies # NOTE: These packages will be installed AUTOMATICALLY at runtime when you first use a provider.