Skip to content

Commit 3818ec3

Browse files
build(deps-dev): bump pytest from 7.4.4 to 8.3.4 (#119)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.3.4. - [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.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5d0acb commit 3818ec3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flask = ">=2.2.2,<4.0.0"
3636
typing-extensions = { version = "^4.4.0", python = "<3.11" }
3737

3838
[tool.poetry.group.test.dependencies]
39-
pytest = "^7.2.1"
39+
pytest = ">=7.2.1,<9.0.0"
4040
pytest-cov = "^4.0.0"
4141

4242
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)