diff --git a/pyproject.toml b/pyproject.toml index c562bc92c..413e49683 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ test = [ "requests-mock>=1.10.0,<2", "types-pytest-lazy-fixture>=0.6.3.3", ] -dev = ["pre-commit", "tox", "ruff==0.3.3"] +dev = ["pre-commit", "tox", "ruff==0.3.4"] mypy = ["mypy", "types-requests"] [tool.pytest.ini_options]