Bump pytest from 7.4.4 to 8.3.4 (#1923)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-12-02 19:00:41 +01:00
committed by GitHub
parent d5d4242015
commit 779ec87659
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ cloudscraper = "^1.2.71"
# How to add a new dev dependency: poetry add black --group dev
# Install dev dependencies with: poetry install --with dev
flake8 = "^7.1.1"
pytest = "^7.2.0"
pytest = "^8.3.4"
pytest-asyncio = "^0.23.8"
pytest-cov = "^6.0.0"
pytest-httpserver = "^1.0.0"