From e970de0967fb8c7664432f94a24690c8dcbe86b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:08:43 +0000 Subject: [PATCH] Bump pyjwt from 2.9.0 to 2.10.0 Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.9.0 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/2.9.0...2.10.0) --- updated-dependencies: - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b198818..1ca681dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,7 +149,7 @@ testing = [ "watchfiles==0.24.0", "email-validator==2.2.0", "python-multipart>=0.0.12", - "PyJWT==2.9.0", + "PyJWT==2.10.0", "passlib[bcrypt]==1.7.4", ]