Skip to content

Commit a343a4d

Browse files
authored
Merge pull request #287 from scipp/bump-deps
Bump dependencies
2 parents 0af5ee9 + 92f9add commit a343a4d

File tree

9 files changed

+117
-115
lines changed

9 files changed

+117
-115
lines changed

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
#
66
# requirements upgrade
77
#
8-
h5py==3.14.0
8+
h5py==3.15.1
99
# via -r base.in
10-
numpy==2.3.2
10+
numpy==2.4.0
1111
# via
1212
# h5py
1313
# scipp
1414
# scipy
15-
scipp==25.11.0
15+
scipp==25.12.0
1616
# via -r base.in
17-
scipy==1.16.1
17+
scipy==1.16.3
1818
# via -r base.in

requirements/basetest.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#
66
# requirements upgrade
77
#
8-
iniconfig==2.1.0
8+
iniconfig==2.3.0
99
# via pytest
1010
packaging==25.0
1111
# via pytest
1212
pluggy==1.6.0
1313
# via pytest
1414
pygments==2.19.2
1515
# via pytest
16-
pytest==8.4.1
16+
pytest==9.0.2
1717
# via -r basetest.in

requirements/ci.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,48 @@
55
#
66
# requirements upgrade
77
#
8-
cachetools==6.1.0
8+
cachetools==6.2.4
99
# via tox
10-
certifi==2025.8.3
10+
certifi==2026.1.4
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
14-
charset-normalizer==3.4.2
14+
charset-normalizer==3.4.4
1515
# via requests
1616
colorama==0.4.6
1717
# via tox
1818
distlib==0.4.0
1919
# via virtualenv
20-
filelock==3.18.0
20+
filelock==3.20.2
2121
# via
2222
# tox
2323
# virtualenv
2424
gitdb==4.0.12
2525
# via gitpython
26-
gitpython==3.1.45
26+
gitpython==3.1.46
2727
# via -r ci.in
28-
idna==3.10
28+
idna==3.11
2929
# via requests
3030
packaging==25.0
3131
# via
3232
# -r ci.in
3333
# pyproject-api
3434
# tox
35-
platformdirs==4.3.8
35+
platformdirs==4.5.1
3636
# via
3737
# tox
3838
# virtualenv
3939
pluggy==1.6.0
4040
# via tox
41-
pyproject-api==1.9.1
41+
pyproject-api==1.10.0
4242
# via tox
43-
requests==2.32.4
43+
requests==2.32.5
4444
# via -r ci.in
4545
smmap==5.0.2
4646
# via gitdb
47-
tox==4.28.4
47+
tox==4.33.0
4848
# via -r ci.in
49-
urllib3==2.5.0
49+
urllib3==2.6.2
5050
# via requests
51-
virtualenv==20.33.0
51+
virtualenv==20.35.4
5252
# via tox

requirements/dev.txt

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
-r static.txt
1313
-r test.txt
1414
-r wheels.txt
15-
anyio==4.10.0
15+
anyio==4.12.0
1616
# via
1717
# httpx
1818
# jupyter-server
1919
argon2-cffi==25.1.0
2020
# via jupyter-server
2121
argon2-cffi-bindings==25.1.0
2222
# via argon2-cffi
23-
arrow==1.3.0
23+
arrow==1.4.0
2424
# via isoduration
2525
async-lru==2.0.5
2626
# via jupyterlab
27-
cffi==1.17.1
27+
cffi==2.0.0
2828
# via argon2-cffi-bindings
29-
click==8.2.1
29+
click==8.3.1
3030
# via
3131
# pip-compile-multi
3232
# pip-tools
33-
copier==9.9.0
33+
copier==9.11.0
3434
# via -r dev.in
3535
dunamai==1.25.0
3636
# via copier
@@ -48,50 +48,50 @@ isoduration==20.11.0
4848
# via jsonschema
4949
jinja2-ansible-filters==1.3.2
5050
# via copier
51-
json5==0.12.0
51+
json5==0.13.0
5252
# via jupyterlab-server
5353
jsonpointer==3.0.0
5454
# via jsonschema
55-
jsonschema[format-nongpl]==4.25.0
55+
jsonschema[format-nongpl]==4.25.1
5656
# via
5757
# jupyter-events
5858
# jupyterlab-server
5959
# nbformat
6060
jupyter-events==0.12.0
6161
# via jupyter-server
62-
jupyter-lsp==2.2.6
62+
jupyter-lsp==2.3.0
6363
# via jupyterlab
64-
jupyter-server==2.16.0
64+
jupyter-server==2.17.0
6565
# via
6666
# jupyter-lsp
6767
# jupyterlab
6868
# jupyterlab-server
6969
# notebook-shim
7070
jupyter-server-terminals==0.5.3
7171
# via jupyter-server
72-
jupyterlab==4.4.5
72+
jupyterlab==4.5.1
7373
# via -r dev.in
74-
jupyterlab-server==2.27.3
74+
jupyterlab-server==2.28.0
7575
# via jupyterlab
76-
lark==1.2.2
76+
lark==1.3.1
7777
# via rfc3987-syntax
7878
notebook-shim==0.2.4
7979
# via jupyterlab
8080
overrides==7.7.0
8181
# via jupyter-server
82-
pip-compile-multi==3.2.1
82+
pip-compile-multi==3.2.2
8383
# via -r dev.in
84-
pip-tools==7.5.0
84+
pip-tools==7.5.2
8585
# via pip-compile-multi
86-
plumbum==1.9.0
86+
plumbum==1.10.0
8787
# via copier
88-
prometheus-client==0.22.1
88+
prometheus-client==0.23.1
8989
# via jupyter-server
90-
pycparser==2.22
90+
pycparser==2.23
9191
# via cffi
92-
python-json-logger==3.3.0
92+
python-json-logger==4.0.0
9393
# via jupyter-events
94-
questionary==2.1.0
94+
questionary==2.1.1
9595
# via copier
9696
rfc3339-validator==0.1.4
9797
# via
@@ -103,23 +103,21 @@ rfc3986-validator==0.1.1
103103
# jupyter-events
104104
rfc3987-syntax==1.1.0
105105
# via jsonschema
106-
send2trash==1.8.3
106+
send2trash==2.0.0
107107
# via jupyter-server
108-
sniffio==1.3.1
109-
# via anyio
110108
terminado==0.18.1
111109
# via
112110
# jupyter-server
113111
# jupyter-server-terminals
114112
toposort==1.10
115113
# via pip-compile-multi
116-
types-python-dateutil==2.9.0.20250708
114+
tzdata==2025.3
117115
# via arrow
118116
uri-template==1.3.0
119117
# via jsonschema
120-
webcolors==24.11.1
118+
webcolors==25.10.0
121119
# via jsonschema
122-
websocket-client==1.8.0
120+
websocket-client==1.9.0
123121
# via jupyter-server
124122
wheel==0.45.1
125123
# via pip-tools

0 commit comments

Comments
 (0)