Bump certifi from 2025.6.15 to 2025.7.9

Bumps [certifi](https://github.com/certifi/python-certifi) from 2025.6.15 to 2025.7.9.
- [Commits](https://github.com/certifi/python-certifi/compare/2025.06.15...2025.07.09)

---
updated-dependencies:
- dependency-name: certifi
  dependency-version: 2025.7.9
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-09 23:07:27 +00:00
committed by GitHub
parent 0faa32c268
commit bce4671803
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -339,14 +339,14 @@ files = [
[[package]]
name = "certifi"
version = "2025.6.15"
version = "2025.7.9"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.7"
groups = ["main", "dev"]
files = [
{file = "certifi-2025.6.15-py3-none-any.whl", hash = "sha256:2e0c7ce7cb5d8f8634ca55d2ba7e6ec2689a2fd6537d8dec1296a477a4910057"},
{file = "certifi-2025.6.15.tar.gz", hash = "sha256:d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b"},
{file = "certifi-2025.7.9-py3-none-any.whl", hash = "sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39"},
{file = "certifi-2025.7.9.tar.gz", hash = "sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079"},
]
[[package]]
@@ -4129,4 +4129,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.9"
content-hash = "d9e60162ee3c5174a424ca8aeea8171dde00088190f1170426a78e8640031671"
content-hash = "a1e7ebf22492ff86cee481b84f537a203d796b30a04c3acd9b7328e1ef6f7f4c"

View File

@@ -59,7 +59,7 @@ regex = "^2024.11.6"
s3transfer = "^0.10.2"
shapely = "^2.1.1"
smartypants = "^2.0.1"
certifi = "^2025.6.15"
certifi = "^2025.7.9"
charset-normalizer = "^3.4.2"
click = "^8.2.1"
idna = "^3.7"