File tree Expand file tree Collapse file tree 9 files changed +62
-64
lines changed Expand file tree Collapse file tree 9 files changed +62
-64
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ dynamic = ["version"]
47
47
test = [
48
48
" pytest>=7.0" ,
49
49
" pooch>=1.5" ,
50
- " tof>=24.7 .0" ,
50
+ " tof>=25.08 .0" ,
51
51
" scitiff>=24.6.0" ,
52
52
]
53
53
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ decorator==5.2.1
27
27
# via ipython
28
28
dnspython==2.7.0
29
29
# via email-validator
30
- email-validator==2.2 .0
30
+ email-validator==2.3 .0
31
31
# via scippneutron
32
32
essreduce==25.7.1
33
33
# via -r base.in
34
34
executing==2.2.0
35
35
# via stack-data
36
- fonttools==4.59.0
36
+ fonttools==4.59.2
37
37
# via matplotlib
38
38
fsspec==2025.7.0
39
39
# via dask
@@ -69,7 +69,7 @@ jedi==0.19.2
69
69
# via ipython
70
70
jupyterlab-widgets==3.0.15
71
71
# via ipywidgets
72
- kiwisolver==1.4.8
72
+ kiwisolver==1.4.9
73
73
# via matplotlib
74
74
lazy-loader==0.4
75
75
# via
@@ -107,7 +107,7 @@ packaging==25.0
107
107
# dask
108
108
# lazy-loader
109
109
# matplotlib
110
- parso==0.8.4
110
+ parso==0.8.5
111
111
# via jedi
112
112
partd==1.4.2
113
113
# via dask
@@ -121,7 +121,7 @@ plopp[all]==25.7.1
121
121
# via
122
122
# -r base.in
123
123
# scippneutron
124
- prompt-toolkit==3.0.51
124
+ prompt-toolkit==3.0.52
125
125
# via ipython
126
126
ptyprocess==0.7.0
127
127
# via pexpect
@@ -146,7 +146,7 @@ pythreejs==2.4.2
146
146
# via plopp
147
147
pyyaml==6.0.2
148
148
# via dask
149
- sciline==25.5.2
149
+ sciline==25.8.0
150
150
# via
151
151
# -r base.in
152
152
# essreduce
@@ -174,7 +174,7 @@ six==1.17.0
174
174
# via python-dateutil
175
175
stack-data==0.6.3
176
176
# via ipython
177
- tifffile==2025.6.11
177
+ tifffile==2025.8.28
178
178
# via -r base.in
179
179
toolz==1.0.0
180
180
# via
@@ -190,7 +190,7 @@ traitlets==5.14.3
190
190
# traittypes
191
191
traittypes==0.2.1
192
192
# via ipydatawidgets
193
- typing-extensions==4.14.1
193
+ typing-extensions==4.15.0
194
194
# via
195
195
# ipython
196
196
# pydantic
Original file line number Diff line number Diff line change 9
9
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
10
10
pytest>=7.0
11
11
pooch>=1.5
12
- tof>=24.7 .0
12
+ tof>=25.08 .0
13
13
scitiff>=24.6.0
Original file line number Diff line number Diff line change 1
- # SHA1:b13c3d6374fbf2f0a67f1c13edace05a1dc456ac
1
+ # SHA1:5136a0a216c965da202fd56506824873dcb01a06
2
2
#
3
3
# This file was generated by pip-compile-multi.
4
4
# To update, run:
@@ -13,23 +13,23 @@ attrs==25.3.0
13
13
# referencing
14
14
certifi==2025.8.3
15
15
# via requests
16
- charset-normalizer==3.4.2
16
+ charset-normalizer==3.4.3
17
17
# via requests
18
18
contourpy==1.3.3
19
19
# via matplotlib
20
20
cycler==0.12.1
21
21
# via matplotlib
22
- fonttools==4.59.0
22
+ fonttools==4.59.2
23
23
# via matplotlib
24
24
idna==3.10
25
25
# via requests
26
26
iniconfig==2.1.0
27
27
# via pytest
28
- jsonschema==4.25.0
28
+ jsonschema==4.25.1
29
29
# via scitiff
30
30
jsonschema-specifications==2025.4.1
31
31
# via jsonschema
32
- kiwisolver==1.4.8
32
+ kiwisolver==1.4.9
33
33
# via matplotlib
34
34
lazy-loader==0.4
35
35
# via
@@ -52,7 +52,7 @@ packaging==25.0
52
52
# pytest
53
53
pillow==11.3.0
54
54
# via matplotlib
55
- platformdirs==4.3.8
55
+ platformdirs==4.4.0
56
56
# via pooch
57
57
plopp==25.7.1
58
58
# via tof
@@ -76,9 +76,9 @@ referencing==0.36.2
76
76
# via
77
77
# jsonschema
78
78
# jsonschema-specifications
79
- requests==2.32.4
79
+ requests==2.32.5
80
80
# via pooch
81
- rpds-py==0.26.0
81
+ rpds-py==0.27.1
82
82
# via
83
83
# jsonschema
84
84
# referencing
@@ -92,11 +92,11 @@ scitiff==25.7.0
92
92
# via -r basetest.in
93
93
six==1.17.0
94
94
# via python-dateutil
95
- tifffile==2025.6.11
95
+ tifffile==2025.8.28
96
96
# via scitiff
97
- tof==25.5 .0
97
+ tof==25.8 .0
98
98
# via -r basetest.in
99
- typing-extensions==4.14.1
99
+ typing-extensions==4.15.0
100
100
# via
101
101
# pydantic
102
102
# pydantic-core
Original file line number Diff line number Diff line change 5
5
#
6
6
# requirements upgrade
7
7
#
8
- cachetools==6.1 .0
8
+ cachetools==6.2 .0
9
9
# via tox
10
10
certifi==2025.8.3
11
11
# via requests
12
12
chardet==5.2.0
13
13
# via tox
14
- charset-normalizer==3.4.2
14
+ charset-normalizer==3.4.3
15
15
# via requests
16
16
colorama==0.4.6
17
17
# via tox
18
18
distlib==0.4.0
19
19
# via virtualenv
20
- filelock==3.18.0
20
+ filelock==3.19.1
21
21
# via
22
22
# tox
23
23
# virtualenv
@@ -32,21 +32,21 @@ packaging==25.0
32
32
# -r ci.in
33
33
# pyproject-api
34
34
# tox
35
- platformdirs==4.3.8
35
+ platformdirs==4.4.0
36
36
# via
37
37
# tox
38
38
# virtualenv
39
39
pluggy==1.6.0
40
40
# via tox
41
41
pyproject-api==1.9.1
42
42
# via tox
43
- requests==2.32.4
43
+ requests==2.32.5
44
44
# via -r ci.in
45
45
smmap==5.0.2
46
46
# via gitdb
47
47
tox==4.28.4
48
48
# via -r ci.in
49
49
urllib3==2.5.0
50
50
# via requests
51
- virtualenv==20.33.1
51
+ virtualenv==20.34.0
52
52
# via tox
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ async-lru==2.0.5
26
26
# via jupyterlab
27
27
cffi==1.17.1
28
28
# via argon2-cffi-bindings
29
- copier==9.9 .0
29
+ copier==9.10 .0
30
30
# via -r dev.in
31
31
dunamai==1.25.0
32
32
# via copier
@@ -44,29 +44,29 @@ isoduration==20.11.0
44
44
# via jsonschema
45
45
jinja2-ansible-filters==1.3.2
46
46
# via copier
47
- json5==0.12.0
47
+ json5==0.12.1
48
48
# via jupyterlab-server
49
49
jsonpointer==3.0.0
50
50
# via jsonschema
51
- jsonschema[format-nongpl]==4.25.0
51
+ jsonschema[format-nongpl]==4.25.1
52
52
# via
53
53
# jupyter-events
54
54
# jupyterlab-server
55
55
# nbformat
56
56
# scitiff
57
57
jupyter-events==0.12.0
58
58
# via jupyter-server
59
- jupyter-lsp==2.2.6
59
+ jupyter-lsp==2.3.0
60
60
# via jupyterlab
61
- jupyter-server==2.16 .0
61
+ jupyter-server==2.17 .0
62
62
# via
63
63
# jupyter-lsp
64
64
# jupyterlab
65
65
# jupyterlab-server
66
66
# notebook-shim
67
67
jupyter-server-terminals==0.5.3
68
68
# via jupyter-server
69
- jupyterlab==4.4.5
69
+ jupyterlab==4.4.6
70
70
# via -r dev.in
71
71
jupyterlab-server==2.27.3
72
72
# via jupyterlab
@@ -110,7 +110,7 @@ terminado==0.18.1
110
110
# jupyter-server-terminals
111
111
toposort==1.10
112
112
# via pip-compile-multi
113
- types-python-dateutil==2.9.0.20250708
113
+ types-python-dateutil==2.9.0.20250822
114
114
# via arrow
115
115
uri-template==1.3.0
116
116
# via jsonschema
Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ accessible-pygments==0.0.5
10
10
# via pydata-sphinx-theme
11
11
alabaster==1.0.0
12
12
# via sphinx
13
- appnope==0.1.4
14
- # via ipykernel
15
13
attrs==25.3.0
16
14
# via
17
15
# jsonschema
@@ -22,17 +20,17 @@ babel==2.17.0
22
20
# via
23
21
# pydata-sphinx-theme
24
22
# sphinx
25
- beautifulsoup4==4.13.4
23
+ beautifulsoup4==4.13.5
26
24
# via
27
25
# nbconvert
28
26
# pydata-sphinx-theme
29
27
bleach[css]==6.2.0
30
28
# via nbconvert
31
29
certifi==2025.8.3
32
30
# via requests
33
- charset-normalizer==3.4.2
31
+ charset-normalizer==3.4.3
34
32
# via requests
35
- debugpy==1.8.15
33
+ debugpy==1.8.16
36
34
# via ipykernel
37
35
defusedxml==0.7.1
38
36
# via nbconvert
@@ -42,7 +40,7 @@ docutils==0.21.2
42
40
# nbsphinx
43
41
# pydata-sphinx-theme
44
42
# sphinx
45
- fastjsonschema==2.21.1
43
+ fastjsonschema==2.21.2
46
44
# via nbformat
47
45
imagesize==1.4.1
48
46
# via sphinx
@@ -54,7 +52,7 @@ jinja2==3.1.6
54
52
# nbconvert
55
53
# nbsphinx
56
54
# sphinx
57
- jsonschema==4.25.0
55
+ jsonschema==4.25.1
58
56
# via nbformat
59
57
jsonschema-specifications==2025.4.1
60
58
# via jsonschema
@@ -79,7 +77,7 @@ markupsafe==3.0.2
79
77
# via
80
78
# jinja2
81
79
# nbconvert
82
- mdit-py-plugins==0.4.2
80
+ mdit-py-plugins==0.5.0
83
81
# via myst-parser
84
82
mdurl==0.1.2
85
83
# via markdown-it-py
@@ -102,7 +100,7 @@ nest-asyncio==1.6.0
102
100
# via ipykernel
103
101
pandocfilters==1.5.1
104
102
# via nbconvert
105
- platformdirs==4.3.8
103
+ platformdirs==4.4.0
106
104
# via
107
105
# jupyter-core
108
106
# pooch
@@ -116,25 +114,25 @@ pydata-sphinx-theme==0.16.1
116
114
# via -r docs.in
117
115
python-dotenv==1.1.1
118
116
# via pydantic-settings
119
- pyzmq==27.0.1
117
+ pyzmq==27.0.2
120
118
# via
121
119
# ipykernel
122
120
# jupyter-client
123
121
referencing==0.36.2
124
122
# via
125
123
# jsonschema
126
124
# jsonschema-specifications
127
- requests==2.32.4
125
+ requests==2.32.5
128
126
# via
129
127
# pooch
130
128
# sphinx
131
- rpds-py==0.26.0
129
+ rpds-py==0.27.1
132
130
# via
133
131
# jsonschema
134
132
# referencing
135
133
snowballstemmer==3.0.1
136
134
# via sphinx
137
- soupsieve==2.7
135
+ soupsieve==2.8
138
136
# via beautifulsoup4
139
137
sphinx==8.1.3
140
138
# via
@@ -166,9 +164,9 @@ sphinxcontrib-serializinghtml==2.0.0
166
164
# via sphinx
167
165
tinycss2==1.4.0
168
166
# via bleach
169
- tof==25.5 .0
167
+ tof==25.8 .0
170
168
# via -r docs.in
171
- tornado==6.5.1
169
+ tornado==6.5.2
172
170
# via
173
171
# ipykernel
174
172
# jupyter-client
You can’t perform that action at this time.
0 commit comments