diff --git a/api/poetry.lock b/api/poetry.lock index 3cc8eddd..9f834a48 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -137,13 +137,13 @@ files = [ [[package]] name = "certifi" -version = "2023.11.17" +version = "2024.12.14" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.11.17-py3-none-any.whl", hash = "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474"}, - {file = "certifi-2023.11.17.tar.gz", hash = "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1"}, + {file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"}, + {file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"}, ] [[package]] @@ -2278,4 +2278,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "479092f75c7386e1707535858b09cf802ee2a1f8b6eee8fafc1e41c2ec6a2803" +content-hash = "931ded754026034ac3bf9c0a5d2c840bed748f347b3562b4346236adb91640e0" diff --git a/api/pyproject.toml b/api/pyproject.toml index 4a9d777a..c34d9f3d 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -12,7 +12,7 @@ python = "^3.12" fastapi = {extras = ["standard"], version = "^0.115.6"} pyjwt = "^2.8.0" pymongo = "4.1.1" -certifi = "^2023.7.22" +certifi = "^2024.12.14" httpx = "^0.27" pydantic = "^2.10" pydantic-settings = "^2.6"