From fc2fd24cfb7b1bac713df5eb0913d8119d3fa37c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:09:10 +0000 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 in /python Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.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.3.0...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirement.txt | 2 +- python/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/requirement.txt b/python/requirement.txt index df89b65..7dcb048 100644 --- a/python/requirement.txt +++ b/python/requirement.txt @@ -10,7 +10,7 @@ importlib-metadata==4.12.0 itsdangerous==2.1.2 Jinja2==3.1.2 MarkupSafe==2.1.1 -PyJWT==2.3.0 +PyJWT==2.4.0 python-multipart==0.0.5 six==1.16.0 uvicorn==0.18.0 diff --git a/python/setup.py b/python/setup.py index 4835825..0f150e3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -31,7 +31,7 @@ 'itsdangerous==2.1.2', 'Jinja2==3.1.2', 'MarkupSafe==2.1.1', - 'PyJWT==2.3.0', + 'PyJWT==2.4.0', 'python-multipart==0.0.5', 'six==1.16.0', 'uvicorn==0.18.0',