Skip to content

Commit 87ca3f1

Browse files
authored
fix: pin setuptools in build-system (#1505)
Relates #1500.
1 parent 89d4662 commit 87ca3f1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Diff for: local-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pytest-timeout==2.1.0
1717
pytest-xdist==2.5.0
1818
requests==2.28.1
1919
service_identity==21.1.0
20-
setuptools==63.4.2
20+
setuptools==60.9.3
2121
twine==4.0.1
2222
twisted==22.4.0
2323
types-pyOpenSSL==22.0.10

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools-scm==7.0.5", "wheel==0.37.1", "auditwheel==5.1.2"]
2+
requires = ["setuptools==60.9.3", "setuptools-scm==7.0.5", "wheel==0.37.1", "auditwheel==5.1.2"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]

Diff for: scripts/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)