Skip to content

Commit 143ff39

Browse files
deps: Update dependency hypothesis to >=6.130.12 (#274)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 675582f commit 143ff39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pixi.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ numpydoc = ">=1.8.0,<2"
6464
array-api-strict = ">=2.3.1"
6565
numpy = ">=2.1.3"
6666
pytest = ">=8.3.5"
67-
hypothesis = ">=6.130.11"
67+
hypothesis = ">=6.130.12"
6868
dask-core = ">=2025.3.0" # No distributed, tornado, etc.
6969
# NOTE: don't add jax, pytorch, sparse, cupy here
7070
# as they slow down mypy and are not portable across target OSs
@@ -80,7 +80,7 @@ lint = { depends-on = ["pre-commit", "pylint", "mypy", "pyright"] , description
8080
[tool.pixi.feature.tests.dependencies]
8181
pytest = ">=8.3.5"
8282
pytest-cov = ">=6.1.1"
83-
hypothesis = ">=6.130.11"
83+
hypothesis = ">=6.130.12"
8484
array-api-strict = ">=2.3.1"
8585
numpy = ">=1.22.0"
8686

0 commit comments

Comments
 (0)