Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): Bump pytest from 7.4.3 to 8.0.0 (#64)
Browse files Browse the repository at this point in the history
* build(deps-dev): Bump pytest from 7.4.3 to 8.0.0

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:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: Updates pytest

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: F-G Fernandez <[email protected]>
  • Loading branch information
dependabot[bot] and frgfm authored Jan 28, 2024
1 parent 33a10c1 commit e7aeb18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ pre-commit = "^2.17.0"
optional = true

[tool.poetry.group.test.dependencies]
pytest = ">=5.3.2,<8.0.0"
pytest = ">=7.3.2,<9.0.0"
pytest-asyncio = ">=0.17.0,<1.0.0"
httpx = ">=0.23.0"
pytest-cov = ">=3.0.0,<5.0.0"
pytest-cov = "^4.0.0"
pytest-pretty = "^1.0.0"

[tool.coverage.run]
Expand Down

0 comments on commit e7aeb18

Please sign in to comment.