We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b047675 + d486f10 commit 86c8944Copy full SHA for 86c8944
1 file changed
pyproject.toml
@@ -78,14 +78,14 @@ test = [
78
"taskiq-faststream[redis]",
79
80
"coverage[toml]>=7.2.0,<8.0.0",
81
- "pytest>=7.4.0,<9",
+ "pytest>=7.4.0,<10",
82
"freezegun>=1.2.2"
83
]
84
85
dev = [
86
{include-group = "test"},
87
- "mypy==1.18.2",
88
- "ruff==0.14.1",
+ "mypy==1.19.1",
+ "ruff==0.14.10",
89
"pre-commit >=3.6.0,<5.0.0",
90
91
0 commit comments