Skip to content

Commit a029cd4

Browse files
deps: Update dependency hypothesis to >=6.135.16
1 parent 1da26e8 commit a029cd4

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.3.1,<2.4"
6565
numpy = ">=2.1.3"
66-
hypothesis = ">=6.135.15"
66+
hypothesis = ">=6.135.16"
6767
dask-core = ">=2025.5.1" # No distributed, tornado, etc.
6868
dprint = ">=0.50.0,<0.51"
6969
lefthook = ">=1.11.14,<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.15"
99+
hypothesis = ">=6.135.16"
100100
array-api-strict = ">=2.3.1,<2.4"
101101
numpy = ">=1.22.0"
102102

0 commit comments

Comments
 (0)