File tree Expand file tree Collapse file tree 12 files changed +359
-19
lines changed
Expand file tree Collapse file tree 12 files changed +359
-19
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ dynamic = ["version"]
3939
4040[project .optional-dependencies ]
4141test = [
42+ " graphviz" ,
4243 " pytest>=8.0" ,
4344]
4445
Original file line number Diff line number Diff line change 77# will not be touched by ``make_base.py``
88# --- END OF CUSTOM SECTION ---
99# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
10+ graphviz
1011pytest>=8.0
Original file line number Diff line number Diff line change 1- # SHA1:a183f2aaeff6c4f418995809266f8825553a276e
1+ # SHA1:cd2186ab799909dcd3c4409d56716cd09984942e
22#
33# This file was generated by pip-compile-multi.
44# To update, run:
55#
66# requirements upgrade
77#
8+ graphviz==0.21
9+ # via -r basetest.in
810iniconfig==2.3.0
911 # via pytest
1012packaging==26.0
Original file line number Diff line number Diff line change 55#
66# requirements upgrade
77#
8- cachetools==7.0.0
8+ cachetools==7.0.1
99 # via tox
1010certifi==2026.1.4
1111 # via requests
@@ -17,7 +17,7 @@ colorama==0.4.6
1717 # via tox
1818distlib==0.4.0
1919 # via virtualenv
20- filelock==3.20.3
20+ filelock==3.21.2
2121 # via
2222 # tox
2323 # virtualenv
@@ -32,7 +32,7 @@ packaging==26.0
3232 # -r ci.in
3333 # pyproject-api
3434 # tox
35- platformdirs==4.5.1
35+ platformdirs==4.7.0
3636 # via
3737 # tox
3838 # virtualenv
@@ -44,7 +44,7 @@ requests==2.32.5
4444 # via -r ci.in
4545smmap==5.0.2
4646 # via gitdb
47- tox==4.34.1
47+ tox==4.35.0
4848 # via -r ci.in
4949urllib3==2.6.3
5050 # via requests
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ jupyter-server==2.17.0
6969 # notebook-shim
7070jupyter-server-terminals==0.5.4
7171 # via jupyter-server
72- jupyterlab==4.5.3
72+ jupyterlab==4.5.4
7373 # via -r dev.in
7474jupyterlab-server==2.28.0
7575 # via jupyterlab
@@ -81,7 +81,7 @@ overrides==7.7.0
8181 # via jupyter-server
8282pip-compile-multi==3.2.2
8383 # via -r dev.in
84- pip-tools==7.5.2
84+ pip-tools==7.5.3
8585 # via pip-compile-multi
8686plumbum==1.10.0
8787 # via copier
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ alabaster==1.0.0
1212 # via sphinx
1313annotated-types==0.7.0
1414 # via pydantic
15- appnope==0.1.4
16- # via ipykernel
1715asttokens==3.0.1
1816 # via stack-data
1917attrs==25.4.0
@@ -64,7 +62,7 @@ idna==3.11
6462 # via requests
6563imagesize==1.4.1
6664 # via sphinx
67- ipykernel==7.1 .0
65+ ipykernel==7.2 .0
6866 # via -r docs.in
6967ipython==9.10.0
7068 # via
@@ -148,13 +146,13 @@ packaging==26.0
148146 # sphinx
149147pandocfilters==1.5.1
150148 # via nbconvert
151- parso==0.8.5
149+ parso==0.8.6
152150 # via jedi
153151pexpect==4.9.0
154152 # via ipython
155- pillow==12.1.0
153+ pillow==12.1.1
156154 # via matplotlib
157- platformdirs==4.5.1
155+ platformdirs==4.7.0
158156 # via
159157 # jupyter-core
160158 # pooch
@@ -286,7 +284,7 @@ typing-inspection==0.4.2
286284 # pydantic-settings
287285urllib3==2.6.3
288286 # via requests
289- wcwidth==0.5.3
287+ wcwidth==0.6.0
290288 # via prompt-toolkit
291289webencodings==0.5.1
292290 # via
Original file line number Diff line number Diff line change 66# requirements upgrade
77#
88-r test.txt
9- librt==0.7.8
9+ librt==0.8.0
1010 # via mypy
1111mypy==1.19.1
1212 # via -r mypy.in
Original file line number Diff line number Diff line change 33# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
44scipy>=1.10.0
55h5py>=3.12
6+ graphviz
67pytest>=8.0
78scipp
89--index-url=https://pypi.anaconda.org/scipp-nightly-wheels/simple/
Original file line number Diff line number Diff line change 1- # SHA1:b30ab65358588446f6086cfdb6e24c31a02a7b4a
1+ # SHA1:d31924dbe321c793dc4f8eb52fc8a939d3e513ab
22#
33# This file was generated by pip-compile-multi.
44# To update, run:
88--index-url https://pypi.anaconda.org/scipp-nightly-wheels/simple/
99--extra-index-url https://pypi.org/simple
1010
11+ graphviz==0.21
12+ # via -r nightly.in
1113h5py==3.15.1
1214 # via -r nightly.in
1315iniconfig==2.3.0
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ cfgv==3.5.0
99 # via pre-commit
1010distlib==0.4.0
1111 # via virtualenv
12- filelock==3.20.3
12+ filelock==3.21.2
1313 # via virtualenv
1414identify==2.6.16
1515 # via pre-commit
1616nodeenv==1.10.0
1717 # via pre-commit
18- platformdirs==4.5.1
18+ platformdirs==4.7.0
1919 # via virtualenv
2020pre-commit==4.5.1
2121 # via -r static.in
You can’t perform that action at this time.
0 commit comments