From 2536e7f4d04b76c97a9a3cf5697b2136a8e913e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:34:01 -0700 Subject: [PATCH] build(deps-dev): bump setuptools from 68.1.2 to 68.2.2 (#414) Bumps [setuptools](https://github.com/pypa/setuptools) from 68.1.2 to 68.2.2. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v68.1.2...v68.2.2) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 87da9524..bbc28691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dev = [ "pre-commit == 3.4.0", ] publish = [ - "setuptools == 68.1.2", + "setuptools == 68.2.2", "build == 1.0.3", "twine == 4.0.2", ]