Bump certifi from 2025.4.26 to 2025.6.15

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

---
updated-dependencies:
- dependency-name: certifi
  dependency-version: 2025.6.15
  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-06-17 14:31:04 +00:00
committed by GitHub
parent ad1174b80c
commit 1841eb85ad
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -339,14 +339,14 @@ files = [
[[package]]
name = "certifi"
version = "2025.4.26"
version = "2025.6.15"
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
python-versions = ">=3.7"
groups = ["main", "dev"]
files = [
{file = "certifi-2025.4.26-py3-none-any.whl", hash = "sha256:30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3"},
{file = "certifi-2025.4.26.tar.gz", hash = "sha256:0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6"},
{file = "certifi-2025.6.15-py3-none-any.whl", hash = "sha256:2e0c7ce7cb5d8f8634ca55d2ba7e6ec2689a2fd6537d8dec1296a477a4910057"},
{file = "certifi-2025.6.15.tar.gz", hash = "sha256:d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b"},
]
[[package]]
@@ -4161,4 +4161,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "52383b65748cd3e506c0b4042cdd247d76e0c502dba24ad1292fe1b17d43427c"
content-hash = "db3796fb772645fe32882c281001ad9b5db776660a58bb8d2e1ceff6447cc00e"

View File

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