From 49577167b595ff26db3ca83d6af62016cf534371 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 05:46:56 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /webhook Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.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/compare/1.7.1...2.4.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webhook/requirements-dev.txt | 2 +- webhook/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webhook/requirements-dev.txt b/webhook/requirements-dev.txt index 40c7047..0eab218 100644 --- a/webhook/requirements-dev.txt +++ b/webhook/requirements-dev.txt @@ -41,7 +41,7 @@ pyasn1-modules==0.2.8 pycodestyle==2.6.0 pydantic==1.6 pyflakes==2.2.0 -PyJWT==1.7.1 +PyJWT==2.4.0 pylint==2.5.3 pyparsing==2.4.7 pytest==5.4.3 diff --git a/webhook/requirements.txt b/webhook/requirements.txt index cb1ae4c..53309ab 100644 --- a/webhook/requirements.txt +++ b/webhook/requirements.txt @@ -7,7 +7,7 @@ google-cloud-secret-manager==1.0.0 h11==0.9.0 httptools==0.1.1 pydantic==1.6 -PyJWT==1.7.1 +PyJWT==2.4.0 starlette==0.13.4 uvicorn==0.11.7 uvloop==0.14.0