Skip to content

Commit dbd6d46

Browse files
committed
tox -e deps
1 parent 663d9af commit dbd6d46

File tree

10 files changed

+204
-135
lines changed

10 files changed

+204
-135
lines changed

requirements/base.txt

Lines changed: 39 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -5,55 +5,59 @@
55
#
66
# pip-compile-multi
77
#
8-
asttokens==2.4.1
8+
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
16-
contourpy==1.3.0
16+
contourpy==1.3.1
1717
# via matplotlib
1818
cyclebane==24.10.0
1919
# via sciline
2020
cycler==0.12.1
2121
# via matplotlib
22-
dask==2024.10.0
22+
dask==2025.1.0
2323
# via -r base.in
2424
decorator==5.1.1
2525
# via ipython
26-
essreduce==24.10.2
26+
essreduce==25.2.0
2727
# via -r base.in
28-
executing==2.1.0
28+
exceptiongroup==1.2.2
29+
# via ipython
30+
executing==2.2.0
2931
# via stack-data
30-
fonttools==4.54.1
32+
fonttools==4.56.0
3133
# via matplotlib
32-
fsspec==2024.10.0
34+
fsspec==2025.2.0
3335
# via dask
3436
graphviz==0.20.3
3537
# via -r base.in
3638
h5py==3.12.1
3739
# via
3840
# scippneutron
3941
# scippnexus
42+
importlib-metadata==8.6.1
43+
# via dask
4044
ipydatawidgets==4.3.5
4145
# via pythreejs
42-
ipython==8.28.0
46+
ipython==8.32.0
4347
# via ipywidgets
4448
ipywidgets==8.1.5
4549
# via
4650
# ipydatawidgets
4751
# pythreejs
48-
jedi==0.19.1
52+
jedi==0.19.2
4953
# via ipython
5054
jupyterlab-widgets==3.0.13
5155
# via ipywidgets
52-
kiwisolver==1.4.7
56+
kiwisolver==1.4.8
5357
# via matplotlib
5458
locket==1.0.0
5559
# via partd
56-
matplotlib==3.9.2
60+
matplotlib==3.10.0
5761
# via
5862
# mpltoolbox
5963
# plopp
@@ -63,7 +67,7 @@ mpltoolbox==24.5.1
6367
# via scippneutron
6468
networkx==3.4.2
6569
# via cyclebane
66-
numpy==2.1.2
70+
numpy==2.2.2
6771
# via
6872
# contourpy
6973
# h5py
@@ -77,7 +81,7 @@ numpy==2.1.2
7781
# scipy
7882
orsopy==1.2.1
7983
# via -r base.in
80-
packaging==24.1
84+
packaging==24.2
8185
# via
8286
# dask
8387
# matplotlib
@@ -89,21 +93,21 @@ partd==1.4.2
8993
# via dask
9094
pexpect==4.9.0
9195
# via ipython
92-
pillow==11.0.0
96+
pillow==11.1.0
9397
# via matplotlib
94-
plopp==24.9.3
98+
plopp==24.10.0
9599
# via
96100
# -r base.in
97101
# scippneutron
98-
prompt-toolkit==3.0.48
102+
prompt-toolkit==3.0.50
99103
# via ipython
100104
ptyprocess==0.7.0
101105
# via pexpect
102106
pure-eval==0.2.3
103107
# via stack-data
104-
pygments==2.18.0
108+
pygments==2.19.1
105109
# via ipython
106-
pyparsing==3.2.0
110+
pyparsing==3.2.1
107111
# via matplotlib
108112
python-dateutil==2.9.0.post0
109113
# via
@@ -113,13 +117,13 @@ python-dateutil==2.9.0.post0
113117
# scippnexus
114118
pythreejs==2.4.2
115119
# via -r base.in
116-
pytz==2024.2
120+
pytz==2025.1
117121
# via pandas
118122
pyyaml==6.0.2
119123
# via
120124
# dask
121125
# orsopy
122-
sciline==24.6.3
126+
sciline==24.10.0
123127
# via
124128
# -r base.in
125129
# essreduce
@@ -129,21 +133,21 @@ scipp==25.2.0
129133
# essreduce
130134
# scippneutron
131135
# scippnexus
132-
scippneutron==24.9.0
133-
# via -r base.in
134-
scippnexus==24.10.0
136+
scippneutron==25.1.0
137+
# via
138+
# -r base.in
139+
# essreduce
140+
scippnexus==24.11.1
135141
# via
136142
# -r base.in
137143
# essreduce
138144
# scippneutron
139-
scipy==1.14.1
145+
scipy==1.15.1
140146
# via
141147
# scippneutron
142148
# scippnexus
143-
six==1.16.0
144-
# via
145-
# asttokens
146-
# python-dateutil
149+
six==1.17.0
150+
# via python-dateutil
147151
stack-data==0.6.3
148152
# via ipython
149153
toolz==1.0.0
@@ -160,9 +164,13 @@ traitlets==5.14.3
160164
# traittypes
161165
traittypes==0.2.1
162166
# via ipydatawidgets
163-
tzdata==2024.2
167+
typing-extensions==4.12.2
168+
# via ipython
169+
tzdata==2025.1
164170
# via pandas
165171
wcwidth==0.2.13
166172
# via prompt-toolkit
167173
widgetsnbextension==4.0.13
168174
# via ipywidgets
175+
zipp==3.21.0
176+
# via importlib-metadata

requirements/basetest.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
#
66
# pip-compile-multi
77
#
8-
certifi==2024.8.30
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-
packaging==24.1
18+
packaging==24.2
1919
# via
2020
# pooch
2121
# pytest
@@ -25,11 +25,11 @@ pluggy==1.5.0
2525
# via pytest
2626
pooch==1.8.2
2727
# via -r basetest.in
28-
pytest==8.3.3
28+
pytest==8.3.4
2929
# via -r basetest.in
3030
requests==2.32.3
3131
# via pooch
32-
tomli==2.0.2
32+
tomli==2.2.1
3333
# via pytest
34-
urllib3==2.2.3
34+
urllib3==2.3.0
3535
# via requests

requirements/ci.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@
55
#
66
# pip-compile-multi
77
#
8-
cachetools==5.5.0
8+
cachetools==5.5.1
99
# via tox
10-
certifi==2024.8.30
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
30-
packaging==24.1
30+
packaging==24.2
3131
# via
3232
# -r ci.in
3333
# pyproject-api
@@ -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
47-
tomli==2.0.2
47+
tomli==2.2.1
4848
# via
4949
# pyproject-api
5050
# tox
51-
tox==4.23.1
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.27.0
57+
virtualenv==20.29.2
5858
# via tox

requirements/dev.txt

Lines changed: 18 additions & 20 deletions
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.6.2.post1
17+
anyio==4.8.0
1818
# via
1919
# httpx
2020
# jupyter-server
@@ -30,23 +30,23 @@ cffi==1.17.1
3030
# via argon2-cffi-bindings
3131
copier==9.4.1
3232
# via -r dev.in
33-
dunamai==1.22.0
33+
dunamai==1.23.0
3434
# via copier
3535
fqdn==1.5.1
3636
# via jsonschema
3737
funcy==2.0
3838
# via copier
3939
h11==0.14.0
4040
# via httpcore
41-
httpcore==1.0.6
41+
httpcore==1.0.7
4242
# via httpx
43-
httpx==0.27.2
43+
httpx==0.28.1
4444
# via jupyterlab
4545
isoduration==20.11.0
4646
# via jsonschema
4747
jinja2-ansible-filters==1.3.2
4848
# via copier
49-
json5==0.9.25
49+
json5==0.10.0
5050
# via jupyterlab-server
5151
jsonpointer==3.0.0
5252
# via jsonschema
@@ -55,19 +55,19 @@ jsonschema[format-nongpl]==4.23.0
5555
# jupyter-events
5656
# jupyterlab-server
5757
# nbformat
58-
jupyter-events==0.10.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.2.5
70+
jupyterlab==4.3.5
7171
# via -r dev.in
7272
jupyterlab-server==2.27.3
7373
# via jupyterlab
@@ -77,23 +77,23 @@ overrides==7.7.0
7777
# via jupyter-server
7878
pathspec==0.12.1
7979
# via copier
80-
pip-compile-multi==2.6.4
80+
pip-compile-multi==2.7.1
8181
# via -r dev.in
8282
pip-tools==7.4.1
8383
# via pip-compile-multi
8484
plumbum==1.9.0
8585
# via copier
86-
prometheus-client==0.21.0
86+
prometheus-client==0.21.1
8787
# via jupyter-server
8888
pycparser==2.22
8989
# via cffi
90-
pydantic==2.9.2
90+
pydantic==2.10.6
9191
# via copier
92-
pydantic-core==2.23.4
92+
pydantic-core==2.27.2
9393
# via pydantic
94-
python-json-logger==2.0.7
94+
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
@@ -106,24 +106,22 @@ rfc3986-validator==0.1.1
106106
send2trash==1.8.3
107107
# via jupyter-server
108108
sniffio==1.3.1
109-
# via
110-
# anyio
111-
# httpx
109+
# via anyio
112110
terminado==0.18.1
113111
# via
114112
# jupyter-server
115113
# jupyter-server-terminals
116114
toposort==1.10
117115
# via pip-compile-multi
118-
types-python-dateutil==2.9.0.20241003
116+
types-python-dateutil==2.9.0.20241206
119117
# via arrow
120118
uri-template==1.3.0
121119
# via jsonschema
122-
webcolors==24.8.0
120+
webcolors==24.11.1
123121
# via jsonschema
124122
websocket-client==1.8.0
125123
# via jupyter-server
126-
wheel==0.44.0
124+
wheel==0.45.1
127125
# via pip-tools
128126

129127
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)