diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6341c84..4308b17 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - id: codespell exclude: ^locale/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.0 hooks: - id: ruff-check args: [--fix] diff --git a/requirements-dev.txt b/requirements-dev.txt index e10988e..233241c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ appnope==0.1.4 aspy.yaml==1.3.0 -attrs==25.3.0 +attrs==25.4.0 backcall==0.2.0 cfgv==3.4.0 coverage==7.10.7 decorator==5.2.1 -identify==2.6.14 +identify==2.6.15 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 @@ -31,7 +31,7 @@ pytest-cov==7.0.0 pytest-mock==3.15.1 six==1.17.0 toml==0.10.2 -tox==4.30.2 +tox==4.30.3 traitlets==5.14.3 virtualenv==20.34.0 wcwidth==0.2.14