Skip to content

Commit

Permalink
build(deps-dev): bump pytest from 7.4.0 to 7.4.2
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.2.
- [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.0...7.4.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent a5741a3 commit 6ec8091
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ python = "^3.10,<3.12"
mypy = "^1.5.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
pytest = "^7.4.2"
pytest-cov = "^4.0.0"

[tool.poetry.group.docs.dependencies]

0 comments on commit 6ec8091

Please sign in to comment.