Skip to content

Commit ec7e128

Browse files
danieljanespanh99
andauthored
ci(*:skip): Bump setuptools to 80.9.0 (#6135)
Co-authored-by: Heng Pan <[email protected]>
1 parent 72af234 commit ec7e128

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apt-get install -y curl wget gnupg python3 python-is-python3 python3-pip git
3030

3131
RUN python -m pip install \
3232
pip==25.3 \
33-
setuptools==70.3.0 \
33+
setuptools==80.9.0 \
3434
poetry==2.1.3 \
3535
maturin==1.8.6
3636
# Install taplo from the main branch on GitHub so that maturin can build the wheel

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
default: 25.3
1010
setuptools-version:
1111
description: "Version of setuptools to be installed using pip"
12-
default: 78.1.1
12+
default: 80.9.0
1313
poetry-version:
1414
description: "Version of poetry to be installed using pip"
1515
default: 2.1.3

.github/workflows/framework-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
cd framework
4848
python -m poetry install --all-extras
49-
python -m pip install -U setuptools==70.3.0
49+
python -m pip install -U setuptools==80.9.0
5050
- name: Build wheel
5151
run: ./framework/dev/build.sh
5252
- name: Test wheel

baselines/flwr_baselines/dev/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"/../
77

88
# Upgrade/install spcific versions of `pip`, `setuptools`, and `poetry`
99
python -m pip install -U pip==25.3
10-
python -m pip install -U setuptools==70.3.0
10+
python -m pip install -U setuptools==80.9.0
1111
python -m pip install -U poetry==2.3.1
1212

1313
# Use `poetry` to install project dependencies

datasets/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ audio = ["soundfile", "librosa"]
6666

6767
[tool.poetry.group.dev.dependencies]
6868
types-requests = "==2.31.0.20240125"
69-
types-setuptools = "==69.0.0.20240125"
69+
types-setuptools = "==80.9.0.20250822"
7070
isort = "==5.13.2"
7171
black = { version = "==25.11.0", extras = ["jupyter"] }
7272
taplo = "==0.9.3"

dev/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd "$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"/../
1010

1111
# Upgrade/install specific versions of `pip`, `setuptools`, and `poetry`
1212
python -m pip install -U pip==25.3
13-
python -m pip install -U setuptools==70.3.0
13+
python -m pip install -U setuptools==80.9.0
1414
python -m pip install -U poetry==2.1.3
1515

1616
# Use `poetry` to install project dependencies

framework/docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
.. |stable_flwr_version| replace:: 1.24.0
9999
.. |stable_flwr_superlink_docker_digest| replace:: 4b317d5b6030710b476f4dbfab2c3a33021ad40a0fcfa54d7edd45e0c51d889c
100100
.. |ubuntu_version| replace:: 24.04
101-
.. |setuptools_version| replace:: 70.3.0
101+
.. |setuptools_version| replace:: 80.9.0
102102
.. |pip_version| replace:: 25.3
103103
.. |python_version| replace:: 3.10
104104
.. |python_full_version| replace:: 3.10.19

framework/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ rest = ["starlette", "uvicorn"]
9595
types-dataclasses = "==0.6.6"
9696
types-protobuf = "==5.29.1.20250403"
9797
types-requests = "==2.31.0.20240125"
98-
types-setuptools = "==69.0.0.20240125"
98+
types-setuptools = "==80.9.0.20250822"
9999
clang-format = "==17.0.6"
100100
isort = "==5.13.2"
101101
black = { version = "==25.11.0", extras = ["jupyter"] }

0 commit comments

Comments
 (0)