Skip to content

Commit 6d251da

Browse files
chore(deps-dev): 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 361b662 commit 6d251da

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

poetry.lock

+10-10
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
@@ -14,7 +14,7 @@ recipe-scrapers = ">=14"
1414
[tool.poetry.group.dev.dependencies]
1515
isort = "^5.12.0"
1616
black = "^23.7.0"
17-
pytest = "^7.4.0"
17+
pytest = ">=7.4,<9.0"
1818
ruff = ">=0.0.280,<0.1.15"
1919
mypy = "^1.4.1"
2020
duty = "^1.0.0"

0 commit comments

Comments
 (0)