File tree 10 files changed +34
-34
lines changed
10 files changed +34
-34
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ requires-python = ">=3.10"
31
31
# Make sure to list one dependency per line.
32
32
dependencies = [
33
33
" dask" ,
34
- " essreduce>=24.10.0 " ,
34
+ " essreduce>=24.10.2 " ,
35
35
" graphviz" ,
36
36
" numpy" ,
37
37
" plopp" ,
Original file line number Diff line number Diff line change 3
3
# --- END OF CUSTOM SECTION ---
4
4
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
5
5
dask
6
- essreduce>=24.10.0
6
+ essreduce>=24.10.2
7
7
graphviz
8
8
numpy
9
9
plopp
Original file line number Diff line number Diff line change 1
- # SHA1:3edca7ef7f02d8df072e91ce62fa7acd26cc0825
1
+ # SHA1:86f9288f7221f3a8506d1cc40db8a4584011b0e0
2
2
#
3
3
# This file is autogenerated by pip-compile-multi
4
4
# To update, run:
@@ -15,15 +15,15 @@ comm==0.2.2
15
15
# via ipywidgets
16
16
contourpy==1.3.0
17
17
# via matplotlib
18
- cyclebane==24.6 .0
18
+ cyclebane==24.10 .0
19
19
# via sciline
20
20
cycler==0.12.1
21
21
# via matplotlib
22
22
dask==2024.9.1
23
23
# via -r base.in
24
24
decorator==5.1.1
25
25
# via ipython
26
- essreduce==24.10.0
26
+ essreduce==24.10.2
27
27
# via -r base.in
28
28
exceptiongroup==1.2.2
29
29
# via ipython
@@ -43,7 +43,7 @@ importlib-metadata==8.5.0
43
43
# via dask
44
44
ipydatawidgets==4.3.5
45
45
# via pythreejs
46
- ipython==8.27 .0
46
+ ipython==8.28 .0
47
47
# via ipywidgets
48
48
ipywidgets==8.1.5
49
49
# via
@@ -65,9 +65,9 @@ matplotlib-inline==0.1.7
65
65
# via ipython
66
66
mpltoolbox==24.5.1
67
67
# via scippneutron
68
- networkx==3.3
68
+ networkx==3.4
69
69
# via cyclebane
70
- numpy==2.1.1
70
+ numpy==2.1.2
71
71
# via
72
72
# -r base.in
73
73
# contourpy
@@ -125,7 +125,7 @@ scipp==24.9.1
125
125
# scippnexus
126
126
scippneutron==24.9.0
127
127
# via -r base.in
128
- scippnexus==24.9.1
128
+ scippnexus==24.10.0
129
129
# via
130
130
# -r base.in
131
131
# essreduce
@@ -140,7 +140,7 @@ six==1.16.0
140
140
# python-dateutil
141
141
stack-data==0.6.3
142
142
# via ipython
143
- toolz==0.12.1
143
+ toolz==1.0.0
144
144
# via
145
145
# dask
146
146
# partd
Original file line number Diff line number Diff line change 7
7
#
8
8
certifi==2024.8.30
9
9
# via requests
10
- charset-normalizer==3.3.2
10
+ charset-normalizer==3.4.0
11
11
# via requests
12
12
exceptiongroup==1.2.2
13
13
# via pytest
14
14
idna==3.10
15
15
# via requests
16
16
iniconfig==2.0.0
17
17
# via pytest
18
- numpy==2.1.1
18
+ numpy==2.1.2
19
19
# via pandas
20
20
packaging==24.1
21
21
# via
@@ -39,7 +39,7 @@ requests==2.32.3
39
39
# via pooch
40
40
six==1.16.0
41
41
# via python-dateutil
42
- tomli==2.0.1
42
+ tomli==2.0.2
43
43
# via pytest
44
44
tzdata==2024.2
45
45
# via pandas
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ certifi==2024.8.30
11
11
# via requests
12
12
chardet==5.2.0
13
13
# via tox
14
- charset-normalizer==3.3.2
14
+ charset-normalizer==3.4.0
15
15
# via requests
16
16
colorama==0.4.6
17
17
# via tox
18
- distlib==0.3.8
18
+ distlib==0.3.9
19
19
# via virtualenv
20
20
filelock==3.16.1
21
21
# via
@@ -44,11 +44,11 @@ requests==2.32.3
44
44
# via -r ci.in
45
45
smmap==5.0.1
46
46
# via gitdb
47
- tomli==2.0.1
47
+ tomli==2.0.2
48
48
# via
49
49
# pyproject-api
50
50
# tox
51
- tox==4.21.0
51
+ tox==4.21.2
52
52
# via -r ci.in
53
53
typing-extensions==4.12.2
54
54
# via tox
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ pip-compile-multi==2.6.4
81
81
# via -r dev.in
82
82
pip-tools==7.4.1
83
83
# via pip-compile-multi
84
- plumbum==1.8.3
84
+ plumbum==1.9.0
85
85
# via copier
86
86
prometheus-client==0.21.0
87
87
# via jupyter-server
@@ -115,7 +115,7 @@ terminado==0.18.1
115
115
# jupyter-server-terminals
116
116
toposort==1.10
117
117
# via pip-compile-multi
118
- types-python-dateutil==2.9.0.20240906
118
+ types-python-dateutil==2.9.0.20241003
119
119
# via arrow
120
120
uri-template==1.3.0
121
121
# via jsonschema
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ bleach==6.1.0
26
26
# via nbconvert
27
27
certifi==2024.8.30
28
28
# via requests
29
- charset-normalizer==3.3.2
29
+ charset-normalizer==3.4.0
30
30
# via requests
31
- debugpy==1.8.6
31
+ debugpy==1.8.7
32
32
# via ipykernel
33
33
defusedxml==0.7.1
34
34
# via nbconvert
@@ -60,7 +60,7 @@ jinja2==3.1.4
60
60
# sphinx
61
61
jsonschema==4.23.0
62
62
# via nbformat
63
- jsonschema-specifications==2023.12 .1
63
+ jsonschema-specifications==2024.10 .1
64
64
# via jsonschema
65
65
jupyter-client==8.6.3
66
66
# via
@@ -81,7 +81,7 @@ markdown-it-py==3.0.0
81
81
# via
82
82
# mdit-py-plugins
83
83
# myst-parser
84
- markupsafe==2.1.5
84
+ markupsafe==3.0.1
85
85
# via
86
86
# jinja2
87
87
# nbconvert
@@ -150,7 +150,7 @@ snowballstemmer==2.2.0
150
150
# via sphinx
151
151
soupsieve==2.6
152
152
# via beautifulsoup4
153
- sphinx==8.0.2
153
+ sphinx==8.1.0
154
154
# via
155
155
# -r docs.in
156
156
# myst-parser
@@ -160,7 +160,7 @@ sphinx==8.0.2
160
160
# sphinx-copybutton
161
161
# sphinx-design
162
162
# sphinxcontrib-bibtex
163
- sphinx-autodoc-typehints==2.4.4
163
+ sphinx-autodoc-typehints==2.5.0
164
164
# via -r docs.in
165
165
sphinx-copybutton==0.5.2
166
166
# via -r docs.in
@@ -182,7 +182,7 @@ sphinxcontrib-serializinghtml==2.0.0
182
182
# via sphinx
183
183
tinycss2==1.3.0
184
184
# via nbconvert
185
- tomli==2.0.1
185
+ tomli==2.0.2
186
186
# via sphinx
187
187
tornado==6.4.1
188
188
# via
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ comm==0.2.2
16
16
# via ipywidgets
17
17
contourpy==1.3.0
18
18
# via matplotlib
19
- cyclebane==24.6 .0
19
+ cyclebane==24.10 .0
20
20
# via sciline
21
21
cycler==0.12.1
22
22
# via matplotlib
@@ -42,7 +42,7 @@ importlib-metadata==8.5.0
42
42
# via dask
43
43
ipydatawidgets==4.3.5
44
44
# via pythreejs
45
- ipython==8.27 .0
45
+ ipython==8.28 .0
46
46
# via ipywidgets
47
47
ipywidgets==8.1.5
48
48
# via
@@ -64,7 +64,7 @@ matplotlib-inline==0.1.7
64
64
# via ipython
65
65
mpltoolbox==24.5.1
66
66
# via scippneutron
67
- networkx==3.3
67
+ networkx==3.4
68
68
# via cyclebane
69
69
parso==0.8.4
70
70
# via jedi
@@ -115,7 +115,7 @@ scipy==1.14.1
115
115
# scippnexus
116
116
stack-data==0.6.3
117
117
# via ipython
118
- toolz==0.12.1
118
+ toolz==1.0.0
119
119
# via
120
120
# dask
121
121
# partd
Original file line number Diff line number Diff line change 7
7
#
8
8
cfgv==3.4.0
9
9
# via pre-commit
10
- distlib==0.3.8
10
+ distlib==0.3.9
11
11
# via virtualenv
12
12
filelock==3.16.1
13
13
# via virtualenv
@@ -17,7 +17,7 @@ nodeenv==1.9.1
17
17
# via pre-commit
18
18
platformdirs==4.3.6
19
19
# via virtualenv
20
- pre-commit==3.8.0
20
+ pre-commit==4.0.1
21
21
# via -r static.in
22
22
pyyaml==6.0.2
23
23
# via pre-commit
Original file line number Diff line number Diff line change 5
5
#
6
6
# pip-compile-multi
7
7
#
8
- build==1.2.2
8
+ build==1.2.2.post1
9
9
# via -r wheels.in
10
10
packaging==24.1
11
11
# via build
12
12
pyproject-hooks==1.2.0
13
13
# via build
14
- tomli==2.0.1
14
+ tomli==2.0.2
15
15
# via build
You can’t perform that action at this time.
0 commit comments