From 6a4994f1ef17ceb32c5bb10c0934ea949ffaff5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 14:56:01 +0000 Subject: [PATCH] build(deps-dev): bump setuptools from 68.0.0 to 69.0.2 Bumps [setuptools](https://github.com/pypa/setuptools) from 68.0.0 to 69.0.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.0.0...v69.0.2) --- updated-dependencies: - dependency-name: 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 ab29524b..383402e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ dev = [ ] build = [ "pyinstaller==6.2.0", - "setuptools==68.0.0", + "setuptools==69.0.2", "build==1.0.3" ]