Skip to content

Commit c04408a

Browse files
build(deps): bump setuptools from 80.10.1 to 82.0.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.10.1 to 82.0.1. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.10.1...v82.0.1) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c5fd75f commit c04408a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ build = [
166166
# These dependencies are not used in production environments
167167
# and should not conflict with other libraries/tooling.
168168
"pyinstaller==6.19.0",
169-
"setuptools==80.10.1",
169+
"setuptools==82.0.1",
170170
"build==1.4.0"
171171
]
172172
scripts = [

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pyyaml==6.0.2
4040
rich==14.3.2
4141
ruamel-yaml==0.19.1
4242
ruamel-yaml-clib==0.2.14
43-
setuptools==80.10.1
43+
setuptools==82.0.1
4444
six==1.17.0
4545
sortedcontainers==2.4.0
4646
viv-utils==0.8.0

0 commit comments

Comments
 (0)