diff --git a/poetry.lock b/poetry.lock index 6d4a98c3b..f4f57e1a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -293,14 +293,14 @@ files = [ [[package]] name = "certifi" -version = "2025.1.31" +version = "2025.4.26" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" groups = ["main", "dev"] files = [ - {file = "certifi-2025.1.31-py3-none-any.whl", hash = "sha256:ca78db4565a652026a4db2bcdf68f2fb589ea80d0be70e03929ed730746b84fe"}, - {file = "certifi-2025.1.31.tar.gz", hash = "sha256:3d5da6925056f6f18f119200434a4780a94263f10d1c21d032a6f6b2baa20651"}, + {file = "certifi-2025.4.26-py3-none-any.whl", hash = "sha256:30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3"}, + {file = "certifi-2025.4.26.tar.gz", hash = "sha256:0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6"}, ] [[package]] @@ -3289,4 +3289,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12.2" -content-hash = "9542aa225c52e9238a20ff0bb179b51cee86303e686dc0faabf65dc652d514ab" +content-hash = "14c6122680ba3f351104260479039dcbd1b05b5cdc8f6b4203fecb76f77113d4" diff --git a/pyproject.toml b/pyproject.toml index 5512dbaeb..f416bc241 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ regex = "^2024.11.6" s3transfer = "^0.10.2" shapely = "^2.0.5" smartypants = "^2.0.1" -certifi = "^2025.1.31" +certifi = "^2025.4.26" charset-normalizer = "^3.4.1" click = "^8.1.8" idna = "^3.7"