diff --git a/poetry.lock b/poetry.lock index 3a15ed9..301a8af 100644 --- a/poetry.lock +++ b/poetry.lock @@ -553,14 +553,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[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.extras] @@ -771,4 +771,4 @@ tooling-extras = ["pyaml (>=23.7.0)", "pypandoc-binary (>=1.11)", "pytest (>=7.4 [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "4793d1e39b1b2c59d0d8e3116c228436eead6e1614ff79bc1aa5983ec5842501" +content-hash = "034f7157ec085939b56e49111209bf549e1ddc3fcb94cb962cd7893b3142eede" diff --git a/pyproject.toml b/pyproject.toml index 68bde4c..b86a311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ resources = "^0.0.1" staty = "^1.2.4" requests = "^2.32.5" cryptography = {version = "^46.0.5", python = ">=3.8,<3.9.0 || >3.9.1,<4.0"} -pyjwt = "^2.9.0" +pyjwt = "^2.12.0" tenacity = "^8.2.3" coverage = "^7.4.2" pytest = "^8.0.2"