From eda5c6572715aaf7a72cda4db9dee75cae792e55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Dec 2022 01:37:48 +0000 Subject: [PATCH] build(deps): bump pyjwt from 0.2.1 to 2.4.0 in /examples/server/python Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 0.2.1 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/commits/2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/server/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/server/python/requirements.txt b/examples/server/python/requirements.txt index 4fb97143..d950ba70 100644 --- a/examples/server/python/requirements.txt +++ b/examples/server/python/requirements.txt @@ -5,6 +5,6 @@ MarkupSafe==0.23 SQLAlchemy==0.9.7 Werkzeug==0.9.6 itsdangerous==0.24 -PyJWT==0.2.1 +PyJWT==2.4.0 requests==2.3.0 requests-oauthlib==0.4.1