From d6cd30ad1aaeda68087adeefff2e83d1b0e5d212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 03:36:36 +0000 Subject: [PATCH] Bump python-jose from 3.3.0 to 3.4.0 Bumps [python-jose](https://github.com/mpdavis/python-jose) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/mpdavis/python-jose/releases) - [Changelog](https://github.com/mpdavis/python-jose/blob/master/CHANGELOG.md) - [Commits](https://github.com/mpdavis/python-jose/compare/3.3.0...3.4.0) --- updated-dependencies: - dependency-name: python-jose dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39b1863..f1fba05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "loguru==0.7.2", "pwdlib==0.2.1", "path==16.14.0", - "python-jose==3.3.0", + "python-jose==3.4.0", "python-multipart==0.0.9", "redis[hiredis]==5.0.4", "tortoise-orm[asyncmy]==0.24.0", diff --git a/requirements.txt b/requirements.txt index d9e9857..5340d16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -144,7 +144,7 @@ python-dotenv==1.1.0 # via # pydantic-settings # uvicorn -python-jose==3.3.0 +python-jose==3.4.0 # via fastapi-tortoise-mysql python-multipart==0.0.9 # via