From bc043de6b7afc99ef08921eb2475021eb5f894b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:00:36 +0000 Subject: [PATCH] chore(deps): update dependency setuptools to v76 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c02f2c4..dd0a1823 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev = [ "pytest-xdist~=3.6.0", "respx~=0.22.0", "ruff~=0.9.0", - "setuptools~=75.8.0", # setuptools are used by pytest but not explicitly required + "setuptools~=76.0.0", # setuptools are used by pytest but not explicitly required ] [tool.hatch.build.targets.wheel] diff --git a/uv.lock b/uv.lock index 99586534..7c355dbc 100644 --- a/uv.lock +++ b/uv.lock @@ -97,7 +97,7 @@ dev = [ { name = "pytest-xdist", specifier = "~=3.6.0" }, { name = "respx", specifier = "~=0.22.0" }, { name = "ruff", specifier = "~=0.9.0" }, - { name = "setuptools", specifier = "~=75.8.0" }, + { name = "setuptools", specifier = "~=76.0.0" }, ] [[package]] @@ -2154,11 +2154,11 @@ wheels = [ [[package]] name = "setuptools" -version = "75.8.2" +version = "76.0.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/d1/53/43d99d7687e8cdef5ab5f9ec5eaf2c0423c2b35133a2b7e7bc276fc32b21/setuptools-75.8.2.tar.gz", hash = "sha256:4880473a969e5f23f2a2be3646b2dfd84af9028716d398e46192f84bc36900d2", size = 1344083 } +sdist = { url = "https://files.pythonhosted.org/packages/32/d2/7b171caf085ba0d40d8391f54e1c75a1cda9255f542becf84575cfd8a732/setuptools-76.0.0.tar.gz", hash = "sha256:43b4ee60e10b0d0ee98ad11918e114c70701bc6051662a9a675a0496c1a158f4", size = 1349387 } wheels = [ - { url = "https://files.pythonhosted.org/packages/a9/38/7d7362e031bd6dc121e5081d8cb6aa6f6fedf2b67bf889962134c6da4705/setuptools-75.8.2-py3-none-any.whl", hash = "sha256:558e47c15f1811c1fa7adbd0096669bf76c1d3f433f58324df69f3f5ecac4e8f", size = 1229385 }, + { url = "https://files.pythonhosted.org/packages/37/66/d2d7e6ad554f3a7c7297c3f8ef6e22643ad3d35ef5c63bf488bc89f32f31/setuptools-76.0.0-py3-none-any.whl", hash = "sha256:199466a166ff664970d0ee145839f5582cb9bca7a0a3a2e795b6a9cb2308e9c6", size = 1236106 }, ] [[package]]