From 86ef4062cf08a20e22bab06fd5666d3226130ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 02:05:16 +0000 Subject: [PATCH] build(deps-dev): bump types-setuptools Bumps [types-setuptools](https://github.com/python/typeshed) from 75.6.0.20241223 to 75.8.0.20250110. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 9bd846b4..e60054b4 100644 --- a/Pipfile +++ b/Pipfile @@ -18,7 +18,7 @@ pytest-xdist = "==3.6.1" mock = "==5.1.0" black = "==24.10.0" mypy = "==1.14.1" -types-setuptools = "==75.6.0.20241223" +types-setuptools = "==75.8.0.20250110" tbump = "==6.11.0" ruff = "==0.9.0" rstcheck = {version = "==6.2.4", extras = ["sphinx", "toml"]}