diff --git a/pyproject.toml b/pyproject.toml index 4ba4061..4fa1155 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,14 +74,14 @@ test = [ "taskiq-faststream[redis]", "coverage[toml]>=7.2.0,<8.0.0", - "pytest>=7.4.0,<9", + "pytest>=7.4.0,<10", "freezegun>=1.2.2" ] dev = [ {include-group = "test"}, "mypy==1.18.2", - "ruff==0.14.1", + "ruff==0.14.4", "pre-commit >=3.6.0,<5.0.0", ]