diff --git a/pyproject.toml b/pyproject.toml index 9a328f3e..659535da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,20 +37,20 @@ ci = [ dev = [ "codecov==2.1.13", "mypy==1.10", - "packaging==24.0", + "packaging==24.1", "pre-commit>=3.5.0", - "pytest==8.2.1", + "pytest==8.2.2", "pytest-asyncio==0.23.7", "pytest-cov==5.0.0", "pytest-sugar==1.0.0", - "ruff==0.4.4", + "ruff==0.4.8", "ruff-lsp==0.0.53", "towncrier==23.11.0" ] doc = [ "alabaster==0.7.16", "sphinx==7.3.7", - "sphinx-autodoc-typehints==2.1.0", + "sphinx-autodoc-typehints==2.1.1", "sphinxcontrib-asyncio==0.3.0" ]