From 7f6197c57ef49e40dd17606a8352ff7a28d816b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 04:03:23 +0000 Subject: [PATCH] Bump pyjwt from 1.7.1 to 2.5.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.5.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.5.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 2c3fce1..ded62b2 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.5.0 PyYAML==5.3.1 roll==0.13.0 ujson==3.2.0