From e367a829cc8302043b743cb3fb5d383680d992e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:26:17 +0000 Subject: [PATCH] chore(deps): update dependency dev/setuptools to ~=70.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ced6e5..adcea63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "pytest-xdist ~= 3.6.0", "redbaron ~= 0.9.0", "ruff ~= 0.4.0", - "setuptools ~= 70.0.0", # setuptools are used by pytest, but not explicitly required + "setuptools ~=70.3.0", # setuptools are used by pytest, but not explicitly required "twine ~= 5.1.0", ]