From a44db4b5b5688bc8c6acaefdcf6fe97599783c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:48:37 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.4.0 in /social/app 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] --- social/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/app/requirements.txt b/social/app/requirements.txt index 5ce510c..4bdbdb8 100644 --- a/social/app/requirements.txt +++ b/social/app/requirements.txt @@ -38,7 +38,7 @@ psycopg2-binary==2.9.5 pyasn1==0.4.8 pycparser==2.21 pydantic==1.10.4 -PyJWT==1.7.1 +PyJWT==2.4.0 pytest==7.2.1 pytest-mock==3.10.0 python-dotenv==0.21.0