From 05797d1631857519138140db5237b369c9a8ae5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 04:51:01 +0000 Subject: [PATCH] Bump pyjwt[crypto] from 2.8.0 to 2.9.0 Bumps [pyjwt[crypto]](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[crypto] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b70be7ee..1719111c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ httpx_oauth==0.13.0 makefun==1.15.1 passlib[bcrypt]==1.7.4 pydantic==1.10.13 -pyjwt[crypto] ==2.8.0 +pyjwt[crypto] ==2.9.0 python-dotenv==1.0.0 python-multipart==0.0.9 sqlalchemy==2.0.20 diff --git a/setup.py b/setup.py index 73be05f3..9769dac8 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def get_version(version_file: str) -> str: "fastapi >=0.65.2", "passlib[bcrypt] ==1.7.4", "email-validator >=1.1.0,<2.1", - "pyjwt[crypto] ==2.8.0", + "pyjwt[crypto] ==2.9.0", "python-multipart ==0.0.9", "makefun >=1.11.2,<2.0.0", "pydantic<2",