diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2a756b1c5..0c5042d4f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: pyupgrade args: [--py38-plus] - repo: https://github.com/PyCQA/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/psf/black diff --git a/requirements/dev.txt b/requirements/dev.txt index 468e389873..b99ae81f83 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,11 +1,11 @@ -r _.txt -pylint~=2.15.10 +pylint~=2.16.1 pytest~=7.2.1 pytest-asyncio~=0.20.3 # pytest-order~=1.0.1 mypy~=0.991 coverage~=7.1 -pre-commit==3.0.1 +pre-commit==3.0.4 codespell==2.2.2 bandit==1.7.4 flake8==6.0.0 diff --git a/requirements/docs.txt b/requirements/docs.txt index 9564e09aa7..2b67800dee 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -5,4 +5,4 @@ myst-parser==0.18.1 sphinxext-opengraph==0.7.5 sphinx-copybutton==0.5.1 furo@ git+https://github.com/BobDotCom/furo@temp -sphinx-autodoc-typehints==1.21.8 +sphinx-autodoc-typehints==1.22