From 616ab7d0b7a10a8d90e41563d47764de18dbeb00 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Tue, 17 Jun 2025 20:37:34 +0200 Subject: [PATCH] fix(deps): update dependency certifi to v2025.6.15 (#346) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [certifi](https://github.com/certifi/python-certifi) | project.dependencies | minor | `==2025.4.26` -> `==2025.6.15` | --- ### Release Notes
certifi/python-certifi (certifi) ### [`v2025.6.15`](https://github.com/certifi/python-certifi/compare/2025.04.26...2025.06.15) [Compare Source](https://github.com/certifi/python-certifi/compare/2025.04.26...2025.06.15)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/repos/pypilot/pulls/346 Co-authored-by: Renovate [BOT] Co-committed-by: Renovate [BOT] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8b7064d..9dce503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = "<4.0,>=3.11" dependencies = [ "astroid==3.3.10", "attrs==25.3.0", - "certifi==2025.4.26", + "certifi==2025.6.15", "charset-normalizer==3.4.2", "click==8.2.1", "dill==0.4.0", diff --git a/uv.lock b/uv.lock index 0e6f80d..40deaa5 100644 --- a/uv.lock +++ b/uv.lock @@ -54,11 +54,11 @@ wheels = [ [[package]] name = "certifi" -version = "2025.4.26" +version = "2025.6.15" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/e8/9e/c05b3920a3b7d20d3d3310465f50348e5b3694f4f88c6daf736eef3024c4/certifi-2025.4.26.tar.gz", hash = "sha256:0a816057ea3cdefcef70270d2c515e4506bbc954f417fa5ade2021213bb8f0c6", size = 160705, upload-time = "2025-04-26T02:12:29.51Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/4a/7e/3db2bd1b1f9e95f7cddca6d6e75e2f2bd9f51b1246e546d88addca0106bd/certifi-2025.4.26-py3-none-any.whl", hash = "sha256:30350364dfe371162649852c63336a15c70c6510c2ad5015b21c2345311805f3", size = 159618, upload-time = "2025-04-26T02:12:27.662Z" }, + { 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" }, ] [[package]] @@ -269,7 +269,7 @@ dev = [ requires-dist = [ { name = "astroid", specifier = "==3.3.10" }, { name = "attrs", specifier = "==25.3.0" }, - { name = "certifi", specifier = "==2025.4.26" }, + { name = "certifi", specifier = "==2025.6.15" }, { name = "charset-normalizer", specifier = "==3.4.2" }, { name = "click", specifier = "==8.2.1" }, { name = "dill", specifier = "==0.4.0" },