Skip to content

Commit fbb1eb1

Browse files
deps: Update dependency hypothesis to >=6.148.2
1 parent b8ffdaa commit fbb1eb1

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
@@ -62,7 +62,7 @@ numpydoc = ">=1.9.0,<2"
6262
# import dependencies for mypy:
6363
array-api-strict = ">=2.4.1,<2.5"
6464
numpy = ">=2.1.3"
65-
hypothesis = ">=6.142.4"
65+
hypothesis = ">=6.148.2"
6666
dask-core = ">=2025.11.0" # No distributed, tornado, etc.
6767
dprint = ">=0.50.0,<0.51"
6868
lefthook = ">=2.0.4,<3"
@@ -95,7 +95,7 @@ lint = { cmd = "lefthook run pre-commit --all-files --force", description = "Run
9595
[tool.pixi.feature.tests.dependencies]
9696
pytest = ">=9.0.1"
9797
pytest-cov = ">=7.0.0"
98-
hypothesis = ">=6.142.4"
98+
hypothesis = ">=6.148.2"
9999
array-api-strict = ">=2.4.1,<2.5"
100100
numpy = ">=1.22.0"
101101

0 commit comments

Comments
 (0)