Skip to content

Commit e3c077e

Browse files
committed
Upgrade dependencies
1 parent 35237d7 commit e3c077e

File tree

2 files changed

+200
-179
lines changed

2 files changed

+200
-179
lines changed

docs/requirements.txt

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ babel==2.17.0
99
# via
1010
# pydata-sphinx-theme
1111
# sphinx
12-
beautifulsoup4==4.14.2
12+
beautifulsoup4==4.14.3
1313
# via pydata-sphinx-theme
1414
certifi==2025.11.12
1515
# via requests
@@ -19,13 +19,17 @@ colorama==0.4.6 ; sys_platform == 'win32'
1919
# via
2020
# pytest
2121
# sphinx
22-
coverage==7.12.0
22+
coverage==7.13.0
2323
# via pytest-cov
24-
docutils==0.21.2
24+
docutils==0.21.2 ; python_full_version < '3.11'
2525
# via
2626
# pydata-sphinx-theme
2727
# sphinx
28-
exceptiongroup==1.3.0 ; python_full_version < '3.11'
28+
docutils==0.22.3 ; python_full_version >= '3.11'
29+
# via
30+
# pydata-sphinx-theme
31+
# sphinx
32+
exceptiongroup==1.3.1 ; python_full_version < '3.11'
2933
# via pytest
3034
idna==3.11
3135
# via requests
@@ -72,7 +76,7 @@ pygments==2.19.2
7276
# pydata-sphinx-theme
7377
# pytest
7478
# sphinx
75-
pytest==9.0.1
79+
pytest==9.0.2
7680
# via pytest-cov
7781
pytest-cov==7.0.0
7882
python-dateutil==2.9.0.post0
@@ -85,9 +89,9 @@ pywavelets==1.9.0 ; python_full_version >= '3.11'
8589
# via pyriodicity
8690
requests==2.32.5
8791
# via sphinx
88-
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
92+
roman-numerals==3.1.0 ; python_full_version >= '3.11'
8993
# via sphinx
90-
ruff==0.14.5
94+
ruff==0.14.8
9195
scipy==1.15.3 ; python_full_version < '3.11'
9296
# via
9397
# pyriodicity
@@ -106,7 +110,7 @@ sphinx==8.1.3 ; python_full_version < '3.11'
106110
# via
107111
# numpydoc
108112
# pydata-sphinx-theme
109-
sphinx==8.2.3 ; python_full_version >= '3.11'
113+
sphinx==9.0.4 ; python_full_version >= '3.11'
110114
# via
111115
# numpydoc
112116
# pydata-sphinx-theme
@@ -122,7 +126,7 @@ sphinxcontrib-qthelp==2.0.0
122126
# via sphinx
123127
sphinxcontrib-serializinghtml==2.0.0
124128
# via sphinx
125-
statsmodels==0.14.5
129+
statsmodels==0.14.6
126130
tomli==2.3.0 ; python_full_version <= '3.11'
127131
# via
128132
# coverage
@@ -136,5 +140,5 @@ typing-extensions==4.15.0
136140
# pydata-sphinx-theme
137141
tzdata==2025.2
138142
# via pandas
139-
urllib3==2.5.0
143+
urllib3==2.6.2
140144
# via requests

0 commit comments

Comments
 (0)