Skip to content

Commit 0490a34

Browse files
committed
Upgrade setuptools
1 parent 0bbe530 commit 0490a34

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/setup-python@v5
6767
with:
6868
python-version: ${{ matrix.python }}
69-
- run: pip install tox==4.11.4 setuptools==69.0.3
69+
- run: pip install tox==4.11.4 setuptools==75.8.0
7070
- run: sudo apt-get install libxml2-dev libxslt-dev
7171
- run: tox --parallel
7272
env:
@@ -82,6 +82,6 @@ jobs:
8282
# See available versions:
8383
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
8484
python-version: "3.13.0-alpha.3"
85-
- run: pip install 'build==1.0.3' 'setuptools==69.0.3' 'beautifulsoup4>=4.4.1,<5' 'html5lib>=0.999,<2'
85+
- run: pip install 'build==1.0.3' 'setuptools==75.8.0' 'beautifulsoup4>=4.4.1,<5' 'html5lib>=0.999,<2'
8686
- run: python -X dev -W error example.py
8787
- run: make build

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-cov==4.1.0
44
pytest-memray==1.5.0
55
tox==4.11.4
66
build==1.0.3
7-
setuptools==69.0.3
7+
setuptools==75.8.0
88
# Benchmark dependencies.
99
markov_draftjs==2.0.0
1010
memray==1.11.0

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ basepython =
1818
py312: python3.12
1919

2020
deps =
21-
setuptools==69.0.3
21+
setuptools=75.8.0
2222
pytest
2323
# Keep this in sync with the dependencies in setup.py, requirements.txt, tox.ini.
2424
lower_bound_deps: beautifulsoup4==4.4.1

0 commit comments

Comments
 (0)