diff --git a/poetry.lock b/poetry.lock index 7d1ce6c45..33520bc57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -339,14 +339,14 @@ files = [ [[package]] name = "certifi" -version = "2026.1.4" +version = "2026.2.25" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.7" groups = ["main", "dev"] files = [ - {file = "certifi-2026.1.4-py3-none-any.whl", hash = "sha256:9943707519e4add1115f44c2bc244f782c0249876bf51b6599fee1ffbedd685c"}, - {file = "certifi-2026.1.4.tar.gz", hash = "sha256:ac726dd470482006e014ad384921ed6438c457018f4b3d204aea4281258b2120"}, + {file = "certifi-2026.2.25-py3-none-any.whl", hash = "sha256:027692e4402ad994f1c42e52a4997a9763c646b73e4096e4d5d6db8af1d6f0fa"}, + {file = "certifi-2026.2.25.tar.gz", hash = "sha256:e887ab5cee78ea814d3472169153c2d12cd43b14bd03329a39a9c6e2e80bfba7"}, ] [[package]] @@ -4522,4 +4522,4 @@ cffi = ["cffi (>=1.17) ; python_version >= \"3.13\" and platform_python_implemen [metadata] lock-version = "2.1" python-versions = "^3.13.2" -content-hash = "36950e2d012d3b02a393b58410e43193841bcd71c8a49e206a1683d28247fb9c" +content-hash = "ca1b84449eda0e5a33c6082c0e4ab633c8229c64bee67796ab27295d2fc38fe9" diff --git a/pyproject.toml b/pyproject.toml index 9e0fcee81..7a0fa691a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ regex = "^2026.2.19" s3transfer = "^0.10.2" shapely = "^2.1.2" smartypants = "^2.0.1" -certifi = "^2026.1.4" +certifi = "^2026.2.25" charset-normalizer = "^3.4.4" click = "^8.3.1" idna = "^3.11"