diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb6b45c..5247ffd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.8.0 + rev: v0.8.1 hooks: # Run the linter. - id: ruff diff --git a/requirements.txt b/requirements.txt index 9fd9b2f..4e2167d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ pre-commit==4.0.1 pur==7.3.2 pytest==8.3.3 requests==2.32.3 -ruff==0.8.0 +ruff==0.8.1 scikit-image==0.24.0 tensorflow==2.18.0 diff --git a/requirements_dev.txt b/requirements_dev.txt index 506e3bd..d67678b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,3 +1,3 @@ -r requirements.txt jupyterlab==4.3.1 -matplotlib==3.9.2 +matplotlib==3.9.3