diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 463008a..992b3af 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.14.6 + rev: v0.14.8 hooks: - id: ruff-check args: [--fix] diff --git a/requirements-dev.txt b/requirements-dev.txt index d1c274b..6cef603 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,13 +3,13 @@ aspy.yaml==1.3.0 attrs==25.4.0 backcall==0.2.0 cfgv==3.5.0 -coverage==7.12.0 +coverage==7.13.0 decorator==5.2.1 identify==2.6.15 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 -ipython==9.7.0 +ipython==9.8.0 ipython-genutils==0.2.0 jedi==0.19.2 more-itertools==10.8.0 @@ -26,7 +26,7 @@ ptyprocess==0.7.0 py==1.11.0 Pygments==2.19.2 pyparsing==3.2.5 -pytest==9.0.1 +pytest==9.0.2 pytest-cov==7.0.0 pytest-mock==3.15.1 six==1.17.0