diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 70b0654f..66ef815e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,14 +34,14 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.0 + rev: 0.28.1 hooks: - id: check-readthedocs - id: check-dependabot - id: check-github-actions - id: check-github-workflows - repo: https://github.com/commitizen-tools/commitizen - rev: v3.20.0 + rev: v3.21.3 hooks: - id: commitizen stages: [commit-msg] diff --git a/pyproject.toml b/pyproject.toml index e34e976f..5cf4d8eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ poetry = ">=1.8.0" pre-commit = ">=2.20.0" pre-commit-update = ">=0.1.3" pylint = {extras = ["spelling"], version = "3.1.0"} # Update this by running scripts/update_development_dependencies.py -pyright = "1.1.355" # Update this by running scripts/update_development_dependencies.py +pyright = "1.1.356" # Update this by running scripts/update_development_dependencies.py pyroma = ">=4.2" pytest = ">=7.1.2" pytest-cov = ">=3.0.0"