diff --git a/pyproject.toml b/pyproject.toml index 2407514..41d0824 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,14 +78,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", + "mypy==1.19.1", + "ruff==0.14.10", "pre-commit >=3.6.0,<5.0.0", ]