Skip to content

Commit 4c1c14c

Browse files
Bump pytest from 8.0.2 to 8.1.1 (#237)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.0.2 to 8.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.2...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4f4d5d commit 4c1c14c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ cleanpy = ">=0.4.0"
118118
optional = true
119119

120120
[tool.poetry.group.test.dependencies]
121-
pytest = "^8.0.1"
121+
pytest = "^8.1.1"
122122
coverage = ">=7.4.2"
123123
pytest-sugar = { version = ">=1.0.0", python = ">=3.8,<4.0" }
124124
pytest-cov = ">=4.0.0"

0 commit comments

Comments
 (0)