diff --git a/pyproject.toml b/pyproject.toml index 5bbbd44..1f40fbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ pyvec-docs = "pyvec_docs.cli:main" [dependency-groups] dev = [ - "pytest-ruff==0.4.1", - "pytest==8.3.4", + "pytest-ruff==0.5", + "pytest==8.4.1", "sphinx-autobuild==2024.10.3", ]