Skip to content

Commit fb4b6e1

Browse files
committed
tox
1 parent b2bbc1c commit fb4b6e1

File tree

9 files changed

+43
-59
lines changed

9 files changed

+43
-59
lines changed

requirements/base.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ click==8.2.1
1111
# via dask
1212
cloudpickle==3.1.1
1313
# via dask
14-
contourpy==1.3.2
14+
contourpy==1.3.3
1515
# via matplotlib
1616
cyclebane==24.10.0
1717
# via sciline
@@ -47,15 +47,15 @@ lazy-loader==0.4
4747
# scippneutron
4848
locket==1.0.0
4949
# via partd
50-
matplotlib==3.10.3
50+
matplotlib==3.10.5
5151
# via
5252
# mpltoolbox
5353
# plopp
5454
mpltoolbox==25.5.0
5555
# via scippneutron
56-
networkx==3.4.2
56+
networkx==3.5
5757
# via cyclebane
58-
numpy==2.2.6
58+
numpy==2.3.2
5959
# via
6060
# contourpy
6161
# h5py
@@ -119,7 +119,7 @@ scippnexus==25.6.0
119119
# -r base.in
120120
# essreduce
121121
# scippneutron
122-
scipy==1.15.3
122+
scipy==1.16.1
123123
# via
124124
# scippneutron
125125
# scippnexus

requirements/basetest.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
#
66
# requirements upgrade
77
#
8-
certifi==2025.7.14
8+
certifi==2025.8.3
99
# via requests
1010
charset-normalizer==3.4.2
1111
# via requests
12-
exceptiongroup==1.3.0
13-
# via pytest
1412
idna==3.10
1513
# via requests
1614
iniconfig==2.1.0
@@ -31,9 +29,5 @@ pytest==8.4.1
3129
# via -r basetest.in
3230
requests==2.32.4
3331
# via pooch
34-
tomli==2.2.1
35-
# via pytest
36-
typing-extensions==4.14.1
37-
# via exceptiongroup
3832
urllib3==2.5.0
3933
# via requests

requirements/ci.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
cachetools==6.1.0
99
# via tox
10-
certifi==2025.7.14
10+
certifi==2025.8.3
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
@@ -23,7 +23,7 @@ filelock==3.18.0
2323
# virtualenv
2424
gitdb==4.0.12
2525
# via gitpython
26-
gitpython==3.1.44
26+
gitpython==3.1.45
2727
# via -r ci.in
2828
idna==3.10
2929
# via requests
@@ -44,15 +44,9 @@ requests==2.32.4
4444
# via -r ci.in
4545
smmap==5.0.2
4646
# via gitdb
47-
tomli==2.2.1
48-
# via
49-
# pyproject-api
50-
# tox
51-
tox==4.27.0
47+
tox==4.28.4
5248
# via -r ci.in
53-
typing-extensions==4.14.1
54-
# via tox
5549
urllib3==2.5.0
5650
# via requests
57-
virtualenv==20.31.2
51+
virtualenv==20.33.1
5852
# via tox

requirements/dev.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
-r static.txt
1313
-r test.txt
1414
-r wheels.txt
15-
anyio==4.9.0
15+
anyio==4.10.0
1616
# via
1717
# httpx
1818
# jupyter-server
1919
argon2-cffi==25.1.0
2020
# via jupyter-server
21-
argon2-cffi-bindings==21.2.0
21+
argon2-cffi-bindings==25.1.0
2222
# via argon2-cffi
2323
arrow==1.3.0
2424
# via isoduration
2525
async-lru==2.0.5
2626
# via jupyterlab
2727
cffi==1.17.1
2828
# via argon2-cffi-bindings
29-
copier==9.8.0
29+
copier==9.9.0
3030
# via -r dev.in
3131
dunamai==1.25.0
3232
# via copier
@@ -48,14 +48,14 @@ json5==0.12.0
4848
# via jupyterlab-server
4949
jsonpointer==3.0.0
5050
# via jsonschema
51-
jsonschema[format-nongpl]==4.24.1
51+
jsonschema[format-nongpl]==4.25.0
5252
# via
5353
# jupyter-events
5454
# jupyterlab-server
5555
# nbformat
5656
jupyter-events==0.12.0
5757
# via jupyter-server
58-
jupyter-lsp==2.2.5
58+
jupyter-lsp==2.2.6
5959
# via jupyterlab
6060
jupyter-server==2.16.0
6161
# via
@@ -65,17 +65,19 @@ jupyter-server==2.16.0
6565
# notebook-shim
6666
jupyter-server-terminals==0.5.3
6767
# via jupyter-server
68-
jupyterlab==4.4.4
68+
jupyterlab==4.4.5
6969
# via -r dev.in
7070
jupyterlab-server==2.27.3
7171
# via jupyterlab
72+
lark==1.2.2
73+
# via rfc3987-syntax
7274
notebook-shim==0.2.4
7375
# via jupyterlab
7476
overrides==7.7.0
7577
# via jupyter-server
7678
pip-compile-multi==3.2.1
7779
# via -r dev.in
78-
pip-tools==7.4.1
80+
pip-tools==7.5.0
7981
# via pip-compile-multi
8082
plumbum==1.9.0
8183
# via copier
@@ -95,6 +97,8 @@ rfc3986-validator==0.1.1
9597
# via
9698
# jsonschema
9799
# jupyter-events
100+
rfc3987-syntax==1.1.0
101+
# via jsonschema
98102
send2trash==1.8.3
99103
# via jupyter-server
100104
sniffio==1.3.1

requirements/docs.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ accessible-pygments==0.0.5
1010
# via pydata-sphinx-theme
1111
alabaster==1.0.0
1212
# via sphinx
13+
appnope==0.1.4
14+
# via ipykernel
1315
asttokens==3.0.0
1416
# via stack-data
1517
attrs==25.3.0
@@ -30,11 +32,11 @@ bleach[css]==6.2.0
3032
# via nbconvert
3133
bqplot==0.12.45
3234
# via ipydatagrid
33-
certifi==2025.7.14
35+
certifi==2025.8.3
3436
# via requests
3537
charset-normalizer==3.4.2
3638
# via requests
37-
comm==0.2.2
39+
comm==0.2.3
3840
# via
3941
# ipykernel
4042
# ipywidgets
@@ -52,8 +54,6 @@ docutils==0.21.2
5254
# pydata-sphinx-theme
5355
# sphinx
5456
# sphinxcontrib-bibtex
55-
exceptiongroup==1.3.0
56-
# via ipython
5757
executing==2.2.0
5858
# via stack-data
5959
fastjsonschema==2.21.1
@@ -64,16 +64,18 @@ imagesize==1.4.1
6464
# via sphinx
6565
ipydatagrid==1.4.0
6666
# via -r docs.in
67-
ipykernel==6.29.5
67+
ipykernel==6.30.1
6868
# via -r docs.in
6969
ipympl==0.9.7
7070
# via -r docs.in
71-
ipython==8.37.0
71+
ipython==9.4.0
7272
# via
7373
# -r docs.in
7474
# ipykernel
7575
# ipympl
7676
# ipywidgets
77+
ipython-pygments-lexers==1.1.1
78+
# via ipython
7779
ipytree==0.2.2
7880
# via -r docs.in
7981
ipywidgets==8.1.7
@@ -91,7 +93,7 @@ jinja2==3.1.6
9193
# nbconvert
9294
# nbsphinx
9395
# sphinx
94-
jsonschema==4.24.1
96+
jsonschema==4.25.0
9597
# via nbformat
9698
jsonschema-specifications==2025.4.1
9799
# via jsonschema
@@ -181,12 +183,13 @@ pygments==2.19.2
181183
# via
182184
# accessible-pygments
183185
# ipython
186+
# ipython-pygments-lexers
184187
# nbconvert
185188
# pydata-sphinx-theme
186189
# sphinx
187190
python-dotenv==1.1.1
188191
# via pydantic-settings
189-
pyzmq==27.0.0
192+
pyzmq==27.0.1
190193
# via
191194
# ipykernel
192195
# jupyter-client
@@ -241,16 +244,13 @@ stack-data==0.6.3
241244
# via ipython
242245
tinycss2==1.4.0
243246
# via bleach
244-
tomli==2.2.1
245-
# via sphinx
246247
tornado==6.5.1
247248
# via
248249
# ipykernel
249250
# jupyter-client
250251
traitlets==5.14.3
251252
# via
252253
# bqplot
253-
# comm
254254
# ipykernel
255255
# ipympl
256256
# ipython

requirements/mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# requirements upgrade
77
#
88
-r test.txt
9-
mypy==1.17.0
9+
mypy==1.17.1
1010
# via -r mypy.in
1111
mypy-extensions==1.1.0
1212
# via mypy

requirements/nightly.txt

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
annotated-types==0.7.0
1212
# via pydantic
13-
certifi==2025.7.14
13+
certifi==2025.8.3
1414
# via requests
1515
charset-normalizer==3.4.2
1616
# via requests
1717
click==8.2.1
1818
# via dask
1919
cloudpickle==3.1.1
2020
# via dask
21-
contourpy==1.3.2
21+
contourpy==1.3.3
2222
# via matplotlib
2323
cyclebane==24.10.0
2424
# via sciline
@@ -32,8 +32,6 @@ email-validator==2.2.0
3232
# via scippneutron
3333
essreduce==25.7.1
3434
# via -r nightly.in
35-
exceptiongroup==1.3.0
36-
# via pytest
3735
fonttools==4.59.0
3836
# via matplotlib
3937
fsspec==2025.7.0
@@ -60,15 +58,15 @@ lazy-loader==0.4
6058
# scippneutron
6159
locket==1.0.0
6260
# via partd
63-
matplotlib==3.10.3
61+
matplotlib==3.10.5
6462
# via
6563
# mpltoolbox
6664
# plopp
6765
mpltoolbox==25.5.0
6866
# via scippneutron
69-
networkx==3.4.2
67+
networkx==3.5
7068
# via cyclebane
71-
numpy==2.2.6
69+
numpy==2.3.2
7270
# via
7371
# contourpy
7472
# h5py
@@ -102,9 +100,9 @@ pluggy==1.6.0
102100
# via pytest
103101
pooch==1.8.2
104102
# via -r nightly.in
105-
pydantic==2.11.7
103+
pydantic==2.12.0a1
106104
# via scippneutron
107-
pydantic-core==2.33.2
105+
pydantic-core==2.37.2
108106
# via pydantic
109107
pygments==2.19.2
110108
# via pytest
@@ -118,7 +116,6 @@ python-dateutil==2.9.0.post0
118116
# matplotlib
119117
# pandas
120118
# scippneutron
121-
# scippnexus
122119
pytz==2025.2
123120
# via pandas
124121
pyyaml==6.0.2
@@ -146,21 +143,18 @@ scippnexus @ git+https://github.com/scipp/scippnexus@main
146143
# -r nightly.in
147144
# essreduce
148145
# scippneutron
149-
scipy==1.15.3
146+
scipy==1.16.1
150147
# via
151148
# scippneutron
152149
# scippnexus
153150
six==1.17.0
154151
# via python-dateutil
155-
tomli==2.2.1
156-
# via pytest
157152
toolz==1.0.0
158153
# via
159154
# dask
160155
# partd
161156
typing-extensions==4.14.1
162157
# via
163-
# exceptiongroup
164158
# pydantic
165159
# pydantic-core
166160
# sciline

requirements/static.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ pre-commit==4.2.0
2121
# via -r static.in
2222
pyyaml==6.0.2
2323
# via pre-commit
24-
virtualenv==20.31.2
24+
virtualenv==20.33.1
2525
# via pre-commit

requirements/wheels.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
#
66
# requirements upgrade
77
#
8-
build==1.2.2.post1
8+
build==1.3.0
99
# via -r wheels.in
1010
packaging==25.0
1111
# via build
1212
pyproject-hooks==1.2.0
1313
# via build
14-
tomli==2.2.1
15-
# via build

0 commit comments

Comments
 (0)