From 492b114a9975cb754cb7a47edd0215d03057f076 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 17:07:20 +0000 Subject: [PATCH] Bump pyjwt from 2.6.0 to 2.8.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.0 to 2.8.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.6.0...2.8.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index fb78793..807f844 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ pip-conflict-checker==0.6.0 psutil==5.9.5 pycodestyle==2.10.0 pyflakes==3.0.1 -PyJWT==2.6.0 +PyJWT==2.8.0 pyperclip==1.8.2 pytz==2023.3 pywin32==306