File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pytest-cov==4.1.0
44pytest-memray == 1.5.0
55tox == 4.11.4
66build == 1.0.3
7- setuptools == 69.0.3
7+ setuptools == 75.8.0
88# Benchmark dependencies.
99markov_draftjs == 2.0.0
1010memray == 1.11.0
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ basepython =
1818 py312: python3.12
1919
2020deps =
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
You can’t perform that action at this time.
0 commit comments