mirror of
https://github.com/nasa/fprime.git
synced 2025-12-10 17:47:10 -06:00
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:
parent
51725bfa08
commit
c413ae54b1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user