Skip to content

Commit ca3e6da

Browse files
Bump setuptools from 75.4.0 to 75.5.0 (#5417)
Bumps [setuptools](https://github.com/pypa/setuptools) from 75.4.0 to 75.5.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v75.4.0...v75.5.0) --- updated-dependencies: - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 756a5f8 commit ca3e6da

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~=75.4.0", "wheel~=0.45.0"]
2+
requires = ["setuptools~=75.5.0", "wheel~=0.45.0"]
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
@@ -22,7 +22,7 @@ PyYAML==6.0.2
2222
requests==2.32.3
2323
securetar==2024.2.1
2424
sentry-sdk==2.18.0
25-
setuptools==75.4.0
25+
setuptools==75.5.0
2626
voluptuous==0.15.2
2727
dbus-fast==2.24.3
2828
typing_extensions==4.12.2

0 commit comments

Comments
 (0)