diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67986eb1..5bd88a98 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: files: ^oteapi_dlite/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.931 + rev: v0.941 hooks: - id: mypy exclude: ^tests/.*$ diff --git a/requirements_dev.txt b/requirements_dev.txt index 25bae722..8e8e2e2b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ pre-commit~=2.17 pylint~=2.12 -pytest~=7.0 +pytest~=7.1 pytest-cov~=3.0