Skip to content

Commit 5285e60

Browse files
Bump setuptools from 80.8.0 to 80.9.0 (#5919)
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.8.0 to 80.9.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.8.0...v80.9.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a1e32b commit 5285e60

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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=80.8.0", "wheel~=0.46.1"]
2+
requires = ["setuptools~=80.9.0", "wheel~=0.46.1"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PyYAML==6.0.2
2424
requests==2.32.3
2525
securetar==2025.2.1
2626
sentry-sdk==2.29.1
27-
setuptools==80.8.0
27+
setuptools==80.9.0
2828
voluptuous==0.15.2
2929
dbus-fast==2.44.1
3030
zlib-fast==0.2.1

0 commit comments

Comments
 (0)