Skip to content

Commit 0ad37fb

Browse files
update setuptools (#19524)
Replaces #19515 Follow up to #19432 ### Summary of the issue: #19432 used an older version of setuptools which contains security vulnerabilities ### Description of user facing changes: none ### Description of developer facing changes: bump setuptools ### Description of development approach: bump setuptools ### Testing strategy: none ### Known issues with pull request: none --------- Co-authored-by: WMHN <1872265132@qq.com>
1 parent 71294e4 commit 0ad37fb

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=80.9", "wheel"]
2+
requires = ["setuptools~=80.10.2", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -319,7 +319,7 @@ dev = [
319319
"SCons==4.10.1",
320320
# Packaging NVDA
321321
"py2exe==0.14.0.0",
322-
"setuptools~=80.9",
322+
"setuptools~=80.10.2",
323323
"nvda-mathcat",
324324
"uv==0.9.11",
325325
]

runtime-builders/synthDriverHost32/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools~=72.0", "wheel"]
2+
requires = ["setuptools~=80.10.2", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -43,7 +43,7 @@ required-version = ">=0.7.9"
4343
dev = [
4444
# Packaging NVDA
4545
"py2exe==0.14.0.0",
46-
"setuptools~=72.0",
46+
"setuptools~=80.10.2",
4747
]
4848

4949
[tool.setuptools.dynamic]

runtime-builders/synthDriverHost32/uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

user_docs/en/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Add-ons will need to be re-tested and have their manifest updated.
150150
* Python-Markdown to 3.10 (#19196)
151151
* lxml to 6.0.2 (#19196)
152152
* PyMdown Extensions to 10.17.1 (#19196)
153-
* Setuptools to 80.9 (#19196)
153+
* Setuptools to 80.10.2 (#19196, #19524)
154154
* Robot Framework to 7.3.2 (#19196)
155155
* IAccessible2 to commit `c9ae003` (#19196)
156156
* Sonic to commit `d2cdb40` (#19196)

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)