diff --git a/poetry.lock b/poetry.lock index 15388298..58384415 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2045,18 +2045,18 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.4.0" +version = "2.9.0" description = "JSON Web Token implementation in Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "PyJWT-2.4.0-py3-none-any.whl", hash = "sha256:72d1d253f32dbd4f5c88eaf1fdc62f3a19f676ccbadb9dbc5d07e951b2b26daf"}, - {file = "PyJWT-2.4.0.tar.gz", hash = "sha256:d42908208c699b3b973cbeb01a969ba6a96c821eefb1c5bfe4c390c01d67abba"}, + {file = "PyJWT-2.9.0-py3-none-any.whl", hash = "sha256:3b02fb0f44517787776cf48f2ae25d8e14f300e6d7545a4315cee571a415e850"}, + {file = "pyjwt-2.9.0.tar.gz", hash = "sha256:7e1e5b56cc735432a7369cbfa0efe50fa113ebecdc04ae6922deba8b84582d0c"}, ] [package.extras] -crypto = ["cryptography (>=3.3.1)"] -dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.3.1)", "mypy", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] +crypto = ["cryptography (>=3.4.0)"] +dev = ["coverage[toml] (==5.0.4)", "cryptography (>=3.4.0)", "pre-commit", "pytest (>=6.0.0,<7.0.0)", "sphinx", "sphinx-rtd-theme", "zope.interface"] docs = ["sphinx", "sphinx-rtd-theme", "zope.interface"] tests = ["coverage[toml] (==5.0.4)", "pytest (>=6.0.0,<7.0.0)"] @@ -3068,4 +3068,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "95c6456087e09560224d77e0dbed6bfd8995eb02bd1d7919e4ff3554fb0ac10f" +content-hash = "73df7248cfdadc8036c1cde5b2f646085e196f5c9b366a522b8bacda3230bdc6" diff --git a/pyproject.toml b/pyproject.toml index f49ca38d..bcc48906 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ keyring = "*" protobuf = "^4.25.3" psycopg = {extras = ["binary"], version = "^3.2.2"} pydantic = "^2.6.1" -pyjwt = "2.4.0" +pyjwt = "2.9.0" python = ">=3.11,<3.13" python-dotenv = "^1.0.1" redis = "^5.0.4"