From 18647ada2577a2cf0c0ce755cfd03f210a59b885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 17:46:35 +0000 Subject: [PATCH] Deps: Bump types-setuptools from 67.5.0 to 69.0.0.0 Bumps [types-setuptools](https://github.com/python/typeshed) from 67.5.0 to 69.0.0.0. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9950fdc..a4019ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "mypy ~=1.4.1", "pytest ~=7.4.3", "pytest-cov ~=4.1.0", - "types-setuptools ==68.0.0", + "types-setuptools ==69.0.0.0", "types-PyYAML >=6.0.0", ]