diff --git a/api/poetry.lock b/api/poetry.lock index 0f0d3fa58b2..56c9381441d 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1412,13 +1412,13 @@ email = ["email-validator (>=1.0.3)"] [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.1" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, - {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, + {file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.extras] @@ -2033,4 +2033,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "1723d0c4037ad8bd78219ef00eb4f62c89b7908f29fc40db226cd51b6ee8d662" +content-hash = "5851269abf056466ad3f0b3b9910382d3dce7bfa7c2920820336229d927c88e7" diff --git a/api/pyproject.toml b/api/pyproject.toml index dd717156d31..ceb7331a923 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -38,7 +38,7 @@ redis = {extras = ["hiredis"], version = "^5.2.1"} pytest = "^8.3.4" hypercorn = {extras = ["trio"], version = "^0.17.3"} -pyjwt = "^2.9.0" +pyjwt = "^2.10.1" python-jose = {extras = ["cryptography"], version = "^3.3.0"} aiofiles = "^24.1.0" python-multipart = "^0.0.12"