Bump setuptools for dependabot warning (#3630)

* Bump setuptools from 75.3.0 to 78.1.1

Bumps [setuptools](https://github.com/pypa/setuptools) from 75.3.0 to 78.1.1.
- [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/v75.3.0...v78.1.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-version: 78.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fixing for Python 3.8 as well

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: M Starch <LeStarch@googlemail.com>
This commit is contained in:
dependabot[bot] 2025-06-02 11:31:21 -07:00 committed by GitHub
parent 51725bfa08
commit c413ae54b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,8 @@ PyYAML==6.0.2
pyzmq==26.2.0
requests==2.32.3
rich==13.9.2
setuptools==75.3.0
setuptools==78.1.1; python_version > "3.8"
setuptools==75.3.2; python_version <= "3.8"
six==1.16.0
text-unidecode==1.3
tomli==2.0.1