From 49a3fc072b5f739d1d2d9f7fd312b83c7bf22882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 08:21:55 +0000 Subject: [PATCH] chore(deps): update pyjwt requirement from ~=2.0.0 to ~=2.6.0 Updates the requirements on [pyjwt](https://github.com/jpadilla/pyjwt) to permit the latest version. - [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) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 43b4644..58168aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ Sanic-Cors~=0.10 sentry-sdk~=0.19.5 requests~=2.25.1 gql~=2.0.0 -PyJWT~=2.0.0 \ No newline at end of file +PyJWT~=2.6.0 \ No newline at end of file