diff --git a/poetry.lock b/poetry.lock index 118fbc843..79d307e63 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2984,21 +2984,18 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.12.1" +version = "2.13.0" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pyjwt-2.12.1-py3-none-any.whl", hash = "sha256:28ca37c070cad8ba8cd9790cd940535d40274d22f80ab87f3ac6a713e6e8454c"}, - {file = "pyjwt-2.12.1.tar.gz", hash = "sha256:c74a7a2adf861c04d002db713dd85f84beb242228e671280bf709d765b03672b"}, + {file = "pyjwt-2.13.0-py3-none-any.whl", hash = "sha256:66adcc2aff09b3f1bbd95fc1e1577df8ac8723c978552fd43304c8a290ac5728"}, + {file = "pyjwt-2.13.0.tar.gz", hash = "sha256:41571c89ca91598c79e8ef18a2d07367d4810fbbd6f637794879baf1b7703423"}, ] [package.extras] crypto = ["cryptography (>=3.4.0)"] -dev = ["coverage[toml] (==7.10.7)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=8.4.2,<9.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] -docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] -tests = ["coverage[toml] (==7.10.7)", "pytest (>=8.4.2,<9.0.0)"] [[package]] name = "pyparsing" @@ -4590,4 +4587,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "c2e74d05b6daadb7fe313344353259e92e9d677b7011de74aac64af291331162" +content-hash = "09af5eafaa98389da37a0b625c56148ea88b43471259f5fcac6994170a4df381" diff --git a/pyproject.toml b/pyproject.toml index e2f5a4e3f..42d0a8970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ numpy = "^2.4.2" ordered-set = "^4.1.0" phonenumbers = "^9.0.25" pycparser = "^3.0" -pyjwt = "^2.12.0" +pyjwt = "^2.13.0" python-json-logger = "^4.0.0" redis = "^7.2.1" regex = "^2026.2.19"