Skip to content

Commit 26f11cd

Browse files
committed
Update all dependencies.
1 parent 1a9a21f commit 26f11cd

File tree

11 files changed

+98
-98
lines changed

11 files changed

+98
-98
lines changed

requirements/basetest.txt

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,39 @@
55
#
66
# pip-compile-multi
77
#
8-
certifi==2024.7.4
8+
certifi==2024.8.30
99
# via requests
1010
charset-normalizer==3.3.2
1111
# via requests
12-
contourpy==1.2.1
12+
contourpy==1.3.0
1313
# via matplotlib
1414
coverage[toml]==7.6.1
1515
# via pytest-cov
16+
cyclebane==24.6.0
17+
# via sciline
1618
cycler==0.12.1
1719
# via matplotlib
18-
essreduce==24.8.0
20+
essreduce==24.10.0
1921
# via -r basetest.in
22+
exceptiongroup==1.2.2
23+
# via pytest
2024
execnet==2.1.1
2125
# via pytest-xdist
22-
fonttools==4.53.1
26+
fonttools==4.54.1
2327
# via matplotlib
24-
h5py==3.11.0
28+
h5py==3.12.1
2529
# via scippnexus
26-
idna==3.7
30+
idna==3.10
2731
# via requests
2832
iniconfig==2.0.0
2933
# via pytest
30-
kiwisolver==1.4.5
34+
kiwisolver==1.4.7
3135
# via matplotlib
3236
matplotlib==3.9.2
3337
# via plopp
34-
numpy==2.0.1
38+
networkx==3.3
39+
# via cyclebane
40+
numpy==2.1.1
3541
# via
3642
# contourpy
3743
# h5py
@@ -45,13 +51,13 @@ packaging==24.1
4551
# matplotlib
4652
# pooch
4753
# pytest
48-
pandas==2.2.2
54+
pandas==2.2.3
4955
# via -r basetest.in
5056
pillow==10.4.0
5157
# via matplotlib
52-
platformdirs==4.2.2
58+
platformdirs==4.3.6
5359
# via pooch
54-
plopp==24.6.0
60+
plopp==24.9.3
5561
# via -r basetest.in
5662
pluggy==1.5.0
5763
# via pytest
@@ -61,15 +67,15 @@ psutil==6.0.0
6167
# via -r basetest.in
6268
pyarrow==17.0.0
6369
# via -r basetest.in
64-
pyparsing==3.1.2
70+
pyparsing==3.1.4
6571
# via matplotlib
66-
pytest==8.3.2
72+
pytest==8.3.3
6773
# via
6874
# -r basetest.in
6975
# pytest-asyncio
7076
# pytest-cov
7177
# pytest-xdist
72-
pytest-asyncio==0.23.8
78+
pytest-asyncio==0.24.0
7379
# via -r basetest.in
7480
pytest-cov==5.0.0
7581
# via -r basetest.in
@@ -80,22 +86,28 @@ python-dateutil==2.9.0.post0
8086
# matplotlib
8187
# pandas
8288
# scippnexus
83-
pytz==2024.1
89+
pytz==2024.2
8490
# via pandas
8591
requests==2.32.3
8692
# via pooch
93+
sciline==24.6.3
94+
# via essreduce
8795
scipp==24.9.1
8896
# via
8997
# -r basetest.in
9098
# essreduce
9199
# scippnexus
92-
scippnexus==24.8.1
100+
scippnexus==24.9.1
93101
# via essreduce
94-
scipy==1.14.0
102+
scipy==1.14.1
95103
# via scippnexus
96104
six==1.16.0
97105
# via python-dateutil
98-
tzdata==2024.1
106+
tomli==2.0.2
107+
# via
108+
# coverage
109+
# pytest
110+
tzdata==2024.2
99111
# via pandas
100-
urllib3==2.2.2
112+
urllib3==2.2.3
101113
# via requests

requirements/ci.txt

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#
66
# pip-compile-multi
77
#
8-
cachetools==5.4.0
8+
cachetools==5.5.0
99
# via tox
10-
certifi==2024.7.4
10+
certifi==2024.8.30
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
@@ -17,40 +17,42 @@ colorama==0.4.6
1717
# via tox
1818
distlib==0.3.8
1919
# via virtualenv
20-
filelock==3.15.4
20+
filelock==3.16.1
2121
# via
2222
# tox
2323
# virtualenv
2424
gitdb==4.0.11
2525
# via gitpython
2626
gitpython==3.1.43
2727
# via -r ci.in
28-
idna==3.7
28+
idna==3.10
2929
# via requests
3030
packaging==24.1
3131
# via
3232
# -r ci.in
3333
# pyproject-api
3434
# tox
35-
platformdirs==4.2.2
35+
platformdirs==4.3.6
3636
# via
3737
# tox
3838
# virtualenv
3939
pluggy==1.5.0
4040
# via tox
41-
pyproject-api==1.7.1
41+
pyproject-api==1.8.0
4242
# via tox
4343
requests==2.32.3
4444
# via -r ci.in
4545
smmap==5.0.1
4646
# via gitdb
47-
tomli==2.0.1
47+
tomli==2.0.2
4848
# via
4949
# pyproject-api
5050
# tox
51-
tox==4.18.0
51+
tox==4.21.2
5252
# via -r ci.in
53-
urllib3==2.2.2
53+
typing-extensions==4.12.2
54+
# via tox
55+
urllib3==2.2.3
5456
# via requests
55-
virtualenv==20.26.3
57+
virtualenv==20.26.6
5658
# via tox

requirements/dev.txt

Lines changed: 9 additions & 9 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.4.0
17+
anyio==4.6.0
1818
# via
1919
# httpx
2020
# jupyter-server
@@ -26,7 +26,7 @@ arrow==1.3.0
2626
# via isoduration
2727
async-lru==2.0.4
2828
# via jupyterlab
29-
cffi==1.17.0
29+
cffi==1.17.1
3030
# via argon2-cffi-bindings
3131
click==8.1.7
3232
# via
@@ -42,9 +42,9 @@ funcy==2.0
4242
# via copier
4343
h11==0.14.0
4444
# via httpcore
45-
httpcore==1.0.5
45+
httpcore==1.0.6
4646
# via httpx
47-
httpx==0.27.0
47+
httpx==0.27.2
4848
# via jupyterlab
4949
isoduration==20.11.0
5050
# via jsonschema
@@ -71,7 +71,7 @@ jupyter-server==2.14.2
7171
# notebook-shim
7272
jupyter-server-terminals==0.5.3
7373
# via jupyter-server
74-
jupyterlab==4.2.4
74+
jupyterlab==4.2.5
7575
# via -r dev.in
7676
jupyterlab-server==2.27.3
7777
# via jupyterlab
@@ -87,13 +87,13 @@ pip-tools==7.4.1
8787
# via pip-compile-multi
8888
plumbum==1.8.3
8989
# via copier
90-
prometheus-client==0.20.0
90+
prometheus-client==0.21.0
9191
# via jupyter-server
9292
pycparser==2.22
9393
# via cffi
94-
pydantic==2.8.2
94+
pydantic==2.9.2
9595
# via copier
96-
pydantic-core==2.20.1
96+
pydantic-core==2.23.4
9797
# via pydantic
9898
python-json-logger==2.0.7
9999
# via jupyter-events
@@ -119,7 +119,7 @@ terminado==0.18.1
119119
# jupyter-server-terminals
120120
toposort==1.10
121121
# via pip-compile-multi
122-
types-python-dateutil==2.9.0.20240316
122+
types-python-dateutil==2.9.0.20241003
123123
# via arrow
124124
uri-template==1.3.0
125125
# via jsonschema

requirements/docs.txt

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ comm==0.2.2
3131
# via
3232
# ipykernel
3333
# ipywidgets
34-
debugpy==1.8.5
34+
debugpy==1.8.6
3535
# via ipykernel
3636
decorator==5.1.1
3737
# via ipython
@@ -43,7 +43,7 @@ docutils==0.21.2
4343
# nbsphinx
4444
# pydata-sphinx-theme
4545
# sphinx
46-
executing==2.0.1
46+
executing==2.1.0
4747
# via stack-data
4848
fastjsonschema==2.20.0
4949
# via nbformat
@@ -55,15 +55,15 @@ ipykernel==6.29.5
5555
# via -r docs.in
5656
ipympl==0.9.4
5757
# via -r docs.in
58-
ipython==8.26.0
58+
ipython==8.28.0
5959
# via
6060
# -r docs.in
6161
# ipykernel
6262
# ipympl
6363
# ipywidgets
6464
ipython-genutils==0.2.0
6565
# via ipympl
66-
ipywidgets==8.1.3
66+
ipywidgets==8.1.5
6767
# via
6868
# ipydatawidgets
6969
# ipympl
@@ -80,7 +80,7 @@ jsonschema==4.23.0
8080
# via nbformat
8181
jsonschema-specifications==2023.12.1
8282
# via jsonschema
83-
jupyter-client==8.6.2
83+
jupyter-client==8.6.3
8484
# via
8585
# ipykernel
8686
# nbclient
@@ -93,7 +93,7 @@ jupyter-core==5.7.2
9393
# nbformat
9494
jupyterlab-pygments==0.3.0
9595
# via nbconvert
96-
jupyterlab-widgets==3.0.11
96+
jupyterlab-widgets==3.0.13
9797
# via ipywidgets
9898
markupsafe==2.1.5
9999
# via
@@ -103,7 +103,7 @@ matplotlib-inline==0.1.7
103103
# via
104104
# ipykernel
105105
# ipython
106-
mdit-py-plugins==0.4.1
106+
mdit-py-plugins==0.4.2
107107
# via myst-parser
108108
mistune==3.0.2
109109
# via nbconvert
@@ -128,7 +128,7 @@ parso==0.8.4
128128
# via jedi
129129
pexpect==4.9.0
130130
# via ipython
131-
prompt-toolkit==3.0.47
131+
prompt-toolkit==3.0.48
132132
# via ipython
133133
ptyprocess==0.7.0
134134
# via pexpect
@@ -140,7 +140,7 @@ pythreejs==2.4.2
140140
# via -r docs.in
141141
pyyaml==6.0.2
142142
# via myst-parser
143-
pyzmq==26.1.0
143+
pyzmq==26.2.0
144144
# via
145145
# ipykernel
146146
# jupyter-client
@@ -165,7 +165,7 @@ sphinx==8.0.2
165165
# sphinx-autodoc-typehints
166166
# sphinx-copybutton
167167
# sphinx-design
168-
sphinx-autodoc-typehints==2.2.3
168+
sphinx-autodoc-typehints==2.4.4
169169
# via -r docs.in
170170
sphinx-copybutton==0.5.2
171171
# via -r docs.in
@@ -209,15 +209,11 @@ traitlets==5.14.3
209209
# traittypes
210210
traittypes==0.2.1
211211
# via ipydatawidgets
212-
typing-extensions==4.12.2
213-
# via
214-
# ipython
215-
# pydata-sphinx-theme
216212
wcwidth==0.2.13
217213
# via prompt-toolkit
218214
webencodings==0.5.1
219215
# via
220216
# bleach
221217
# tinycss2
222-
widgetsnbextension==4.0.11
218+
widgetsnbextension==4.0.13
223219
# via ipywidgets

requirements/mypy.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
# pip-compile-multi
77
#
88
-r test.txt
9-
mypy==1.11.1
9+
mypy==1.11.2
1010
# via -r mypy.in
1111
mypy-extensions==1.0.0
1212
# via mypy
13-
typing-extensions==4.12.2
14-
# via mypy

requirements/nightly.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# --- END OF CUSTOM SECTION ---
33
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
44
rich
5+
confluent_kafka
6+
ess-streaming-data-types
57
scipp @ https://github.com/scipp/scipp/releases/download/nightly/scipp-nightly-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
68
sciline @ git+https://github.com/scipp/sciline@main
79
plopp @ git+https://github.com/scipp/plopp@main

0 commit comments

Comments
 (0)