Skip to content

Commit 8bd01f6

Browse files
deps: Update dependency hypothesis to >=6.148.7 (#579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 25d2252 commit 8bd01f6

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
@@ -61,7 +61,7 @@ numpydoc = ">=1.10.0,<2"
6161
# import dependencies for mypy:
6262
array-api-strict = ">=2.4.1,<2.5"
6363
numpy = ">=2.1.3"
64-
hypothesis = ">=6.148.2"
64+
hypothesis = ">=6.148.7"
6565
dask-core = ">=2025.12.0" # No distributed, tornado, etc.
6666
dprint = ">=0.50.0,<0.51"
6767
lefthook = ">=2.0.12,<3"
@@ -94,7 +94,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run
9494
[tool.pixi.feature.tests.dependencies]
9595
pytest = ">=9.0.2"
9696
pytest-cov = ">=7.0.0"
97-
hypothesis = ">=6.148.2"
97+
hypothesis = ">=6.148.7"
9898
array-api-strict = ">=2.4.1,<2.5"
9999
numpy = ">=1.22.0"
100100

0 commit comments

Comments
 (0)