Skip to content

Commit a65b06a

Browse files
authored
Merge cc8b96a into 5d04b49
2 parents 5d04b49 + cc8b96a commit a65b06a

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

pyproject.toml

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

55
[tool.ruff]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ typing-extensions==4.9.0
2020
pycaw==20240210
2121

2222
# Packaging NVDA
23-
py2exe @ git+https://github.com/py2exe/py2exe@4e7b2b2c60face592e67cb1bc935172a20fa371d#egg=py2exe
23+
py2exe==0.13.0.2
2424

2525
# Creating XML unit test reports
2626
unittest-xml-reporting==3.2.0

user_docs/en/changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ The available options are:
2626
* In on-demand speech mode, NVDA does not talk anymore when a message is opened in Outlook, when a new page is loaded in a browser or during the slideshow in PowerPoint. (#16825, @CyrilleB79)
2727
* In Mozilla Firefox, moving the mouse over text before or after a link now reliably reports the text. (#15990, @jcsteh)
2828

29+
### Changes
30+
31+
* Component updates:
32+
* Updated py2exe to 0.13.0.2 (#16907, @dpy013)
33+
* Updated setuptools to 72.0 (#16907, @dpy013)
2934

3035
### Changes for Developers
3136

venvUtils/ensureVenv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def populate():
9494
"-m",
9595
"pip",
9696
"install",
97-
"setuptools==69.5.1",
97+
"setuptools==72.0",
9898
"wheel",
9999
"&&",
100100
# Install required packages with pip

0 commit comments

Comments
 (0)