Skip to content

Commit

Permalink
Bump pytest from 7.2.0 to 7.4.3 (#149)
Browse files Browse the repository at this point in the history
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.0 to 7.4.3.
- [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.2.0...v7.4.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 31, 2023
1 parent 2380dc7 commit 5671dbc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 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
Expand Up @@ -46,7 +46,7 @@ pylint = [
{ version = "^2.13.8", python = "3.7"},
{ version = "^2.15.8", python = ">3.8"}
]
pytest = "^7.2.0"
pytest = "^7.4.3"
pytest-asyncio = "^0.20.3"
pytest-cov = "^4.1.0"
pytest-tldr = "^0.2.5"
Expand Down

0 comments on commit 5671dbc

Please sign in to comment.