diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aae46ec..868de73 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,25 +1,25 @@ repos: - - repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update +- repo: https://gitlab.com/vojko.pribudic.foss/pre-commit-update rev: v0.8.0 hooks: - - id: pre-commit-update - - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + - id: pre-commit-update +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v6.0.0 hooks: - - id: trailing-whitespace - - id: end-of-file-fixer - - id: check-yaml - - id: check-json - - id: detect-private-key - - id: requirements-txt-fixer - - repo: https://github.com/codespell-project/codespell + - id: trailing-whitespace + - id: end-of-file-fixer + - id: check-yaml + - id: check-json + - id: detect-private-key + - id: requirements-txt-fixer +- repo: https://github.com/codespell-project/codespell rev: v2.4.1 hooks: - - id: codespell + - id: codespell exclude: ^locale/ - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.5 +- repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.12.9 hooks: - - id: ruff-check + - id: ruff-check args: [--fix] - - id: ruff-format + - id: ruff-format diff --git a/requirements-dev.txt b/requirements-dev.txt index fe273e0..87fa9a5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,9 +3,9 @@ aspy.yaml==1.3.0 attrs==25.3.0 backcall==0.2.0 cfgv==3.4.0 -coverage==7.10.0 +coverage==7.10.3 decorator==5.2.1 -identify==2.6.12 +identify==2.6.13 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 @@ -19,7 +19,7 @@ parso==0.8.4 pexpect==4.9.0 pickleshare==0.7.5 pluggy==1.6.0 -pre-commit==4.2.0 +pre-commit==4.3.0 pretend==1.0.9 prompt-toolkit==3.0.51 ptyprocess==0.7.0 @@ -31,8 +31,8 @@ pytest-cov==6.2.1 pytest-mock==3.14.1 six==1.17.0 toml==0.10.2 -tox==4.28.1 +tox==4.28.4 traitlets==5.14.3 -virtualenv==20.32.0 +virtualenv==20.33.1 wcwidth==0.2.13 zipp==3.23.0 diff --git a/requirements.txt b/requirements.txt index 455c454..0915824 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests==2.32.4 -web3==7.12.1 +web3==7.13.0 websockets==15.0.1