Skip to content

Commit 6f8d515

Browse files
committed
Update dependencies
Also moves (and renames) the `why_here.txt` info file out of the `requirements_dependabot` directory as it seems this arrangement is no longer compatible with dependabot's search for requirement files - appears dependabot now looks at all files in the directory regardless of file name and contents.
1 parent c55c806 commit 6f8d515

5 files changed

Lines changed: 53 additions & 52 deletions

File tree

etc/requirements.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
asttokens==3.0.0
88
# via stack-data
9-
beautifulsoup4==4.13.3
9+
beautifulsoup4==4.13.4
1010
# via yahooquery
1111
bqplot==0.12.44
1212
# via market_analy (pyproject.toml)
@@ -20,7 +20,7 @@ colorama==0.4.6
2020
# tqdm
2121
comm==0.2.2
2222
# via ipywidgets
23-
contourpy==1.3.1
23+
contourpy==1.3.2
2424
# via matplotlib
2525
cycler==0.12.1
2626
# via matplotlib
@@ -44,7 +44,7 @@ ipyvue==1.11.2
4444
# via ipyvuetify
4545
ipyvuetify==1.11.1
4646
# via market_analy (pyproject.toml)
47-
ipywidgets==8.1.5
47+
ipywidgets==8.1.6
4848
# via
4949
# bqplot
5050
# ipyvue
@@ -53,7 +53,7 @@ jedi==0.19.2
5353
# via ipython
5454
jinja2==3.1.6
5555
# via market_analy (pyproject.toml)
56-
jupyterlab-widgets==3.0.13
56+
jupyterlab-widgets==3.0.14
5757
# via ipywidgets
5858
kiwisolver==1.4.8
5959
# via matplotlib
@@ -69,7 +69,7 @@ matplotlib==3.10.1
6969
# via market_analy (pyproject.toml)
7070
matplotlib-inline==0.1.7
7171
# via ipython
72-
numpy==2.2.4
72+
numpy==2.2.5
7373
# via
7474
# bqplot
7575
# contourpy
@@ -78,7 +78,7 @@ numpy==2.2.4
7878
# market_analy (pyproject.toml)
7979
# matplotlib
8080
# pandas
81-
packaging==24.2
81+
packaging==25.0
8282
# via matplotlib
8383
pandas==2.2.3
8484
# via
@@ -89,9 +89,9 @@ pandas==2.2.3
8989
# yahooquery
9090
parso==0.8.4
9191
# via jedi
92-
pillow==11.1.0
92+
pillow==11.2.1
9393
# via matplotlib
94-
prompt-toolkit==3.0.50
94+
prompt-toolkit==3.0.51
9595
# via ipython
9696
pure-eval==0.2.3
9797
# via stack-data
@@ -115,7 +115,7 @@ requests-futures==1.0.2
115115
# via yahooquery
116116
six==1.17.0
117117
# via python-dateutil
118-
soupsieve==2.6
118+
soupsieve==2.7
119119
# via beautifulsoup4
120120
stack-data==0.6.3
121121
# via ipython
@@ -134,7 +134,7 @@ traitlets==5.14.3
134134
# traittypes
135135
traittypes==0.2.1
136136
# via bqplot
137-
typing-extensions==4.13.1
137+
typing-extensions==4.13.2
138138
# via
139139
# beautifulsoup4
140140
# ipython
@@ -144,13 +144,13 @@ tzdata==2025.2
144144
# market-prices
145145
# market_analy (pyproject.toml)
146146
# pandas
147-
urllib3==2.3.0
147+
urllib3==2.4.0
148148
# via requests
149149
valimp==0.3
150150
# via market-prices
151151
wcwidth==0.2.13
152152
# via prompt-toolkit
153-
widgetsnbextension==4.0.13
153+
widgetsnbextension==4.0.14
154154
# via ipywidgets
155155
yahooquery==2.3.7
156156
# via market-prices

etc/requirements_dependabot/requirements_tests.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
asttokens==3.0.0
88
# via stack-data
9-
beautifulsoup4==4.13.3
9+
beautifulsoup4==4.13.4
1010
# via yahooquery
1111
black==25.1.0
1212
# via market_analy (pyproject.toml)
@@ -26,7 +26,7 @@ colorama==0.4.6
2626
# tqdm
2727
comm==0.2.2
2828
# via ipywidgets
29-
contourpy==1.3.1
29+
contourpy==1.3.2
3030
# via matplotlib
3131
cycler==0.12.1
3232
# via matplotlib
@@ -60,7 +60,7 @@ ipyvue==1.11.2
6060
# via ipyvuetify
6161
ipyvuetify==1.11.1
6262
# via market_analy (pyproject.toml)
63-
ipywidgets==8.1.5
63+
ipywidgets==8.1.6
6464
# via
6565
# bqplot
6666
# ipyvue
@@ -69,7 +69,7 @@ jedi==0.19.2
6969
# via ipython
7070
jinja2==3.1.6
7171
# via market_analy (pyproject.toml)
72-
jupyterlab-widgets==3.0.13
72+
jupyterlab-widgets==3.0.14
7373
# via ipywidgets
7474
kiwisolver==1.4.8
7575
# via matplotlib
@@ -87,9 +87,9 @@ matplotlib-inline==0.1.7
8787
# via ipython
8888
mccabe==0.7.0
8989
# via flake8
90-
mypy-extensions==1.0.0
90+
mypy-extensions==1.1.0
9191
# via black
92-
numpy==2.2.4
92+
numpy==2.2.5
9393
# via
9494
# bqplot
9595
# contourpy
@@ -98,7 +98,7 @@ numpy==2.2.4
9898
# market_analy (pyproject.toml)
9999
# matplotlib
100100
# pandas
101-
packaging==24.2
101+
packaging==25.0
102102
# via
103103
# black
104104
# matplotlib
@@ -114,13 +114,13 @@ parso==0.8.4
114114
# via jedi
115115
pathspec==0.12.1
116116
# via black
117-
pillow==11.1.0
117+
pillow==11.2.1
118118
# via matplotlib
119119
platformdirs==4.3.7
120120
# via black
121121
pluggy==1.5.0
122122
# via pytest
123-
prompt-toolkit==3.0.50
123+
prompt-toolkit==3.0.51
124124
# via ipython
125125
pure-eval==0.2.3
126126
# via stack-data
@@ -158,7 +158,7 @@ six==1.17.0
158158
# via python-dateutil
159159
snowballstemmer==2.2.0
160160
# via pydocstyle
161-
soupsieve==2.6
161+
soupsieve==2.7
162162
# via beautifulsoup4
163163
stack-data==0.6.3
164164
# via ipython
@@ -181,7 +181,7 @@ traitlets==5.14.3
181181
# traittypes
182182
traittypes==0.2.1
183183
# via bqplot
184-
typing-extensions==4.13.1
184+
typing-extensions==4.13.2
185185
# via
186186
# beautifulsoup4
187187
# black
@@ -192,13 +192,13 @@ tzdata==2025.2
192192
# market-prices
193193
# market_analy (pyproject.toml)
194194
# pandas
195-
urllib3==2.3.0
195+
urllib3==2.4.0
196196
# via requests
197197
valimp==0.3
198198
# via market-prices
199199
wcwidth==0.2.13
200200
# via prompt-toolkit
201-
widgetsnbextension==4.0.13
201+
widgetsnbextension==4.0.14
202202
# via ipywidgets
203203
yahooquery==2.3.7
204204
# via market-prices

etc/requirements_dependabot/why_here.txt

Lines changed: 0 additions & 8 deletions
This file was deleted.

etc/requirements_dev.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ attrs==25.3.0
2626
# referencing
2727
babel==2.17.0
2828
# via jupyterlab-server
29-
beautifulsoup4==4.13.3
29+
beautifulsoup4==4.13.4
3030
# via
3131
# nbconvert
3232
# yahooquery
@@ -65,17 +65,17 @@ comm==0.2.2
6565
# via
6666
# ipykernel
6767
# ipywidgets
68-
contourpy==1.3.1
68+
contourpy==1.3.2
6969
# via matplotlib
7070
cycler==0.12.1
7171
# via matplotlib
72-
debugpy==1.8.13
72+
debugpy==1.8.14
7373
# via ipykernel
7474
decorator==5.2.1
7575
# via ipython
7676
defusedxml==0.7.1
7777
# via nbconvert
78-
dill==0.3.9
78+
dill==0.4.0
7979
# via pylint
8080
distlib==0.3.9
8181
# via virtualenv
@@ -106,11 +106,11 @@ fqdn==1.5.1
106106
# via jsonschema
107107
h11==0.14.0
108108
# via httpcore
109-
httpcore==1.0.7
109+
httpcore==1.0.8
110110
# via httpx
111111
httpx==0.28.1
112112
# via jupyterlab
113-
identify==2.6.9
113+
identify==2.6.10
114114
# via pre-commit
115115
idna==3.10
116116
# via
@@ -130,7 +130,7 @@ ipyvue==1.11.2
130130
# via ipyvuetify
131131
ipyvuetify==1.11.1
132132
# via market_analy (pyproject.toml)
133-
ipywidgets==8.1.5
133+
ipywidgets==8.1.6
134134
# via
135135
# bqplot
136136
# ipyvue
@@ -157,7 +157,7 @@ jsonschema[format-nongpl]==4.23.0
157157
# jupyter-events
158158
# jupyterlab-server
159159
# nbformat
160-
jsonschema-specifications==2024.10.1
160+
jsonschema-specifications==2025.4.1
161161
# via jsonschema
162162
jupyter-client==8.6.3
163163
# via
@@ -185,13 +185,13 @@ jupyter-server==2.15.0
185185
# notebook-shim
186186
jupyter-server-terminals==0.5.3
187187
# via jupyter-server
188-
jupyterlab==4.4.0
188+
jupyterlab==4.4.1
189189
# via market_analy (pyproject.toml)
190190
jupyterlab-pygments==0.3.0
191191
# via nbconvert
192192
jupyterlab-server==2.27.3
193193
# via jupyterlab
194-
jupyterlab-widgets==3.0.13
194+
jupyterlab-widgets==3.0.14
195195
# via ipywidgets
196196
kiwisolver==1.4.8
197197
# via matplotlib
@@ -219,7 +219,7 @@ mistune==3.1.3
219219
# via nbconvert
220220
mypy==1.15.0
221221
# via market_analy (pyproject.toml)
222-
mypy-extensions==1.0.0
222+
mypy-extensions==1.1.0
223223
# via
224224
# black
225225
# mypy
@@ -238,7 +238,7 @@ nodeenv==1.9.1
238238
# via pre-commit
239239
notebook-shim==0.2.4
240240
# via jupyterlab
241-
numpy==2.2.4
241+
numpy==2.2.5
242242
# via
243243
# bqplot
244244
# contourpy
@@ -250,7 +250,7 @@ numpy==2.2.4
250250
# pandas-stubs
251251
overrides==7.7.0
252252
# via jupyter-server
253-
packaging==24.2
253+
packaging==25.0
254254
# via
255255
# black
256256
# build
@@ -277,7 +277,7 @@ parso==0.8.4
277277
# via jedi
278278
pathspec==0.12.1
279279
# via black
280-
pillow==11.1.0
280+
pillow==11.2.1
281281
# via matplotlib
282282
pip-tools==7.4.1
283283
# via market_analy (pyproject.toml)
@@ -293,7 +293,7 @@ pre-commit==4.2.0
293293
# via market_analy (pyproject.toml)
294294
prometheus-client==0.21.1
295295
# via jupyter-server
296-
prompt-toolkit==3.0.50
296+
prompt-toolkit==3.0.51
297297
# via ipython
298298
psutil==7.0.0
299299
# via ipykernel
@@ -387,7 +387,7 @@ sniffio==1.3.1
387387
# via anyio
388388
snowballstemmer==2.2.0
389389
# via pydocstyle
390-
soupsieve==2.6
390+
soupsieve==2.7
391391
# via beautifulsoup4
392392
stack-data==0.6.3
393393
# via ipython
@@ -443,7 +443,7 @@ types-python-dateutil==2.9.0.20241206
443443
# via arrow
444444
types-pytz==2025.2.0.20250326
445445
# via pandas-stubs
446-
typing-extensions==4.13.1
446+
typing-extensions==4.13.2
447447
# via
448448
# anyio
449449
# astroid
@@ -462,7 +462,7 @@ tzdata==2025.2
462462
# pandas
463463
uri-template==1.3.0
464464
# via jsonschema
465-
urllib3==2.3.0
465+
urllib3==2.4.0
466466
# via requests
467467
valimp==0.3
468468
# via market-prices
@@ -480,7 +480,7 @@ websocket-client==1.8.0
480480
# via jupyter-server
481481
wheel==0.45.1
482482
# via pip-tools
483-
widgetsnbextension==4.0.13
483+
widgetsnbextension==4.0.14
484484
# via ipywidgets
485485
yahooquery==2.3.7
486486
# via market-prices
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
requirements_test.txt is in the dedicated `requirements_dependabot`
2+
directory simply so that dependabot can be configured to look only at these
3+
dependencies and ignore the additional requirements in
4+
requirements_dev.txt.
5+
6+
NB Dependabot has to look at requirements_tests.txt, as opposed to simply
7+
requirements.txt, in order that the tests triggered by the dependabot PR
8+
run in an environment that has installed the bumped versions of the
9+
dependencies.

0 commit comments

Comments
 (0)