Skip to content

Commit

Permalink
Bump pytest-sugar from 0.9.7 to 1.0.0 (#181)
Browse files Browse the repository at this point in the history
Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.7 to 1.0.0.
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst)
- [Commits](Teemu/pytest-sugar@v0.9.7...v1.0.0)

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

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] authored Feb 2, 2024
1 parent 7af45b5 commit 40e3737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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
Expand Up @@ -118,7 +118,7 @@ optional = true
[tool.poetry.group.test.dependencies]
pytest = "^7.4.4"
coverage = "^7.0.0"
pytest-sugar = { version = "^0.9.6", python = ">=3.8,<4.0" }
pytest-sugar = { version = "^1.0.0", python = ">=3.8,<4.0" }
pytest-lazy-fixture = "^0.6.3"
pytest-cov = "^4.0.0"
pytest-xdist = "^3.1.0"
Expand Down

0 comments on commit 40e3737

Please sign in to comment.