From bb6e95eba3acbb470e351503fe0b584f4833a292 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:59:34 +0000 Subject: [PATCH] Bump pyjwt from 2.12.1 to 2.13.0 in /apps/scheduler Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.12.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.12.1...2.13.0) --- updated-dependencies: - dependency-name: pyjwt dependency-version: 2.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/scheduler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scheduler/requirements.txt b/apps/scheduler/requirements.txt index 3e2800524..df78b88fd 100644 --- a/apps/scheduler/requirements.txt +++ b/apps/scheduler/requirements.txt @@ -2,4 +2,4 @@ fastapi[standard]==0.136.0 pandas==3.0.2 python-dotenv==1.2.2 requests==2.33.1 -pyjwt==2.12.1 \ No newline at end of file +pyjwt==2.13.0 \ No newline at end of file