diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 865e217e..80bb9059 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: - id: flake8 additional_dependencies: - flake8-bugbear==23.3.23 - - flake8-comprehensions==3.11.1 + - flake8-comprehensions==3.12 - flake8-pytest-style==1.7.2 - flake8-spellcheck==0.28 - flake8-unused-arguments==0.0.13 diff --git a/pyproject.toml b/pyproject.toml index bcb7596c..be02fcec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,12 +52,12 @@ optional-dependencies.docs = [ "furo>=2023.3.27", "proselint>=0.13", "sphinx>=6.1.3", - "sphinx-autodoc-typehints!=1.23.4,>=1.22", + "sphinx-autodoc-typehints!=1.23.4,>=1.23", ] optional-dependencies.test = [ "appdirs==1.4.4", "covdefaults>=2.3", - "pytest>=7.2.2", + "pytest>=7.3.1", "pytest-cov>=4", "pytest-mock>=3.10", ]