diff --git a/poetry.lock b/poetry.lock index a06d6fb17..879be20eb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -339,14 +339,14 @@ files = [ [[package]] name = "certifi" -version = "2025.7.14" +version = "2025.8.3" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.7" groups = ["main", "dev"] files = [ - {file = "certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2"}, - {file = "certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995"}, + {file = "certifi-2025.8.3-py3-none-any.whl", hash = "sha256:f6c12493cfb1b06ba2ff328595af9350c65d6644968e5d3a2ffd78699af217a5"}, + {file = "certifi-2025.8.3.tar.gz", hash = "sha256:e564105f78ded564e3ae7c923924435e1daa7463faeab5bb932bc53ffae63407"}, ] [[package]] @@ -4223,4 +4223,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "9c4815ed8afb0be6324db1a3a04aaaff93cc697af6be0b9d5bf272bec2f3aee8" +content-hash = "13f71f1bead8fec7d973a07f47da9a423f15f642eb0309212a019bb8865651f1" diff --git a/pyproject.toml b/pyproject.toml index 755a1ea85..40d110416 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ regex = "^2025.7.34" s3transfer = "^0.10.2" shapely = "^2.1.1" smartypants = "^2.0.1" -certifi = "^2025.7.14" +certifi = "^2025.8.3" charset-normalizer = "^3.4.2" click = "^8.2.1" idna = "^3.7"