diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b54aac6..08dfeb0a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ files: 'mapclassify\/' repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.1" + rev: "v0.6.5" hooks: - id: ruff - id: ruff-format diff --git a/ci/310-oldest.yaml b/ci/310-oldest.yaml index 8f13717c..b017cdbe 100644 --- a/ci/310-oldest.yaml +++ b/ci/310-oldest.yaml @@ -10,6 +10,7 @@ dependencies: - scikit-learn=1.0 - scipy=1.8 # testing + - fiona<1.10 - geopandas<1 - libpysal - pytest diff --git a/ci/39-oldest.yaml b/ci/39-oldest.yaml index 4a4968b3..46288532 100644 --- a/ci/39-oldest.yaml +++ b/ci/39-oldest.yaml @@ -10,6 +10,7 @@ dependencies: - scikit-learn=1.0 - scipy=1.8 # testing + - fiona<1.10 - geopandas<1 - libpysal - pytest