Skip to content

Commit 1ee3061

Browse files
Update pytest requirement from ~8.3 to ~8.4 (#251)
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.3.0...8.4.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 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 49cf069 commit 1ee3061

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
@@ -33,7 +33,7 @@ pympler = "1.1"
3333
numpy = "2.0.2"
3434

3535
[tool.poetry.dev-dependencies]
36-
pytest = "~8.3"
36+
pytest = "~8.4"
3737
pytest-asyncio = "~0.26"
3838
pytest-cov = "~6.1"
3939
pytest-unordered = "~0.6"

0 commit comments

Comments
 (0)