diff --git a/poetry.lock b/poetry.lock index 1ca2e3e..b0bd6ba 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1782,14 +1782,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] @@ -2368,4 +2368,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.9.2" -content-hash = "821b79978b26ad78dbbce55911f598f0bcf71b7a0eb9851b19a5cfc3e3637ab4" +content-hash = "030fe51033e5dc78cb98c8e4443402845d09a3b0e869e3be30e8cdddebbbfcc7" diff --git a/pyproject.toml b/pyproject.toml index 655236e..b2d5e9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ assertpy = "^1.1" pytest-docker = "^3.1.0" pytest-xdist = "^2.5.0" pytest-sugar = "^0.9.4" -PyJWT = "^2.3.0" +PyJWT = "^2.12.0" python-dotenv = "^0.21.1" pytest-rerunfailures = "^10.2" pytest-nhsd-apim = "^3.3.9"