File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -67,10 +67,10 @@ PyQt6-WebEngine-Qt6==6.8.2; python_version >= '3.9'
6767python-dateutil==2.9.0.post0
6868pytz==2025.1
6969requests==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
7272simplejson==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
7575sqlalchemy==2.0.38
7676zope.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# ----------
9296Django==4.2.8; python_version == '3.9' # pyup: ignore
You can’t perform that action at this time.
0 commit comments