Skip to content

Commit efcca7d

Browse files
Bump pytest from 7.4.4 to 8.1.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.1.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.4...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3901a6b commit efcca7d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -35,7 +35,7 @@ threadpoolctl = "^3.1.0"
3535
black = ">=22.12,<24.0"
3636
isort = "^5.11.4"
3737
docformatter = { extras = ["tomli"], version = "==1.5.1" }
38-
pytest = "^7.2.0"
38+
pytest = ">=7.2,<9.0"
3939
autoflake = "^2.0.0"
4040
pre-commit = ">=2.20,<4.0"
4141
pytest-cov = "^4.0.0"

0 commit comments

Comments
 (0)