From f6d53af1766bbc5737dbef64480f4910742fb782 Mon Sep 17 00:00:00 2001 From: "Renovate [BOT]" Date: Wed, 19 Mar 2025 21:35:23 +0100 Subject: [PATCH] fix(deps): update dependency iniconfig to v2.1.0 (#319) 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 | |---|---|---|---| | [iniconfig](https://github.com/pytest-dev/iniconfig) | project.dependencies | minor | `==2.0.0` -> `==2.1.0` | --- ### Release Notes
pytest-dev/iniconfig (iniconfig) ### [`v2.1.0`](https://github.com/pytest-dev/iniconfig/blob/HEAD/CHANGELOG#210) [Compare Source](https://github.com/pytest-dev/iniconfig/compare/v2.0.0...v2.1.0) \===== - fix artifact building - pin minimal version of hatch - drop eol python 3.8 - add python 3.12 and 3.13
--- ### 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/319 Reviewed-by: Luke Tainton 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 b0d064f..a25f8fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "dill==0.3.9", "exceptiongroup==1.2.2", "idna==3.10", - "iniconfig==2.0.0", + "iniconfig==2.1.0", "lazy-object-proxy==1.10.0", "mccabe==0.7.0", "mypy-extensions==1.0.0", diff --git a/uv.lock b/uv.lock index ecbda69..cda9511 100644 --- a/uv.lock +++ b/uv.lock @@ -209,11 +209,11 @@ wheels = [ [[package]] name = "iniconfig" -version = "2.0.0" +version = "2.1.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3", size = 4646 } +sdist = { url = "https://files.pythonhosted.org/packages/f2/97/ebf4da567aa6827c909642694d71c9fcf53e5b504f2d96afea02718862f3/iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7", size = 4793 } wheels = [ - { url = "https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374", size = 5892 }, + { url = "https://files.pythonhosted.org/packages/2c/e1/e6716421ea10d38022b952c159d5161ca1193197fb744506875fbb87ea7b/iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760", size = 6050 }, ] [[package]] @@ -268,7 +268,7 @@ requires-dist = [ { name = "dill", specifier = "==0.3.9" }, { name = "exceptiongroup", specifier = "==1.2.2" }, { name = "idna", specifier = "==3.10" }, - { name = "iniconfig", specifier = "==2.0.0" }, + { name = "iniconfig", specifier = "==2.1.0" }, { name = "lazy-object-proxy", specifier = "==1.10.0" }, { name = "mccabe", specifier = "==0.7.0" }, { name = "mypy-extensions", specifier = "==1.0.0" },