Skip to content

Commit 1c51221

Browse files
committed
Update dependencies
1 parent 4c79ed8 commit 1c51221

File tree

9 files changed

+48
-47
lines changed

9 files changed

+48
-47
lines changed

requirements/base.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ cyclebane==24.6.0
1919
# via sciline
2020
cycler==0.12.1
2121
# via matplotlib
22-
dask==2024.8.2
22+
dask==2024.9.0
2323
# via -r base.in
2424
decorator==5.1.1
2525
# via ipython
26-
essreduce==24.9.0
26+
essreduce==24.9.1
2727
# via -r base.in
2828
exceptiongroup==1.2.2
2929
# via ipython
3030
executing==2.1.0
3131
# via stack-data
3232
fonttools==4.53.1
3333
# via matplotlib
34-
fsspec==2024.6.1
34+
fsspec==2024.9.0
3535
# via dask
3636
graphviz==0.20.3
3737
# via -r base.in
3838
h5py==3.11.0
3939
# via
4040
# scippneutron
4141
# scippnexus
42-
importlib-metadata==8.4.0
42+
importlib-metadata==8.5.0
4343
# via dask
4444
ipydatawidgets==4.3.5
4545
# via pythreejs
@@ -53,7 +53,7 @@ jedi==0.19.1
5353
# via ipython
5454
jupyterlab-widgets==3.0.13
5555
# via ipywidgets
56-
kiwisolver==1.4.6
56+
kiwisolver==1.4.7
5757
# via matplotlib
5858
locket==1.0.0
5959
# via partd
@@ -91,7 +91,7 @@ pexpect==4.9.0
9191
# via ipython
9292
pillow==10.4.0
9393
# via matplotlib
94-
plopp==24.6.0
94+
plopp==24.9.1
9595
# via
9696
# -r base.in
9797
# scippneutron
@@ -123,9 +123,9 @@ scipp==24.9.1
123123
# essreduce
124124
# scippneutron
125125
# scippnexus
126-
scippneutron==24.8.0
126+
scippneutron==24.9.0
127127
# via -r base.in
128-
scippnexus==24.8.1
128+
scippnexus==24.9.0
129129
# via
130130
# -r base.in
131131
# essreduce
@@ -160,5 +160,5 @@ wcwidth==0.2.13
160160
# via prompt-toolkit
161161
widgetsnbextension==4.0.13
162162
# via ipywidgets
163-
zipp==3.20.1
163+
zipp==3.20.2
164164
# via importlib-metadata

requirements/basetest.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
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+
pandas
11+
pooch
12+
pytest

requirements/basetest.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:71bfa26144d7bd59b7128e5f32727ebae47f0168
1+
# SHA1:c4f3e9aaa3abd10fcdf497bea14415857f62cc89
22
#
33
# This file is autogenerated by pip-compile-multi
44
# To update, run:
@@ -11,31 +11,29 @@ charset-normalizer==3.3.2
1111
# via requests
1212
exceptiongroup==1.2.2
1313
# via pytest
14-
idna==3.8
14+
idna==3.10
1515
# via requests
1616
iniconfig==2.0.0
1717
# via pytest
1818
numpy==2.1.1
19-
# via
20-
# -r basetest.in
21-
# pandas
19+
# via pandas
2220
packaging==24.1
2321
# via
2422
# pooch
2523
# pytest
2624
pandas==2.2.2
2725
# via -r basetest.in
28-
platformdirs==4.2.2
26+
platformdirs==4.3.6
2927
# via pooch
3028
pluggy==1.5.0
3129
# via pytest
3230
pooch==1.8.2
3331
# via -r basetest.in
34-
pytest==8.3.2
32+
pytest==8.3.3
3533
# via -r basetest.in
3634
python-dateutil==2.9.0.post0
3735
# via pandas
38-
pytz==2024.1
36+
pytz==2024.2
3937
# via pandas
4038
requests==2.32.3
4139
# via pooch
@@ -45,5 +43,5 @@ tomli==2.0.1
4543
# via pytest
4644
tzdata==2024.1
4745
# via pandas
48-
urllib3==2.2.2
46+
urllib3==2.2.3
4947
# via requests

requirements/ci.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,28 +17,28 @@ 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.8
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.7.2
4242
# via tox
4343
requests==2.32.3
4444
# via -r ci.in
@@ -48,9 +48,9 @@ tomli==2.0.1
4848
# via
4949
# pyproject-api
5050
# tox
51-
tox==4.18.0
51+
tox==4.19.0
5252
# via -r ci.in
53-
urllib3==2.2.2
53+
urllib3==2.2.3
5454
# via requests
55-
virtualenv==20.26.3
55+
virtualenv==20.26.5
5656
# via tox

requirements/dev.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
copier==9.3.1
3232
# via -r dev.in
@@ -87,9 +87,9 @@ prometheus-client==0.20.0
8787
# via jupyter-server
8888
pycparser==2.22
8989
# via cffi
90-
pydantic==2.8.2
90+
pydantic==2.9.2
9191
# via copier
92-
pydantic-core==2.20.1
92+
pydantic-core==2.23.4
9393
# via pydantic
9494
python-json-logger==2.0.7
9595
# via jupyter-events
@@ -115,7 +115,7 @@ terminado==0.18.1
115115
# jupyter-server-terminals
116116
toposort==1.10
117117
# via pip-compile-multi
118-
types-python-dateutil==2.9.0.20240821
118+
types-python-dateutil==2.9.0.20240906
119119
# via arrow
120120
uri-template==1.3.0
121121
# via jsonschema

requirements/docs.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ docutils==0.21.2
4242
# sphinxcontrib-bibtex
4343
fastjsonschema==2.20.0
4444
# via nbformat
45-
idna==3.8
45+
idna==3.10
4646
# via requests
4747
imagesize==1.4.1
4848
# via sphinx
@@ -62,7 +62,7 @@ jsonschema==4.23.0
6262
# via nbformat
6363
jsonschema-specifications==2023.12.1
6464
# via jsonschema
65-
jupyter-client==8.6.2
65+
jupyter-client==8.6.3
6666
# via
6767
# ipykernel
6868
# nbclient
@@ -85,7 +85,7 @@ markupsafe==2.1.5
8585
# via
8686
# jinja2
8787
# nbconvert
88-
mdit-py-plugins==0.4.1
88+
mdit-py-plugins==0.4.2
8989
# via myst-parser
9090
mdurl==0.1.2
9191
# via markdown-it-py
@@ -110,7 +110,7 @@ pandas==2.2.2
110110
# via -r docs.in
111111
pandocfilters==1.5.1
112112
# via nbconvert
113-
platformdirs==4.2.2
113+
platformdirs==4.3.6
114114
# via
115115
# jupyter-core
116116
# pooch
@@ -128,7 +128,7 @@ pybtex-docutils==1.0.3
128128
# via sphinxcontrib-bibtex
129129
pydata-sphinx-theme==0.15.4
130130
# via -r docs.in
131-
pytz==2024.1
131+
pytz==2024.2
132132
# via pandas
133133
pyzmq==26.2.0
134134
# via
@@ -160,15 +160,15 @@ sphinx==8.0.2
160160
# sphinx-copybutton
161161
# sphinx-design
162162
# sphinxcontrib-bibtex
163-
sphinx-autodoc-typehints==2.3.0
163+
sphinx-autodoc-typehints==2.4.3
164164
# via -r docs.in
165165
sphinx-copybutton==0.5.2
166166
# via -r docs.in
167167
sphinx-design==0.6.1
168168
# via -r docs.in
169169
sphinxcontrib-applehelp==2.0.0
170170
# via sphinx
171-
sphinxcontrib-bibtex==2.6.2
171+
sphinxcontrib-bibtex==2.6.3
172172
# via -r docs.in
173173
sphinxcontrib-devhelp==2.0.0
174174
# via sphinx
@@ -190,7 +190,7 @@ tornado==6.4.1
190190
# jupyter-client
191191
tzdata==2024.1
192192
# via pandas
193-
urllib3==2.2.2
193+
urllib3==2.2.3
194194
# via requests
195195
webencodings==0.5.1
196196
# via

requirements/nightly.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ cyclebane==24.6.0
2020
# via sciline
2121
cycler==0.12.1
2222
# via matplotlib
23-
dask==2024.8.2
23+
dask==2024.9.0
2424
# via -r nightly.in
2525
decorator==5.1.1
2626
# via ipython
@@ -30,15 +30,15 @@ executing==2.1.0
3030
# via stack-data
3131
fonttools==4.53.1
3232
# via matplotlib
33-
fsspec==2024.6.1
33+
fsspec==2024.9.0
3434
# via dask
3535
graphviz==0.20.3
3636
# via -r nightly.in
3737
h5py==3.11.0
3838
# via
3939
# scippneutron
4040
# scippnexus
41-
importlib-metadata==8.4.0
41+
importlib-metadata==8.5.0
4242
# via dask
4343
ipydatawidgets==4.3.5
4444
# via pythreejs
@@ -52,7 +52,7 @@ jedi==0.19.1
5252
# via ipython
5353
jupyterlab-widgets==3.0.13
5454
# via ipywidgets
55-
kiwisolver==1.4.6
55+
kiwisolver==1.4.7
5656
# via matplotlib
5757
locket==1.0.0
5858
# via partd
@@ -135,5 +135,5 @@ wcwidth==0.2.13
135135
# via prompt-toolkit
136136
widgetsnbextension==4.0.13
137137
# via ipywidgets
138-
zipp==3.20.1
138+
zipp==3.20.2
139139
# via importlib-metadata

requirements/static.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ cfgv==3.4.0
99
# via pre-commit
1010
distlib==0.3.8
1111
# via virtualenv
12-
filelock==3.15.4
12+
filelock==3.16.1
1313
# via virtualenv
14-
identify==2.6.0
14+
identify==2.6.1
1515
# via pre-commit
1616
nodeenv==1.9.1
1717
# via pre-commit
18-
platformdirs==4.2.2
18+
platformdirs==4.3.6
1919
# via virtualenv
2020
pre-commit==3.8.0
2121
# via -r static.in
2222
pyyaml==6.0.2
2323
# via pre-commit
24-
virtualenv==20.26.3
24+
virtualenv==20.26.5
2525
# via pre-commit

requirements/wheels.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# pip-compile-multi
77
#
8-
build==1.2.1
8+
build==1.2.2
99
# via -r wheels.in
1010
packaging==24.1
1111
# via build

0 commit comments

Comments
 (0)