Skip to content

Commit 7cf1849

Browse files
authored
Merge 2e24acb into e43e7c8
2 parents e43e7c8 + 2e24acb commit 7cf1849

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# NVDA's build system is SCons
2-
SCons==4.5.2
2+
SCons==4.7.0
33

44
# NVDA's runtime dependencies
5-
comtypes==1.2.0
5+
comtypes==1.4.4
66
pyserial==3.5
77
./miscDeps/python/wxPython-4.2.2a1-cp311-cp311-win32.whl
88
git+https://github.com/DiffSK/configobj@e2ba4457c4651fa54f8d59d8dcdd3da950e956b8#egg=configobj
9-
requests==2.32.0
10-
schedule==1.2.1
9+
requests==2.32.3
10+
schedule==1.2.2
1111
# Pillow is an implicit dependency and requires zlib and jpeg by default, but we don't need it
1212
Pillow==10.3.0 -C "zlib=disable" -C "jpeg=disable"
1313

1414
#NVDA_DMP requires diff-match-patch
1515
fast-diff-match-patch==2.1.0
1616

1717
# typing_extensions are required for specifying default value for `TypeVar`, which is not yet possible with any released version of Python (see PEP 696)
18-
typing-extensions==4.9.0
18+
typing-extensions==4.12.2
1919

2020
# pycaw is a Core Audio Windows Library used for sound split
2121
pycaw==20240210
@@ -27,16 +27,16 @@ git+https://github.com/py2exe/py2exe@4e7b2b2c60face592e67cb1bc935172a20fa371d#eg
2727
unittest-xml-reporting==3.2.0
2828

2929
# Building user documentation
30-
Markdown==3.5.1
30+
Markdown==3.6
3131
mdx_truly_sane_lists==1.3
3232
markdown-link-attr-modifier==0.2.1
3333
mdx-gh-links==0.4
3434
# Sanitize HTML documentation output to prevent XSS from translators
35-
nh3==0.2.15
35+
nh3==0.2.17
3636

3737
# For building developer documentation
38-
sphinx==7.2.6
39-
sphinx_rtd_theme==1.3.0
38+
sphinx==7.3.7
39+
sphinx_rtd_theme==2.0.0
4040

4141
# Requirements for automated linting
4242
flake8 ~= 4.0.1

0 commit comments

Comments
 (0)