diff --git a/poetry.lock b/poetry.lock index 7f4b98f..87ac3b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -988,13 +988,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.1" 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.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.extras] @@ -1459,4 +1459,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "75efa8bdf3c870c3688cd460ac86ff3f61d96868ed2b18cead5738c7222aea7c" +content-hash = "6d2fc06e566ec29086859753b53fe16c7b5abd80893a5eff97a5ccf71736d875" diff --git a/pyproject.toml b/pyproject.toml index 43509ff..534e62c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ keystoneauth1 = "^5.3.0" python-jose = "^3.3.0" python-keycloak-client = "^0.2.3" drf-extensions = "^0.7.1" -PyJWT = "^2.8.0" +PyJWT = "^2.10.1" drf-spectacular = "^0.27.2" giturlparse = "^0.12.0" memray = "^1.10.0"