From 287fcc2f78ae8ac29c089c2d65deff4e1199e0a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 05:25:47 +0000 Subject: [PATCH] Bump types-setuptools from 69.1.0.20240223 to 69.1.0.20240229 Bumps [types-setuptools](https://github.com/python/typeshed) from 69.1.0.20240223 to 69.1.0.20240229. - [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 2c85a1a..d732a65 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ pytest-xdist = "==3.5.0" pytest-cov = "==4.1.0" mock = "==5.1.0" ruff = "==0.2.2" -types-setuptools = "==69.1.0.20240223" +types-setuptools = "==69.1.0.20240229" mypy = "==1.8.0" types-mock = "==5.1.0.20240106" tbump = "==6.11.0"