diff --git a/lambdas/id_sync/poetry.lock b/lambdas/id_sync/poetry.lock index 376d069ce..a02a2f657 100644 --- a/lambdas/id_sync/poetry.lock +++ b/lambdas/id_sync/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "async-timeout" @@ -708,14 +708,14 @@ files = [ [[package]] name = "pyjwt" -version = "2.11.0" +version = "2.12.0" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pyjwt-2.11.0-py3-none-any.whl", hash = "sha256:94a6bde30eb5c8e04fee991062b534071fd1439ef58d2adc9ccb823e7bcd0469"}, - {file = "pyjwt-2.11.0.tar.gz", hash = "sha256:35f95c1f0fbe5d5ba6e43f00271c275f7a1a4db1dab27bf708073b75318ea623"}, + {file = "pyjwt-2.12.0-py3-none-any.whl", hash = "sha256:9bb459d1bdd0387967d287f5656bf7ec2b9a26645d1961628cda1764e087fd6e"}, + {file = "pyjwt-2.12.0.tar.gz", hash = "sha256:2f62390b667cd8257de560b850bb5a883102a388829274147f1d724453f8fb02"}, ] [package.dependencies] @@ -997,4 +997,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "43e4ecc616b05f9133fe2328e4ebd784b5b11caaa8837d0968c8c1f2f43b2c86" +content-hash = "cb9bcc2a759be202323d45fc6b894c8cfec2f0ac4aa772846cfad68301cb5d3d" diff --git a/lambdas/id_sync/pyproject.toml b/lambdas/id_sync/pyproject.toml index d853de0ff..d1996f2d5 100644 --- a/lambdas/id_sync/pyproject.toml +++ b/lambdas/id_sync/pyproject.toml @@ -26,7 +26,7 @@ python-stdnum = "^2.1" coverage = "^7.13.2" redis = "^4.6.0" cache = "^1.0.3" -pyjwt = {extras = ["crypto"], version = "~2.11.0"} +pyjwt = {extras = ["crypto"], version = "~2.12.0"} [tool.poetry.group.dev.dependencies] coverage = "^7.13.2"