diff --git a/poetry.lock b/poetry.lock index 596f1cc794..bcaa34ce07 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2923,13 +2923,13 @@ jupyter = ["ipython"] [[package]] name = "pyjwt" -version = "2.6.0" +version = "2.8.0" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.7" files = [ - {file = "PyJWT-2.6.0-py3-none-any.whl", hash = "sha256:d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14"}, - {file = "PyJWT-2.6.0.tar.gz", hash = "sha256:69285c7e31fc44f68a1feb309e948e0df53259d579295e6cfe2b1792329f05fd"}, + {file = "PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320"}, + {file = "PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de"}, ] [package.dependencies] @@ -4207,4 +4207,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "31f3da1d714f3330146f9423d35b0712fa9099b84e1b991fff439956f529cd04" +content-hash = "fe0c0599dfe586be26199a179ad1102ee9c5bd5a5ec3d120348ab32b85783f97" diff --git a/pyproject.toml b/pyproject.toml index fe461586f0..f8f618221c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,7 +174,7 @@ pillow = "^10.0" pycryptodome = "^3.18" pydantic = {version = "^1.10.9", extras = ["email"]} pyinstrument = "<4.6" -PyJWT = "2.6.0" +PyJWT = "2.8.0" PyLD = "2.0.3" pymarc = "5.1.0" pyOpenSSL = "^23.1.0"