diff --git a/poetry.lock b/poetry.lock index 3e4f5a91..0bb241bc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2206,13 +2206,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.extras] @@ -3223,4 +3223,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "44ecae302b42c8c85e279bd0366baf117f6cef994da1edebca9cdca872e652b4" +content-hash = "fe489492186b1dcdfd91a0c9f15724b017afa6519ce2387dc9e0a4a6d9602f9e" diff --git a/pyproject.toml b/pyproject.toml index 26b79b50..9678df51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pytest-playwright = "0.6.2" pre-commit = "^4.0.1" safety = "3.2.11" factory-boy = "^3.3.0" -pyjwt = "^2.10.0" +pyjwt = "^2.10.1" pytest-repeat = "^0.9.3" pytest-playwright-visual = "^2.1.2"