From b380ca40440cdd79ba569340085211e157ffcc48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:15:42 +0000 Subject: [PATCH] build(deps-dev): bump types-setuptools Bumps [types-setuptools](https://github.com/python/typeshed) from 82.0.0.20260408 to 82.0.0.20260508. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-version: 82.0.0.20260508 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 77c65504..b7e00fbf 100644 --- a/Pipfile +++ b/Pipfile @@ -18,5 +18,5 @@ pytest-cov = "==7.1.0" pytest-xdist = "==3.8.0" mock = "==5.2.0" mypy = {version = "==2.0.0", markers="implementation_name == 'cpython'"} -types-setuptools = "==82.0.0.20260408" +types-setuptools = "==82.0.0.20260508" tbump = "==6.11.0"