Skip to content

Commit 34f64b9

Browse files
authored
Merge pull request #1047 from MilesCranmer/dependabot/pip/beartype-gte-0.19-and-lt-0.23
chore(deps): update beartype requirement from <0.22,>=0.19 to >=0.19,<0.23
2 parents 896345c + bdc4a57 commit 34f64b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
[project.optional-dependencies]
3131
dev = [
3232
"coverage>=7,<8",
33-
"beartype>=0.19,<0.22",
33+
"beartype>=0.19,<0.23",
3434
"ipykernel>=6,<7",
3535
"ipython>=8,<9",
3636
"jax[cpu]>=0.4,<0.6",

0 commit comments

Comments
 (0)