Skip to content

Commit f2271a3

Browse files
chore(deps-dev): bump pytest from 7.4.2 to 8.2.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 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.2...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>
1 parent e755b47 commit f2271a3

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

poetry.lock

Lines changed: 13 additions & 13 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
@@ -42,7 +42,7 @@ typing-extensions = { version = "^4.4.0", python = "<3.11" }
4242

4343
[tool.poetry.group.dev.dependencies]
4444
pre-commit = ">=2.21,<4.0"
45-
pytest = "^7.2.0"
45+
pytest = ">=7.2,<9.0"
4646
pytest-xdist = "^3.1.0"
4747
pylint = "^2.15.10"
4848
pylint-per-file-ignores = "^1.1.0"

0 commit comments

Comments
 (0)