Skip to content

Commit fbf190c

Browse files
chore(deps-dev): bump pytest from 8.4.2 to 9.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.0. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.2...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a24412 commit fbf190c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ numpy = { version = "^2.0", optional = true }
3737
numpy-backend = ["numpy"]
3838

3939
[tool.poetry.group.dev.dependencies]
40-
pytest = "^8.2"
40+
pytest = "^9.0"
4141
pytest-cov = "^7.0"
4242
flake8 = "^7.1"
4343
mypy = "^1.18"

0 commit comments

Comments
 (0)