Skip to content

Commit

Permalink
⬆️ Bump pytest-html from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [pytest-html](https://github.com/pytest-dev/pytest-html) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/pytest-dev/pytest-html/releases)
- [Changelog](https://github.com/pytest-dev/pytest-html/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-html@4.1.0...4.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent ef98455 commit d715f2f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
42 changes: 38 additions & 4 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 @@ -53,7 +53,7 @@ pytest = "^7.4.3"
pyupgrade = "^3.15.0"
coverage = "^7.3.2"
coverage-badge = "^1.1.0"
pytest-html = "^4.0.2"
pytest-html = "^4.1.1"
pytest-cov = "^4.1.0"

[tool.poetry.group.dev.dependencies]
Expand All @@ -68,7 +68,7 @@ pytest = "^7.4.3"
pyupgrade = "^3.15.0"
coverage = "^7.3.2"
coverage-badge = "^1.1.0"
pytest-html = "^4.0.2"
pytest-html = "^4.1.1"
pytest-cov = "^4.1.0"
black = {version = "^23.10.1", allow-prereleases = true}
safety = "^2.3.5"
Expand Down

0 comments on commit d715f2f

Please sign in to comment.