Skip to content

Commit a909d03

Browse files
deps: Update dependency hypothesis to >=6.153.2 (#792)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 842457a commit a909d03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pixi.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.5,<2.6"
6363
numpy = ">=2.1.3"
64-
hypothesis = ">=6.153.0"
64+
hypothesis = ">=6.153.2"
6565
dask-core = ">=2026.3.0" # No distributed, tornado, etc.
6666
dprint = ">=0.50.0,<0.51"
6767
lefthook = ">=2.1.8,<3"
@@ -98,7 +98,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run
9898
[feature.tests.dependencies]
9999
pytest = ">=9.0.3"
100100
pytest-cov = ">=7.1.0"
101-
hypothesis = ">=6.153.0"
101+
hypothesis = ">=6.153.2"
102102
array-api-strict = ">=2.5,<2.6"
103103
numpy = ">=1.22.0"
104104
scipy = ">=1.15.2,<2"

0 commit comments

Comments
 (0)