Skip to content

Commit 151603a

Browse files
committed
tox -e deps
1 parent 997d6bb commit 151603a

File tree

9 files changed

+176
-86
lines changed

9 files changed

+176
-86
lines changed

requirements/base.txt

+17-17
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#
88
asttokens==3.0.0
99
# via stack-data
10-
click==8.1.7
10+
click==8.1.8
1111
# via dask
12-
cloudpickle==3.1.0
12+
cloudpickle==3.1.1
1313
# via dask
1414
comm==0.2.2
1515
# via ipywidgets
@@ -19,31 +19,31 @@ cyclebane==24.10.0
1919
# via sciline
2020
cycler==0.12.1
2121
# via matplotlib
22-
dask==2024.12.1
22+
dask==2025.1.0
2323
# via -r base.in
2424
decorator==5.1.1
2525
# via ipython
26-
essreduce==24.12.0
26+
essreduce==25.2.0
2727
# via -r base.in
2828
exceptiongroup==1.2.2
2929
# via ipython
30-
executing==2.1.0
30+
executing==2.2.0
3131
# via stack-data
32-
fonttools==4.55.3
32+
fonttools==4.56.0
3333
# via matplotlib
34-
fsspec==2024.10.0
34+
fsspec==2025.2.0
3535
# via dask
3636
graphviz==0.20.3
3737
# via -r base.in
3838
h5py==3.12.1
3939
# via
4040
# scippneutron
4141
# scippnexus
42-
importlib-metadata==8.5.0
42+
importlib-metadata==8.6.1
4343
# via dask
4444
ipydatawidgets==4.3.5
4545
# via pythreejs
46-
ipython==8.30.0
46+
ipython==8.32.0
4747
# via ipywidgets
4848
ipywidgets==8.1.5
4949
# via
@@ -53,7 +53,7 @@ jedi==0.19.2
5353
# via ipython
5454
jupyterlab-widgets==3.0.13
5555
# via ipywidgets
56-
kiwisolver==1.4.7
56+
kiwisolver==1.4.8
5757
# via matplotlib
5858
locket==1.0.0
5959
# via partd
@@ -67,7 +67,7 @@ mpltoolbox==24.5.1
6767
# via scippneutron
6868
networkx==3.4.2
6969
# via cyclebane
70-
numpy==2.2.0
70+
numpy==2.2.2
7171
# via
7272
# -r base.in
7373
# contourpy
@@ -89,21 +89,21 @@ partd==1.4.2
8989
# via dask
9090
pexpect==4.9.0
9191
# via ipython
92-
pillow==11.0.0
92+
pillow==11.1.0
9393
# via matplotlib
9494
plopp==24.10.0
9595
# via
9696
# -r base.in
9797
# scippneutron
98-
prompt-toolkit==3.0.48
98+
prompt-toolkit==3.0.50
9999
# via ipython
100100
ptyprocess==0.7.0
101101
# via pexpect
102102
pure-eval==0.2.3
103103
# via stack-data
104-
pygments==2.18.0
104+
pygments==2.19.1
105105
# via ipython
106-
pyparsing==3.2.0
106+
pyparsing==3.2.1
107107
# via matplotlib
108108
python-dateutil==2.9.0.post0
109109
# via
@@ -123,7 +123,7 @@ scipp==25.2.0
123123
# essreduce
124124
# scippneutron
125125
# scippnexus
126-
scippneutron==24.12.0
126+
scippneutron==25.1.0
127127
# via
128128
# -r base.in
129129
# essreduce
@@ -132,7 +132,7 @@ scippnexus==24.11.1
132132
# -r base.in
133133
# essreduce
134134
# scippneutron
135-
scipy==1.14.1
135+
scipy==1.15.1
136136
# via
137137
# scippneutron
138138
# scippnexus

requirements/basetest.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
#
66
# pip-compile-multi
77
#
8-
certifi==2024.12.14
8+
certifi==2025.1.31
99
# via requests
10-
charset-normalizer==3.4.0
10+
charset-normalizer==3.4.1
1111
# via requests
1212
exceptiongroup==1.2.2
1313
# via pytest
1414
idna==3.10
1515
# via requests
1616
iniconfig==2.0.0
1717
# via pytest
18-
numpy==2.2.0
18+
numpy==2.2.2
1919
# via pandas
2020
packaging==24.2
2121
# via
@@ -33,15 +33,15 @@ pytest==8.3.4
3333
# via -r basetest.in
3434
python-dateutil==2.9.0.post0
3535
# via pandas
36-
pytz==2024.2
36+
pytz==2025.1
3737
# via pandas
3838
requests==2.32.3
3939
# via pooch
4040
six==1.17.0
4141
# via python-dateutil
4242
tomli==2.2.1
4343
# via pytest
44-
tzdata==2024.2
44+
tzdata==2025.1
4545
# via pandas
46-
urllib3==2.2.3
46+
urllib3==2.3.0
4747
# via requests

requirements/ci.txt

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
#
66
# pip-compile-multi
77
#
8-
cachetools==5.5.0
8+
cachetools==5.5.1
99
# via tox
10-
certifi==2024.12.14
10+
certifi==2025.1.31
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
14-
charset-normalizer==3.4.0
14+
charset-normalizer==3.4.1
1515
# via requests
1616
colorama==0.4.6
1717
# via tox
1818
distlib==0.3.9
1919
# via virtualenv
20-
filelock==3.16.1
20+
filelock==3.17.0
2121
# via
2222
# tox
2323
# virtualenv
24-
gitdb==4.0.11
24+
gitdb==4.0.12
2525
# via gitpython
26-
gitpython==3.1.43
26+
gitpython==3.1.44
2727
# via -r ci.in
2828
idna==3.10
2929
# via requests
@@ -38,21 +38,21 @@ platformdirs==4.3.6
3838
# virtualenv
3939
pluggy==1.5.0
4040
# via tox
41-
pyproject-api==1.8.0
41+
pyproject-api==1.9.0
4242
# via tox
4343
requests==2.32.3
4444
# via -r ci.in
45-
smmap==5.0.1
45+
smmap==5.0.2
4646
# via gitdb
4747
tomli==2.2.1
4848
# via
4949
# pyproject-api
5050
# tox
51-
tox==4.23.2
51+
tox==4.24.1
5252
# via -r ci.in
5353
typing-extensions==4.12.2
5454
# via tox
55-
urllib3==2.2.3
55+
urllib3==2.3.0
5656
# via requests
57-
virtualenv==20.28.0
57+
virtualenv==20.29.2
5858
# via tox

requirements/dev.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
-r wheels.txt
1515
annotated-types==0.7.0
1616
# via pydantic
17-
anyio==4.7.0
17+
anyio==4.8.0
1818
# via
1919
# httpx
2020
# jupyter-server
@@ -55,19 +55,19 @@ jsonschema[format-nongpl]==4.23.0
5555
# jupyter-events
5656
# jupyterlab-server
5757
# nbformat
58-
jupyter-events==0.11.0
58+
jupyter-events==0.12.0
5959
# via jupyter-server
6060
jupyter-lsp==2.2.5
6161
# via jupyterlab
62-
jupyter-server==2.14.2
62+
jupyter-server==2.15.0
6363
# via
6464
# jupyter-lsp
6565
# jupyterlab
6666
# jupyterlab-server
6767
# notebook-shim
6868
jupyter-server-terminals==0.5.3
6969
# via jupyter-server
70-
jupyterlab==4.3.4
70+
jupyterlab==4.3.5
7171
# via -r dev.in
7272
jupyterlab-server==2.27.3
7373
# via jupyterlab
@@ -87,13 +87,13 @@ prometheus-client==0.21.1
8787
# via jupyter-server
8888
pycparser==2.22
8989
# via cffi
90-
pydantic==2.10.4
90+
pydantic==2.10.6
9191
# via copier
9292
pydantic-core==2.27.2
9393
# via pydantic
9494
python-json-logger==3.2.1
9595
# via jupyter-events
96-
questionary==1.10.0
96+
questionary==2.1.0
9797
# via copier
9898
rfc3339-validator==0.1.4
9999
# via

requirements/docs.txt

+24-22
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,27 @@ accessible-pygments==0.0.5
1010
# via pydata-sphinx-theme
1111
alabaster==1.0.0
1212
# via sphinx
13-
attrs==24.3.0
13+
appnope==0.1.4
14+
# via ipykernel
15+
attrs==25.1.0
1416
# via
1517
# jsonschema
1618
# referencing
17-
babel==2.16.0
19+
babel==2.17.0
1820
# via
1921
# pydata-sphinx-theme
2022
# sphinx
21-
beautifulsoup4==4.12.3
23+
beautifulsoup4==4.13.3
2224
# via
2325
# nbconvert
2426
# pydata-sphinx-theme
25-
bleach==6.2.0
27+
bleach[css]==6.2.0
2628
# via nbconvert
27-
certifi==2024.12.14
29+
certifi==2025.1.31
2830
# via requests
29-
charset-normalizer==3.4.0
31+
charset-normalizer==3.4.1
3032
# via requests
31-
debugpy==1.8.11
33+
debugpy==1.8.12
3234
# via ipykernel
3335
defusedxml==0.7.1
3436
# via nbconvert
@@ -48,9 +50,9 @@ imagesize==1.4.1
4850
# via sphinx
4951
ipykernel==6.29.5
5052
# via -r docs.in
51-
ipympl==0.9.5
53+
ipympl==0.9.6
5254
# via -r docs.in
53-
jinja2==3.1.4
55+
jinja2==3.1.5
5456
# via
5557
# myst-parser
5658
# nbconvert
@@ -87,20 +89,20 @@ mdit-py-plugins==0.4.2
8789
# via myst-parser
8890
mdurl==0.1.2
8991
# via markdown-it-py
90-
mistune==3.0.2
92+
mistune==3.1.1
9193
# via nbconvert
92-
myst-parser==4.0.0
94+
myst-parser==4.0.1
9395
# via -r docs.in
9496
nbclient==0.10.2
9597
# via nbconvert
96-
nbconvert==7.16.4
98+
nbconvert==7.16.6
9799
# via nbsphinx
98100
nbformat==5.10.4
99101
# via
100102
# nbclient
101103
# nbconvert
102104
# nbsphinx
103-
nbsphinx==0.9.5
105+
nbsphinx==0.9.6
104106
# via -r docs.in
105107
nest-asyncio==1.6.0
106108
# via ipykernel
@@ -114,9 +116,9 @@ platformdirs==4.3.6
114116
# pooch
115117
pooch==1.8.2
116118
# via -r docs.in
117-
psutil==6.1.0
119+
psutil==6.1.1
118120
# via ipykernel
119-
pyarrow==18.1.0
121+
pyarrow==19.0.0
120122
# via -r docs.in
121123
pybtex==0.24.0
122124
# via
@@ -126,13 +128,13 @@ pybtex-docutils==1.0.3
126128
# via sphinxcontrib-bibtex
127129
pydata-sphinx-theme==0.16.1
128130
# via -r docs.in
129-
pytz==2024.2
131+
pytz==2025.1
130132
# via pandas
131-
pyzmq==26.2.0
133+
pyzmq==26.2.1
132134
# via
133135
# ipykernel
134136
# jupyter-client
135-
referencing==0.35.1
137+
referencing==0.36.2
136138
# via
137139
# jsonschema
138140
# jsonschema-specifications
@@ -158,7 +160,7 @@ sphinx==8.1.3
158160
# sphinx-copybutton
159161
# sphinx-design
160162
# sphinxcontrib-bibtex
161-
sphinx-autodoc-typehints==2.5.0
163+
sphinx-autodoc-typehints==3.0.1
162164
# via -r docs.in
163165
sphinx-copybutton==0.5.2
164166
# via -r docs.in
@@ -179,16 +181,16 @@ sphinxcontrib-qthelp==2.0.0
179181
sphinxcontrib-serializinghtml==2.0.0
180182
# via sphinx
181183
tinycss2==1.4.0
182-
# via nbconvert
184+
# via bleach
183185
tomli==2.2.1
184186
# via sphinx
185187
tornado==6.4.2
186188
# via
187189
# ipykernel
188190
# jupyter-client
189-
tzdata==2024.2
191+
tzdata==2025.1
190192
# via pandas
191-
urllib3==2.2.3
193+
urllib3==2.3.0
192194
# via requests
193195
webencodings==0.5.1
194196
# via

requirements/mypy.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# pip-compile-multi
77
#
88
-r test.txt
9-
mypy==1.13.0
9+
mypy==1.15.0
1010
# via -r mypy.in
1111
mypy-extensions==1.0.0
1212
# via mypy

0 commit comments

Comments
 (0)