From fe3e3abf801e8ff9089be506aa9bd696a20b276f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:31:31 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 2.12.1 to 2.13.0 in /cron 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] --- cron/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/requirements.txt b/cron/requirements.txt index aed702ed0..f9d03d65d 100644 --- a/cron/requirements.txt +++ b/cron/requirements.txt @@ -8,7 +8,7 @@ Flask==3.1.3 Jinja2==3.1.6 Mako==1.3.12 MarkupSafe==3.0.3 -PyJWT==2.12.1 +PyJWT==2.13.0 SQLAlchemy-Utils==0.42.1 SQLAlchemy==1.4.52 Werkzeug==3.1.7