diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4308b17..b135222 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.0 + rev: v0.14.1 hooks: - id: ruff-check args: [--fix] diff --git a/pyproject.toml b/pyproject.toml index ee2e3d1..9ff15b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ requires-python = ">=3.11" dependencies = [ "requests==2.32.5", - "web3==7.13.0", + "web3==7.14.0", "websockets==15.0.1", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index f5ca7a8..de1931c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ aspy.yaml==1.3.0 attrs==25.4.0 backcall==0.2.0 cfgv==3.4.0 -coverage==7.10.7 +coverage==7.11.0 decorator==5.2.1 identify==2.6.15 importlib-metadata==8.7.0 diff --git a/requirements.txt b/requirements.txt index a64ecd4..63465bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ requests==2.32.5 -web3==7.13.0 +web3==7.14.0 websockets==15.0.1