Skip to content

Commit 008bc8b

Browse files
authored
Merge pull request #34 from taskiq-python/dependabot/pip/pytest-gte-7.4.0-and-lt-9
chore(deps-dev): update pytest requirement from <8,>=7.4.0 to >=7.4.0,<9
2 parents a59f092 + d8b7075 commit 008bc8b

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)