build(deps): bump setuptools from 70.0.0 to 75.1.0 (#2392)

Bumps [setuptools](https://github.com/pypa/setuptools) from 70.0.0 to 75.1.0.
- [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/v70.0.0...v75.1.0)

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

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-09-27 09:32:18 +02:00
committed by GitHub
parent f82fc1902c
commit 76aff57467
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ build = [
# These dependencies are not used in production environments # These dependencies are not used in production environments
# and should not conflict with other libraries/tooling. # and should not conflict with other libraries/tooling.
"pyinstaller==6.10.0", "pyinstaller==6.10.0",
"setuptools==70.0.0", "setuptools==75.1.0",
"build==1.2.2" "build==1.2.2"
] ]
scripts = [ scripts = [

View File

@@ -36,7 +36,7 @@ pyyaml==6.0.2
rich==13.8.0 rich==13.8.0
ruamel-yaml==0.18.6 ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.8 ruamel-yaml-clib==0.2.8
setuptools==70.0.0 setuptools==75.1.0
six==1.16.0 six==1.16.0
sortedcontainers==2.4.0 sortedcontainers==2.4.0
tabulate==0.9.0 tabulate==0.9.0