From c14942f7fed66ba5a7b4beddf8dfd01f260bed7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:55:24 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.7.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 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/1.7.1...2.7.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d87d6aa..9516685 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ include_package_data = True install_requires = Jinja2==2.11.2 openpyxl==3.0.5 - PyJWT==1.7.1 + PyJWT==2.7.0 PyYAML==5.3.1 roll==0.13.0 ujson==3.2.0