From 5099b1f1a90b95f213fa640721792bff4f139e5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:45:51 +0000 Subject: [PATCH] chore(deps): bump pyjwt from 1.7.1 to 2.10.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.10.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.10.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b009988e..969f2a97e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ kombu==5.4.1 Markdown==3.5.2 # at next update, please remove replace_marker() function in toc extension phpserialize==1.3.0 # phpserialize is only required during the migration psycopg2==2.9.9 -pyjwt==1.7.1 +pyjwt==2.10.0 pymdown-extensions==10.7.1 pyproj==3.6.1 pyramid-jwtauth==0.1.3