Skip to content

Commit c9f1f52

Browse files
Bump pytest from 8.4.2 to 9.0.0 (#2298)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.4.2 to 9.0.0. - [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.4.2...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production 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>
1 parent 63f3284 commit c9f1f52

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
@@ -50,7 +50,7 @@ _ = "returns.contrib.hypothesis._entrypoint:_setup_hook"
5050
python = "^3.10"
5151

5252
typing-extensions = ">=4.0,<5.0"
53-
pytest = { version = "^8.0", optional = true }
53+
pytest = { version = ">=8,<10", optional = true }
5454
hypothesis = { version = "^6.136", optional = true }
5555
mypy = { version = ">=1.12,<1.18", optional = true }
5656

0 commit comments

Comments
 (0)