From b647799d235da80e2f09dad0bfc32899702e4faa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 02:23:33 +0000 Subject: [PATCH] Bump types-setuptools from 69.5.0.20240423 to 69.5.0.20240513 Bumps [types-setuptools](https://github.com/python/typeshed) from 69.5.0.20240423 to 69.5.0.20240513. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools 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 19f0db9f..b121de18 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ pytest-xdist = "==3.6.1" mock = "==5.1.0" black = "==24.4.2" mypy = "==1.10.0" -types-setuptools = "==69.5.0.20240423" +types-setuptools = "==69.5.0.20240513" tbump = "==6.11.0" ruff = "==0.4.4" rstcheck = {version = "==6.2.1", extras = ["sphinx", "toml"]}