From c80f45edd93e0ea96c99adba6ca3bbdec824fa5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:02:17 +0000 Subject: [PATCH] build(deps-dev): bump setuptools from 68.1.2 to 68.2.2 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82060411..2cb02e14 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", ]