diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63c6e7e..47fbf28 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.4 + rev: v0.8.6 hooks: # Run the linter. - id: ruff diff --git a/requirements.txt b/requirements.txt index 939ee9e..503f2aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,11 +1,11 @@ Flask==3.1.0 gunicorn==23.0.0 numpy==2.0.2 -Pillow==11.0.0 +Pillow==11.1.0 pre-commit==4.0.1 pur==7.3.3 pytest==8.3.4 requests==2.32.3 -ruff==0.8.4 +ruff==0.8.6 scikit-image==0.25.0 tensorflow==2.18.0