Skip to content

Commit 0771baa

Browse files
authored
Bump minimum supported toolz to 0.12.0 (#9151)
1 parent 242e58b commit 0771baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

continuous_integration/environment-mindeps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- pyyaml=5.4.1
1515
- sortedcontainers=2.0.5
1616
- tblib=1.6.0
17-
- toolz=0.10.0
17+
- toolz=0.12.0
1818
- tornado=6.2.0
1919
- urllib3=1.26.5
2020
- zict=3.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"pyyaml >= 5.4.1",
3838
"sortedcontainers >= 2.0.5",
3939
"tblib >= 1.6.0,!=3.2.0,!=3.2.1",
40-
"toolz >= 0.11.2",
40+
"toolz >= 0.12.0",
4141
"tornado >= 6.2.0",
4242
"urllib3 >= 1.26.5",
4343
"zict >= 3.0.0",

0 commit comments

Comments
 (0)