fix(deps): update dependency iniconfig to v2.1.0 (#319)
All checks were successful
Security / sonarqube (push) Successful in 1m46s
Security / snyk (push) Successful in 1m48s

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

<details>
<summary>pytest-dev/iniconfig (iniconfig)</summary>

### [`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

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDguMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwOC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL2RlcGVuZGVuY2llcyJdfQ==-->

Reviewed-on: #319
Reviewed-by: Luke Tainton <luke@tainton.uk>
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:
Renovate [BOT] 2025-03-19 21:35:23 +01:00 committed by Luke Tainton
parent c5e1b59cc1
commit f6d53af176
2 changed files with 5 additions and 5 deletions

View File

@ -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",

8
uv.lock generated
View File

@ -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" },