Skip to content

Commit c7f12cc

Browse files
authored
Tests: Requirements: Scheduled weekly dependency update for week 08 (pyinstaller#9037)
1 parent 0e540d4 commit c7f12cc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/requirements-libraries.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ PyQt6-WebEngine-Qt6==6.8.2; python_version >= '3.9'
6767
python-dateutil==2.9.0.post0
6868
pytz==2025.1
6969
requests==2.32.3
70-
scipy==1.15.1; python_version >= '3.10'
70+
scipy==1.15.2; python_version >= '3.10'
7171
# simplejson is used for text_c_extension
7272
simplejson==3.20.1
73-
sphinx==8.1.3; python_version >= '3.10'
73+
sphinx==8.2.1; python_version >= '3.11'
7474
# Required for test_namespace_package
7575
sqlalchemy==2.0.38
7676
zope.interface==7.2
@@ -87,6 +87,10 @@ Pillow==11.1.0; python_version >= '3.9'
8787
# `# pyup: ignore` to prevent them from being updated.
8888

8989

90+
# Python 3.10
91+
# -----------
92+
sphinx==8.1.3; python_version == '3.10' # pyup: ignore
93+
9094
# Python 3.9
9195
# ----------
9296
Django==4.2.8; python_version == '3.9' # pyup: ignore

0 commit comments

Comments
 (0)