diff --git a/backend/poetry.lock b/backend/poetry.lock index 85ab391..2847779 100644 --- a/backend/poetry.lock +++ b/backend/poetry.lock @@ -1058,13 +1058,13 @@ files = [ [[package]] name = "types-python-jose" -version = "3.3.4.8" +version = "3.3.4.20240106" description = "Typing stubs for python-jose" optional = false -python-versions = "*" +python-versions = ">=3.8" files = [ - {file = "types-python-jose-3.3.4.8.tar.gz", hash = "sha256:3c316675c3cee059ccb9aff87358254344915239fa7f19cee2787155a7db14ac"}, - {file = "types_python_jose-3.3.4.8-py3-none-any.whl", hash = "sha256:95592273443b45dc5cc88f7c56aa5a97725428753fb738b794e63ccb4904954e"}, + {file = "types-python-jose-3.3.4.20240106.tar.gz", hash = "sha256:b18cf8c5080bbfe1ef7c3b707986435d9efca3e90889acb6a06f65e06bc3405a"}, + {file = "types_python_jose-3.3.4.20240106-py3-none-any.whl", hash = "sha256:b515a6c0c61f5e2a53bc93e3a2b024cbd42563e2e19cbde9fd1c2cc2cfe77ccc"}, ] [package.dependencies] @@ -1341,4 +1341,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "ffe8809070094ae8fba18f3303ee5d5bb413a89e9285259689dfd81ac280b427" +content-hash = "db4a3a039bf9d2c70a81734a033474f8ec7e09464706848d9b3a2104de554521" diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b28e5c2..95f3884 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -20,7 +20,7 @@ python-multipart = "0.0.6" mypy = "^1.7.1" ruff = "^0.1.13" pre-commit = "^3.6.0" -types-python-jose = "^3.3.4.8" +types-python-jose = "^3.3.4.20240106" types-passlib = "^1.7.7.13" [build-system]