Skip to content

Commit

Permalink
build: Bump pytest from 7.4.3 to 8.0.0
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.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@7.4.3...8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2024
1 parent 177ca1d commit dd4fd6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test = [
"typing-extensions",

"coverage==7.4.1",
"pytest==7.4.3",
"pytest==8.0.0",
"pytest-aiohttp==1.0.5",
"pytest-mock==3.12.0",
"pytest-timeout==2.2.0",
Expand Down Expand Up @@ -87,7 +87,7 @@ lint = [
"flake8-use-fstring==1.4",
"mypy==1.7.1",
"isort==5.12.0",
"pytest==7.4.3",
"pytest==8.0.0",
]


Expand Down

0 comments on commit dd4fd6d

Please sign in to comment.