Skip to content

Commit 2f4c512

Browse files
deps: Update dependency hypothesis to >=6.136.4
1 parent 4cf19c6 commit 2f4c512

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ numpydoc = ">=1.9.0,<2"
6363
# import dependencies for mypy:
6464
array-api-strict = ">=2.4.1,<2.5"
6565
numpy = ">=2.1.3"
66-
hypothesis = ">=6.135.16"
66+
hypothesis = ">=6.136.4"
6767
dask-core = ">=2025.7.0" # No distributed, tornado, etc.
6868
dprint = ">=0.50.0,<0.51"
6969
lefthook = ">=1.12.2,<2"
@@ -96,7 +96,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run
9696
[tool.pixi.feature.tests.dependencies]
9797
pytest = ">=8.4.1"
9898
pytest-cov = ">=6.2.1"
99-
hypothesis = ">=6.135.16"
99+
hypothesis = ">=6.136.4"
100100
array-api-strict = ">=2.4.1,<2.5"
101101
numpy = ">=1.22.0"
102102

0 commit comments

Comments
 (0)