Skip to content

Commit

Permalink
Bump pytest from 7.4.3 to 7.4.4
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.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@7.4.3...7.4.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 Jan 1, 2024
1 parent 76995c3 commit db1bb5d
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 @@ -50,12 +50,12 @@ test = [
"mypy==1.7.1",
"pytest-cov==4.1.0",
"pytest-xdist==3.5.0",
"pytest==7.4.3",
"pytest==7.4.4",
"tox==4.11.4",
]
ui_test = [
"pytest-timeout==2.2.0",
"pytest==7.4.3",
"pytest==7.4.4",
]
dev = [
"honcho==1.1.0",
Expand Down

0 comments on commit db1bb5d

Please sign in to comment.