Skip to content

Commit 4079411

Browse files
Update pytest requirement from ~8.1 to ~8.2 (#138)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.1.0...8.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e09f446 commit 4079411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pymitter = ">=0.4,<0.6"
3030
typing-extensions = "~4.11"
3131

3232
[tool.poetry.dev-dependencies]
33-
pytest = "~8.1"
33+
pytest = "~8.2"
3434
pytest-asyncio = "~0.23"
3535
pytest-cov = "~5.0"
3636
pytest-unordered = "~0.6"

0 commit comments

Comments
 (0)