Skip to content

Commit d079973

Browse files
Bump setuptools from 80.9.0 to 82.0.0 in /.github
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.9.0 to 82.0.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.9.0...v82.0.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 086ed53 commit d079973

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.github/requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
setuptools==80.9.0
1+
setuptools==82.0.0
22
wheel>=0.45.1
33
build<1.4
44
patchelf>=0.16.1.0,<=0.17.2.2; sys_platform == 'linux' and platform_machine == 'x86_64'

.github/requirements-dev.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
build==1.3.0 \
88
--hash=sha256:698edd0ea270bde950f53aed21f3a0135672206f3911e0176261a31e0e07b397 \
99
--hash=sha256:7145f0b5061ba90a1500d60bd1b13ca0a8a4cebdd0cc16ed8adf1c0e739f43b4
10-
# via -r .github/requirements-dev.in
11-
colorama==0.4.6 \
12-
--hash=sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44 \
13-
--hash=sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
14-
# via build
10+
# via -r requirements-dev.in
1511
packaging==24.2 \
1612
--hash=sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759 \
1713
--hash=sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f
@@ -33,10 +29,10 @@ pyproject-hooks==1.2.0 \
3329
wheel==0.45.1 \
3430
--hash=sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729 \
3531
--hash=sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248
36-
# via -r .github/requirements-dev.in
32+
# via -r requirements-dev.in
3733

3834
# The following packages are considered to be unsafe in a requirements file:
39-
setuptools==80.9.0 \
40-
--hash=sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922 \
41-
--hash=sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c
42-
# via -r .github/requirements-dev.in
35+
setuptools==82.0.0 \
36+
--hash=sha256:22e0a2d69474c6ae4feb01951cb69d515ed23728cf96d05513d36e42b62b37cb \
37+
--hash=sha256:70b18734b607bd1da571d097d236cfcfacaf01de45717d59e6e04b96877532e0
38+
# via -r requirements-dev.in

0 commit comments

Comments
 (0)