Skip to content

Commit 3a3afef

Browse files
Bump pytest from 7.4.3 to 8.0.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.0.2. - [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.3...8.0.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7db635c commit 3a3afef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

+6-6
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
@@ -45,7 +45,7 @@ black = {version = "^23.7", python = "^3.9"}
4545
flake8 = {version = "^6.0.0", python = "^3.9"}
4646
ipython = {version = "^8.14.0", python = "^3.9"}
4747
mypy = "^1.5.0"
48-
pytest = "^7.4.0"
48+
pytest = ">=7.4,<9.0"
4949
pytest-cov = "^4.1.0"
5050

5151
[tool.poetry.scripts]

0 commit comments

Comments
 (0)