From dc57cc9106bfd8f35262e03152f431db297033b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:54:26 +0000 Subject: [PATCH] build(deps): bump pyjwt from 2.8.0 to 2.9.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.8.0 to 2.9.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.8.0...2.9.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b21407db133..2999b8fa9fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ django-widget-tweaks==1.5.0 django-sequences==3.0 oauthlib==3.2.2 pyopenssl==24.1.0 -pyjwt==2.8.0 +pyjwt==2.9.0 # geopython dependencies pyproj<3.7.0