From 549c1f003946cc512d684086668e3f47712c73e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 04:04:12 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.6.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.6.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.6.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 919dc50..f0b3267 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.6.0 PyYAML==5.3.1 roll==0.13.0 ujson==3.2.0