diff --git a/poetry.lock b/poetry.lock index 15b16b82..149fe306 100644 --- a/poetry.lock +++ b/poetry.lock @@ -791,13 +791,13 @@ files = [ [[package]] name = "pyjwt" -version = "2.9.0" +version = "2.10.0" 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.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"}, + {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"}, ] [package.extras] @@ -1195,4 +1195,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "19d82a5d6a7c51183ac460c2c0082b033dfb5e794c4024822879b1f4757d9da2" +content-hash = "02303abf2e0cc0927476b4070fefb3e4287e83525c4723cd880f0fb696b911bc" diff --git a/pyproject.toml b/pyproject.toml index 081ef599..c4f0eea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ Markdown = "^3.6" oauthlib = "^3.2.2" psycopg2-binary = "^2.9.10" pycparser = "^2.22" -PyJWT = "^2.9.0" +PyJWT = "^2.10.0" py-moneyed = "^3.0" python3-openid = "^3.2.0" python-dotenv = "^1.0.1"