diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ffc8d9c..9058011 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^$' fail_fast: false repos: - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black language_version: python3 @@ -15,7 +15,7 @@ repos: - id: isort language_version: python3 - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 additional_dependencies: [flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe] @@ -28,7 +28,7 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/PyCQA/bandit - rev: '1.7.6' + rev: '1.7.7' hooks: - id: bandit args: [--ini, .bandit] diff --git a/continuous_integration/environment.yaml b/continuous_integration/environment.yaml index 570a3c4..edd2ceb 100644 --- a/continuous_integration/environment.yaml +++ b/continuous_integration/environment.yaml @@ -10,6 +10,6 @@ dependencies: - aggdraw - pyshp - pyresample - - pytest + - pytest <8.0 - pytest-cov - pytest-lazy-fixture