Bump python-jose from 3.3.0 to 3.4.0 (#2811)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Suchintan <suchintan@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-28 01:01:10 +00:00
committed by GitHub
parent b5a50bc10c
commit cff1015a79
2 changed files with 30 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ psycopg = [
{version = ">=3.2.2,<3.3.0", extras = ["binary", "pool"], python = ">=3.13, <3.14"}
]
alembic = "^1.12.1"
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
python-jose = {extras = ["cryptography"], version = "^3.4.0"}
cachetools = "^5.3.2"
aioboto3 = "^14.3.0"
asyncache = "^0.3.1"