From b3b065ff00910261f799d906076ba2881d2c43eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 12:36:04 +0000 Subject: [PATCH] Bump pyjwt from 2.8.0 to 2.9.0 in /app Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.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.8.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 83a30eb9..c74d1c6a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -79,7 +79,7 @@ pycodestyle==2.5.0 pycparser==2.21 pyflakes==2.1.1 Pygments==2.17.2 -PyJWT==2.8.0 +PyJWT==2.9.0 pyOpenSSL==24.1.0 pyparsing==3.0.7 python-dateutil==2.8.2