diff --git a/pyproject.toml b/pyproject.toml index 474ee5a..d3257d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ dynamic = ["version", "readme"] [project.optional-dependencies] test = [ "bashate ~= 2.1.1", - 'coverage ~= 7.6.0; python_version >= "3.11"', - 'coverage[toml] ~= 7.6.0; python_version <= "3.10"', - "mypy ~= 1.10.1", + 'coverage ~= 7.6.1; python_version >= "3.11"', + 'coverage[toml] ~= 7.6.1; python_version <= "3.10"', + "mypy ~= 1.11.1", "overrides ~= 7.7.0", "pylint ~= 3.2.6", - 'pyright==1.1.373; platform_system == "Linux"', + 'pyright==1.1.376; platform_system == "Linux"', "pytest ~= 8.3.2", "pytest-cov ~= 5.0.0", "pytest-dependency ~= 0.6.0", @@ -52,7 +52,7 @@ test = [ "pytest-ruff ~= 0.4.1", "pytest-xdist ~= 3.6.1", "refurb ~= 2.0.0", - "ruff ~= 0.5.5", + "ruff ~= 0.6.1", "sphinx ~= 8.0.2", "vulture ~= 2.11", ]