pip-deps-dev(deps-dev): bump pytest from 8.3.3 to 8.3.5

Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.3 to 8.3.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.5)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 8.3.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-28 09:14:38 +00:00
committed by GitHub
parent 21015543e7
commit f6c6600d92
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ numpy = ">=2.0.0,<3.0.0"
[tool.poetry.group.dev.dependencies]
ruff = "^0.11.11"
mypy = "^1.15.0"
pytest = "^8.3.3"
pytest = "^8.3.5"
loguru = "^0.7.3"
[build-system]