From 56d651a70a99486f291a00f58dc96e9802050392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 10:28:02 +0000 Subject: [PATCH] Bump types-setuptools from 68.1.0.0 to 68.1.0.1 Bumps [types-setuptools](https://github.com/python/typeshed) from 68.1.0.0 to 68.1.0.1. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6362431f4..391be8b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dev-mypy = [ "types-protobuf == 4.24.0.1", "types-python-dateutil == 2.8.19.14", "types-pytz == 2023.3.0.1", - "types-setuptools == 68.1.0.0", + "types-setuptools == 68.1.0.1", # For checking the noxfile, docs/ script, and tests "frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]", ]