fix(deps): update dependency certifi to v2025.7.9 (#351)
All checks were successful
Security / snyk (push) Successful in 6m17s

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [certifi](https://github.com/certifi/python-certifi) | `==2025.6.15` -> `==2025.7.9` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/certifi/2025.7.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/certifi/2025.6.15/2025.7.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>certifi/python-certifi (certifi)</summary>

### [`v2025.7.9`](https://github.com/certifi/python-certifi/compare/2025.06.15...2025.07.09)

[Compare Source](https://github.com/certifi/python-certifi/compare/2025.06.15...2025.07.09)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy41IiwidXBkYXRlZEluVmVyIjoiNDEuMjMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: #351
Co-authored-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
Co-committed-by: Renovate [BOT] <renovate-bot@git.tainton.uk>
This commit is contained in:
2025-07-10 01:59:56 +02:00
committed by Luke Tainton
parent 64251bd8e2
commit c535362fb7
2 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ requires-python = "<4.0,>=3.11"
dependencies = [ dependencies = [
"astroid==3.3.10", "astroid==3.3.10",
"attrs==25.3.0", "attrs==25.3.0",
"certifi==2025.6.15", "certifi==2025.7.9",
"charset-normalizer==3.4.2", "charset-normalizer==3.4.2",
"click==8.2.1", "click==8.2.1",
"dill==0.4.0", "dill==0.4.0",

8
uv.lock generated
View File

@ -54,11 +54,11 @@ wheels = [
[[package]] [[package]]
name = "certifi" name = "certifi"
version = "2025.6.15" version = "2025.7.9"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/73/f7/f14b46d4bcd21092d7d3ccef689615220d8a08fb25e564b65d20738e672e/certifi-2025.6.15.tar.gz", hash = "sha256:d747aa5a8b9bbbb1bb8c22bb13e22bd1f18e9796defa16bab421f7f7a317323b", size = 158753, upload-time = "2025-06-15T02:45:51.329Z" } sdist = { url = "https://files.pythonhosted.org/packages/de/8a/c729b6b60c66a38f590c4e774decc4b2ec7b0576be8f1aa984a53ffa812a/certifi-2025.7.9.tar.gz", hash = "sha256:c1d2ec05395148ee10cf672ffc28cd37ea0ab0d99f9cc74c43e588cbd111b079", size = 160386, upload-time = "2025-07-09T02:13:58.874Z" }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/84/ae/320161bd181fc06471eed047ecce67b693fd7515b16d495d8932db763426/certifi-2025.6.15-py3-none-any.whl", hash = "sha256:2e0c7ce7cb5d8f8634ca55d2ba7e6ec2689a2fd6537d8dec1296a477a4910057", size = 157650, upload-time = "2025-06-15T02:45:49.977Z" }, { url = "https://files.pythonhosted.org/packages/66/f3/80a3f974c8b535d394ff960a11ac20368e06b736da395b551a49ce950cce/certifi-2025.7.9-py3-none-any.whl", hash = "sha256:d842783a14f8fdd646895ac26f719a061408834473cfc10203f6a575beb15d39", size = 159230, upload-time = "2025-07-09T02:13:57.007Z" },
] ]
[[package]] [[package]]
@ -269,7 +269,7 @@ dev = [
requires-dist = [ requires-dist = [
{ name = "astroid", specifier = "==3.3.10" }, { name = "astroid", specifier = "==3.3.10" },
{ name = "attrs", specifier = "==25.3.0" }, { name = "attrs", specifier = "==25.3.0" },
{ name = "certifi", specifier = "==2025.6.15" }, { name = "certifi", specifier = "==2025.7.9" },
{ name = "charset-normalizer", specifier = "==3.4.2" }, { name = "charset-normalizer", specifier = "==3.4.2" },
{ name = "click", specifier = "==8.2.1" }, { name = "click", specifier = "==8.2.1" },
{ name = "dill", specifier = "==0.4.0" }, { name = "dill", specifier = "==0.4.0" },