Skip to content

Commit d8b7075

Browse files
chore(deps-dev): update pytest requirement from <8,>=7.4.0 to >=7.4.0,<9
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d27d6e3 commit d8b7075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ test = [
7171
"taskiq-faststream[redis]",
7272

7373
"coverage[toml]>=7.2.0,<8.0.0",
74-
"pytest>=7.4.0,<8",
74+
"pytest>=7.4.0,<9",
7575
]
7676

7777
dev = [

0 commit comments

Comments
 (0)