diff --git a/poetry.lock b/poetry.lock index 49054092..dbae92a5 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]] @@ -692,6 +692,8 @@ optional = false python-versions = "*" files = [ {file = "jsonpath-ng-1.7.0.tar.gz", hash = "sha256:f6f5f7fd4e5ff79c785f1573b394043b39849fb2bb47bcead935d12b00beab3c"}, + {file = "jsonpath_ng-1.7.0-py2-none-any.whl", hash = "sha256:898c93fc173f0c336784a3fa63d7434297544b7198124a68f9a3ef9597b0ae6e"}, + {file = "jsonpath_ng-1.7.0-py3-none-any.whl", hash = "sha256:f3d7f9e848cba1b6da28c55b1c26ff915dc9e0b1ba7e752a53d6da8d5cbd00b6"}, ] [package.dependencies] @@ -2363,4 +2365,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a50c329d99433bcf05b86641f3333dff7e33f508549bc24fb857e8eb5f85cbcc" +content-hash = "6d4863c453245084f5e2eb66dcfc4a2348f2761be0bcb09e63d9daefef6be7bc" diff --git a/pyproject.toml b/pyproject.toml index 486c4b8c..05c623cc 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"