fix(deps): update dependency iniconfig to v2.1.0
All checks were successful
Conventional Commit / Validate PR Title (pull_request) Successful in 24s
CI / ci (pull_request) Successful in 3m38s

This commit is contained in:
Renovate [BOT] 2025-03-19 20:16:02 +00:00
parent c5e1b59cc1
commit fb06704178
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" },