diff --git a/poetry.lock b/poetry.lock index f0bad51..3e9e5f4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -2052,13 +2052,13 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pyjwt" -version = "2.10.0" +version = "2.10.1" description = "JSON Web Token implementation in Python" optional = false python-versions = ">=3.9" files = [ - {file = "PyJWT-2.10.0-py3-none-any.whl", hash = "sha256:543b77207db656de204372350926bed5a86201c4cbff159f623f79c7bb487a15"}, - {file = "pyjwt-2.10.0.tar.gz", hash = "sha256:7628a7eb7938959ac1b26e819a1df0fd3259505627b575e4bad6d08f76db695c"}, + {file = "PyJWT-2.10.1-py3-none-any.whl", hash = "sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb"}, + {file = "pyjwt-2.10.1.tar.gz", hash = "sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953"}, ] [package.extras] @@ -3013,4 +3013,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c7fcb0eef73f683768a13906716650b17b960ed6e5bfec4ed2b015691b517ea6" +content-hash = "2b9406820caa1e7f7514a584d3097ca0bce7254e50caa642c2b4647acde694d6" diff --git a/pyproject.toml b/pyproject.toml index c9c58ad..780ad77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" sqlmodel = "^0.0.22" -pyjwt = "^2.10.0" +pyjwt = "^2.10.1" jinja2 = "^3.1.4" uvicorn = "^0.32.0" psycopg2 = "^2.9.10"