From 04d690732a6a63e991a637cbb053c42d37377f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 14:57:14 +0000 Subject: [PATCH] dependabot: bump pyjwt[crypto] from 2.5.0 to 2.7.0 Bumps [pyjwt[crypto]](https://github.com/jpadilla/pyjwt) from 2.5.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.5.0...2.7.0) --- updated-dependencies: - dependency-name: pyjwt[crypto] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-integration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-integration.txt b/requirements-integration.txt index 1e47a51f..3c821b82 100644 --- a/requirements-integration.txt +++ b/requirements-integration.txt @@ -36,7 +36,7 @@ pyasn1==0.5.0 # via ldap3 pycparser==2.21 # via cffi -pyjwt[crypto]==2.5.0 +pyjwt[crypto]==2.7.0 # via wipac-rest-tools pymongo==4.3.3 # via motor