diff --git a/pyproject.toml b/pyproject.toml index 9cbbc176..d77d93f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "mypy ~= 1.10.0", "pre-commit ~= 3.5.0", "pydoc-markdown ~= 4.8.0", - "pytest ~= 8.0.0", + "pytest ~= 8.2.0", "pytest-asyncio ~= 0.23.0", "pytest-cov ~= 5.0.0", "pytest-only ~= 2.1.0", @@ -44,7 +44,7 @@ dev = [ "pytest-xdist ~= 3.6.0", "redbaron ~= 0.9.0", "ruff ~= 0.4.0", - "twine ~= 5.0.0", + "twine ~= 5.1.0", ] [project.urls]