From e1887b581eddfc236beafa363ce9fc2da726c744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 18:02:15 +0000 Subject: [PATCH] Bump pyjwt from 2.6.0 to 2.7.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.6.0 to 2.7.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.7.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..6f4687f 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.7.0 pyperclip==1.8.2 pytz==2023.3 pywin32==306