Skip to content

Commit 32c7775

Browse files
committed
Require essreduce >= 25.10.1
1 parent 8b7bd00 commit 32c7775

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ requires-python = ">=3.11"
3131
# Make sure to list one dependency per line.
3232
dependencies = [
3333
"dask>=2022.1.0",
34-
"essreduce>=25.10.0",
34+
"essreduce>=25.10.1",
3535
"graphviz",
3636
"numpy>=1.25",
3737
"plopp>=25.07.0",

requirements/base.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# --- END OF CUSTOM SECTION ---
44
# The following was generated by 'tox -e deps', DO NOT EDIT MANUALLY!
55
dask>=2022.1.0
6-
essreduce>=25.10.0
6+
essreduce>=25.10.1
77
graphviz
88
numpy>=1.25
99
plopp>=25.07.0

requirements/base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SHA1:96ea0250e7f1afb29436f906350ce2458536f7e3
1+
# SHA1:dafd19c2a4469467ec27644d1e4d28d14f6e4e7b
22
#
33
# This file was generated by pip-compile-multi.
44
# To update, run:
@@ -29,7 +29,7 @@ dnspython==2.8.0
2929
# via email-validator
3030
email-validator==2.3.0
3131
# via scippneutron
32-
essreduce==25.10.0
32+
essreduce==25.10.1
3333
# via -r base.in
3434
executing==2.2.1
3535
# via stack-data
@@ -115,9 +115,9 @@ ptyprocess==0.7.0
115115
# via pexpect
116116
pure-eval==0.2.3
117117
# via stack-data
118-
pydantic==2.12.0
118+
pydantic==2.12.1
119119
# via scippneutron
120-
pydantic-core==2.41.1
120+
pydantic-core==2.41.3
121121
# via pydantic
122122
pygments==2.19.2
123123
# via

requirements/basetest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ asttokens==3.0.0
99
# via stack-data
1010
certifi==2025.10.5
1111
# via requests
12-
charset-normalizer==3.4.3
12+
charset-normalizer==3.4.4
1313
# via requests
1414
comm==0.2.3
1515
# via ipywidgets

requirements/ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ certifi==2025.10.5
1111
# via requests
1212
chardet==5.2.0
1313
# via tox
14-
charset-normalizer==3.4.3
14+
charset-normalizer==3.4.4
1515
# via requests
1616
colorama==0.4.6
1717
# via tox

requirements/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ bleach[css]==6.2.0
2828
# via nbconvert
2929
certifi==2025.10.5
3030
# via requests
31-
charset-normalizer==3.4.3
31+
charset-normalizer==3.4.4
3232
# via requests
3333
debugpy==1.8.17
3434
# via ipykernel
@@ -136,7 +136,7 @@ pyzmq==27.1.0
136136
# via
137137
# ipykernel
138138
# jupyter-client
139-
referencing==0.36.2
139+
referencing==0.37.0
140140
# via
141141
# jsonschema
142142
# jsonschema-specifications

requirements/nightly.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ asttokens==3.0.0
1414
# via stack-data
1515
certifi==2025.10.5
1616
# via requests
17-
charset-normalizer==3.4.3
17+
charset-normalizer==3.4.4
1818
# via requests
1919
click==8.3.0
2020
# via dask
@@ -138,9 +138,9 @@ ptyprocess==0.7.0
138138
# via pexpect
139139
pure-eval==0.2.3
140140
# via stack-data
141-
pydantic==2.12.0
141+
pydantic==2.12.1
142142
# via scippneutron
143-
pydantic-core==2.41.1
143+
pydantic-core==2.41.3
144144
# via pydantic
145145
pygments==2.19.2
146146
# via

0 commit comments

Comments
 (0)