Skip to content

Commit 3c340d0

Browse files
Bump pytest from 7.4.4 to 8.0.0
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.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@7.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 319608f commit 3c340d0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

poetry.lock

Lines changed: 6 additions & 6 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
@@ -17,7 +17,7 @@ requests = "^2.31.0"
1717
dataclasses-json = "^0.6.3"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
pytest = "^7.4.3"
20+
pytest = ">=7.4.3,<9.0.0"
2121
pytest-mock = "^3.0.0"
2222
pytest-cov = "*"
2323
exceptiongroup = "^1.2.0"

0 commit comments

Comments
 (0)