diff --git a/poetry.lock b/poetry.lock index e1c53db8..ebc292cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1707,13 +1707,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.10.0" +version = "2.10.1" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.9" files = [ - {file = "PyJWT-2.10.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"}, - {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"}, + {file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.dependencies] @@ -2836,4 +2836,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.10, <3.13" -content-hash = "2b8cbc1a3d2622b6599ac06eb9254f5bdacb52ee3aac18e5dcdf7d17625e68db" +content-hash = "56bf9ceed480e3f002c00c2cb409fbf770e8b38b25b344f92d6adb0ef14c2078" diff --git a/pyproject.toml b/pyproject.toml index 8abb384b..6331a264 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.10.0" +pyjwt = "2.10.1" PyGithub = "2.5.0" reclass-rs = "0.5.0" gojsonnet = "0.20.0"