diff --git a/poetry.lock b/poetry.lock index 41ea5a9c..7a4014e0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -140,13 +140,13 @@ crt = ["awscrt (==0.22.0)"] [[package]] name = "certifi" -version = "2024.8.30" +version = "2024.12.14" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2024.8.30-py3-none-any.whl", hash = "sha256:922820b53db7a7257ffbda3f597266d435245903d80737e34f8a45ff3e3230d8"}, - {file = "certifi-2024.8.30.tar.gz", hash = "sha256:bec941d2aa8195e248a60b31ff9f0558284cf01a52591ceda73ea9afffd69fd9"}, + {file = "certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56"}, + {file = "certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db"}, ] [[package]] @@ -2354,4 +2354,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "475e15790354088d83c43ee782d985b62159ac7a095d292471e23a2c21612e86" +content-hash = "1f2c896bd990c9ccba7a198c86ea3b08aa2279e5376790e69fb66c492ea0b913" diff --git a/pyproject.toml b/pyproject.toml index 6a5f5a4a..3c6cb69f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.9" -certifi = ">=2024.8.30,<2024.9.0" +certifi = ">=2024.12.14,<2024.13.0" charset-normalizer = "^3.0.0" django-environ = "^0.11.0" idna = "^3.4"