diff --git a/pyproject.toml b/pyproject.toml index bbe25aa..0cd8bbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,22 +35,22 @@ dynamic = ["version", "readme"] [project.optional-dependencies] test = [ "bashate ~= 2.1.1", - 'coverage ~= 7.4.4; python_version >= "3.11"', - 'coverage[toml] ~= 7.4.4; python_version <= "3.10"', - "mypy ~= 1.7.1", - "pylint ~= 3.1.0", - 'pyright==1.1.359; platform_system == "Linux"', - "pytest ~= 8.1.1", + 'coverage ~= 7.5.1; python_version >= "3.11"', + 'coverage[toml] ~= 7.5.1; python_version <= "3.10"', + "mypy ~= 1.10.0", + "pylint ~= 3.2.2", + 'pyright==1.1.363; platform_system == "Linux"', + "pytest ~= 8.2.1", "pytest-cov ~= 5.0.0", "pytest-dependency ~= 0.6.0", "pytest-instafail ~= 0.5.0", "pytest-mypy ~= 0.10.3", "pytest-pylint ~= 0.21.0", "pytest-randomly ~= 3.15.0", - "pytest-ruff ~= 0.3.1", - "pytest-xdist ~= 3.5.0", + "pytest-ruff ~= 0.3.2", + "pytest-xdist ~= 3.6.1", "refurb ~= 2.0.0", - "ruff ~= 0.4.1", + "ruff ~= 0.4.4", "sphinx ~= 7.3.7", "vulture ~= 2.11", ]