diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b3e6ae1..d2fb349 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.12.10 + rev: v0.12.12 hooks: - id: ruff-check args: [--fix] diff --git a/pyproject.toml b/pyproject.toml index bb2de81..bc11641 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] requires-python = ">=3.11" dependencies = [ - "requests==2.32.4", + "requests==2.32.5", "web3==7.13.0", "websockets==15.0.1", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 9db1ffe..9c094ed 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,16 +3,16 @@ aspy.yaml==1.3.0 attrs==25.3.0 backcall==0.2.0 cfgv==3.4.0 -coverage==7.10.5 +coverage==7.10.6 decorator==5.2.1 -identify==2.6.13 +identify==2.6.14 importlib-metadata==8.7.0 importlib-resources==6.5.2 ipdb==0.13.13 -ipython==9.4.0 +ipython==9.5.0 ipython-genutils==0.2.0 jedi==0.19.2 -more-itertools==10.7.0 +more-itertools==10.8.0 nodeenv==1.9.1 packaging==25.0 parso==0.8.5 @@ -21,17 +21,17 @@ pickleshare==0.7.5 pluggy==1.6.0 pre-commit==4.3.0 pretend==1.0.9 -prompt-toolkit==3.0.51 +prompt-toolkit==3.0.52 ptyprocess==0.7.0 py==1.11.0 Pygments==2.19.2 pyparsing==3.2.3 -pytest==8.4.1 -pytest-cov==6.2.1 -pytest-mock==3.14.1 +pytest==8.4.2 +pytest-cov==6.3.0 +pytest-mock==3.15.0 six==1.17.0 toml==0.10.2 -tox==4.28.4 +tox==4.30.2 traitlets==5.14.3 virtualenv==20.34.0 wcwidth==0.2.13