diff --git a/poetry.lock b/poetry.lock index 3d0b0915..3630ab37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1696,13 +1696,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] @@ -2830,4 +2830,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "338126c3d15c2138cf5d54c40cec50406a2ec5b147f2067e4af3ec66873e0ecd" +content-hash = "2b8cbc1a3d2622b6599ac06eb9254f5bdacb52ee3aac18e5dcdf7d17625e68db" diff --git a/pyproject.toml b/pyproject.toml index 94a5e2e6..8abb384b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ importlib-metadata = "8.5.0" pyxdg = "0.28" cruft = "2.15.0" oauthlib = "3.2.2" -pyjwt = "2.9.0" +pyjwt = "2.10.0" PyGithub = "2.5.0" reclass-rs = "0.5.0" gojsonnet = "0.20.0"