From 7cf47855ce2c9847750db09a2bf70e345df3166d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 May 2022 06:47:19 +0000 Subject: [PATCH] Bump pyjwt from 2.3.0 to 2.4.0 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: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index fd55cf7c0..28000edeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,9 +27,7 @@ ghp-import==2.0.2 idna==3.3 # via requests importlib-metadata==4.11.1 - # via - # markdown - # mkdocs + # via mkdocs jinja2==3.0.3 # via # mkdocs @@ -67,7 +65,7 @@ pygithub==1.55 # via -r requirements.in pygments==2.11.2 # via mkdocs-material -pyjwt==2.3.0 +pyjwt==2.4.0 # via pygithub pymdown-extensions==9.2 # via mkdocs-material