Skip to content

Commit 6d09e26

Browse files
chore(deps-dev): bump pytest from 7.4.4 to 8.2.1 (#97)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.2.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@7.4.4...8.2.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development 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> Co-authored-by: Jun Xiang (カエデ) <contact@ngjx.org> Reviewed-by: Jun Xiang (カエデ) <contact@ngjx.org>
1 parent 88990ea commit 6d09e26

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 9 additions & 9 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
@@ -45,7 +45,7 @@ typing-extensions = "^4.9.0"
4545
importlib-metadata = { version = ">=4.4", python = "<3.10" }
4646

4747
[tool.poetry.group.dev.dependencies]
48-
pytest = "^7.4.3"
48+
pytest = ">=7.4.3,<9.0.0"
4949
ruff = "^0.1.5"
5050

5151
[build-system]

0 commit comments

Comments
 (0)