diff --git a/poetry.lock b/poetry.lock index 21de9060c..9ec614603 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1139,13 +1139,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.0" 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.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"}, + {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"}, ] [package.dependencies] @@ -1647,4 +1647,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "4f8e4aa7467525e32b65f327bd1a74e13157255552a5c1b57599f1d6dc932645" +content-hash = "fa71b79a2dc8c1fa8c1ec881d2a2632c8077c53f43a4f5c3590df3f082797e30" diff --git a/pyproject.toml b/pyproject.toml index 4d4dcf78f..bfe7c515b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ argparse = "^1.4.0" pre-commit = "^4.0.1" pytest = "^8.3.3" cfn-lint = "^1.19.0" -pyjwt = {extras = ["crypto"], version = "^2.9.0"} +pyjwt = {extras = ["crypto"], version = "^2.10.0"} [tool.poetry.scripts]