Skip to content

Commit 0662de6

Browse files
committed
Upgrade dependencies
1 parent 1e88411 commit 0662de6

File tree

2 files changed

+279
-238
lines changed

2 files changed

+279
-238
lines changed

docs/requirements.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ babel==2.17.0
1111
# sphinx
1212
beautifulsoup4==4.14.3
1313
# via pydata-sphinx-theme
14-
certifi==2025.11.12
14+
certifi==2026.1.4
1515
# via requests
1616
charset-normalizer==3.4.4
1717
# via requests
@@ -48,7 +48,7 @@ numpy==2.2.6 ; python_full_version < '3.11'
4848
# pywavelets
4949
# scipy
5050
# statsmodels
51-
numpy==2.4.0 ; python_full_version >= '3.11'
51+
numpy==2.4.1 ; python_full_version >= '3.11'
5252
# via
5353
# pandas
5454
# patsy
@@ -91,12 +91,12 @@ requests==2.32.5
9191
# via sphinx
9292
roman-numerals==4.1.0 ; python_full_version >= '3.11'
9393
# via sphinx
94-
ruff==0.14.10
94+
ruff==0.14.11
9595
scipy==1.15.3 ; python_full_version < '3.11'
9696
# via
9797
# pyriodicity
9898
# statsmodels
99-
scipy==1.16.3 ; python_full_version >= '3.11'
99+
scipy==1.17.0 ; python_full_version >= '3.11'
100100
# via
101101
# pyriodicity
102102
# statsmodels
@@ -110,7 +110,11 @@ sphinx==8.1.3 ; python_full_version < '3.11'
110110
# via
111111
# numpydoc
112112
# pydata-sphinx-theme
113-
sphinx==9.0.4 ; python_full_version >= '3.11'
113+
sphinx==9.0.4 ; python_full_version == '3.11.*'
114+
# via
115+
# numpydoc
116+
# pydata-sphinx-theme
117+
sphinx==9.1.0 ; python_full_version >= '3.12'
114118
# via
115119
# numpydoc
116120
# pydata-sphinx-theme
@@ -127,7 +131,7 @@ sphinxcontrib-qthelp==2.0.0
127131
sphinxcontrib-serializinghtml==2.0.0
128132
# via sphinx
129133
statsmodels==0.14.6
130-
tomli==2.3.0 ; python_full_version <= '3.11'
134+
tomli==2.4.0 ; python_full_version <= '3.11'
131135
# via
132136
# coverage
133137
# numpydoc
@@ -140,5 +144,5 @@ typing-extensions==4.15.0
140144
# pydata-sphinx-theme
141145
tzdata==2025.3
142146
# via pandas
143-
urllib3==2.6.2
147+
urllib3==2.6.3
144148
# via requests

0 commit comments

Comments
 (0)