Skip to content

Commit a1ad46c

Browse files
authored
Update SCons 4.8.1 to 4.9.1 (#18069)
Summary of the issue: Update SCons from 4.8.1 to 4.9.1 to apply the latest security fixes. https://github.com/SCons/scons/releases/tag/4.9.1 Description of user facing changes none Description of development approach The Scons version in pyproject.toml and uv.lock has been updated to the latest stable version 4.9.1.
1 parent c26bbaf commit a1ad46c

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ members = [
301301
dev = [
302302
"nvda-misc-deps",
303303
# NVDA's build system is SCons
304-
"SCons==4.8.1",
304+
"SCons==4.9.1",
305305
# Packaging NVDA
306306
"py2exe==0.13.0.2",
307307
"setuptools~=72.0",

user_docs/en/changes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
### Changes
1212

1313
* Component updates:
14-
* Updated NSIS to 3.11 (#18027, @dpy013)
1514
* Updated LibLouis Braille translator to [3.34.0](https://github.com/liblouis/liblouis/releases/tag/v3.34.0). (#18227, @LeonarddeR, @codeofdusk)
1615
* Added new tables for Biblical Hebrew as well as for Russian 6 dot computer braille and Thai Grade 2.
1716
* Substantial updates to Lithuanian braille tables.
@@ -33,6 +32,8 @@
3332
Please refer to [the developer guide](https://www.nvaccess.org/files/nvda/documentation/developerGuide.html#API) for information on NVDA's API deprecation and removal process.
3433

3534
* Component updates:
35+
* Updated SCons to 4.9.1. (#18069, @dpy013)
36+
* Updated NSIS to 3.11 (#18027, @dpy013)
3637
* Updated Ruff to 0.11.12. (#17671)
3738
* Updated pre-commit to 4.2.0. (#17671)
3839
* Updated pyright to 1.1.401. (#17671)

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)