build(deps-dev): bump setuptools from 69.0.2 to 69.0.3 (#1917)

Bumps [setuptools](https://github.com/pypa/setuptools) from 69.0.2 to 69.0.3.
- [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/v69.0.2...v69.0.3)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-02 09:05:27 -07:00
committed by GitHub
parent 05ef952129
commit 21b76fc91e

View File

@@ -97,7 +97,7 @@ dev = [
]
build = [
"pyinstaller==6.3.0",
"setuptools==69.0.2",
"setuptools==69.0.3",
"build==1.0.3"
]