Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent f7b995d commit 487978c
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 @@ -49,13 +49,13 @@ test = [
"mypy==1.13.0",
"pytest-cov==6.0.0",
"pytest-xdist==3.6.1",
"pytest==8.3.3",
"pytest==8.3.4",
"tox==4.23.2",
"setuptools==71.1.0",
]
ui_test = [
"pytest-timeout==2.3.1",
"pytest==8.3.3",
"pytest==8.3.4",
]
dev = [
"honcho==2.0.0",
Expand Down

0 comments on commit 487978c

Please sign in to comment.