From c93c88cde9097f136fb0f04fccaf22a7bc15889a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:38:27 +0000 Subject: [PATCH] Bump pyjwt from 2.10.0 to 2.10.1 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.10.0 to 2.10.1. - [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.10.0...2.10.1) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9373806ea1..c63b67cd09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ jwcrypto==1.5.6 markus[datadog]==5.1.0 pem==23.1.0 psycopg[c]==3.2.3 -PyJWT==2.10.0 +PyJWT==2.10.1 python-decouple==3.8 pyOpenSSL==24.2.1 requests==2.32.3