deps: bump pytest from 7.4.4 to 8.3.5

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 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/7.4.4...8.3.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-03-03 01:35:46 +00:00
committed by GitHub
parent 956f9c77b0
commit 21343c30c3
2 changed files with 10 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ pytz = ">=2024.1,<2025.0"
packaging = "^24.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
pytest = ">=7.2.1,<9.0.0"
coverage = {extras = ["toml"], version = "^7.1"}
safety = ">=2.3.5,<4.0.0"
mypy = "^1.0"