Skip to content

Commit eb87153

Browse files
dependabot[bot]mr-tzmike-hunhoff
authored
build(deps): bump setuptools from 76.0.0 to 78.1.1 (#2667)
Bumps [setuptools](https://github.com/pypa/setuptools) from 76.0.0 to 78.1.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v76.0.0...v78.1.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 78.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Moritz <[email protected]> Co-authored-by: Mike Hunhoff <[email protected]>
1 parent 56aa717 commit eb87153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ build = [
157157
# These dependencies are not used in production environments
158158
# and should not conflict with other libraries/tooling.
159159
"pyinstaller==6.12.0",
160-
"setuptools==76.0.0",
160+
"setuptools==78.1.1",
161161
"build==1.2.2"
162162
]
163163
scripts = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pyyaml==6.0.2
3939
rich==13.9.2
4040
ruamel-yaml==0.18.6
4141
ruamel-yaml-clib==0.2.8
42-
setuptools==76.0.0
42+
setuptools==78.1.1
4343
six==1.17.0
4444
sortedcontainers==2.4.0
4545
viv-utils==0.8.0

0 commit comments

Comments
 (0)