diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 186c65b2..5a5b2c97 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,13 +36,13 @@ repos: args: ["--uri-ignore-words-list", "*"] # https://github.com/codespell-project/codespell/issues/2473 - repo: https://github.com/crate-ci/typos - rev: v1.24.1 + rev: v1.25.0 hooks: - id: typos args: [--write-changes] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy additional_dependencies: @@ -50,7 +50,7 @@ repos: - pytest - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.2 + rev: v0.6.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] diff --git a/dev-deps/dev.txt b/dev-deps/dev.txt index b4e3c2e5..e5cd12d3 100644 --- a/dev-deps/dev.txt +++ b/dev-deps/dev.txt @@ -1,6 +1,6 @@ # This file was autogenerated by uv via the following command: # uv pip compile --universal dev-deps/dev.in -o dev-deps/dev.txt -cachetools==5.4.0 +cachetools==5.5.0 # via tox chardet==5.2.0 # via tox @@ -10,7 +10,7 @@ colorama==0.4.6 # tox distlib==0.3.8 # via virtualenv -filelock==3.15.4 +filelock==3.16.1 # via # tox # virtualenv @@ -28,7 +28,7 @@ packaging==24.1 # pytest # tox # tox-uv -platformdirs==4.2.2 +platformdirs==4.3.6 # via # tox # virtualenv @@ -42,9 +42,9 @@ pprintpp==0.4.0 # pytest-icdiff pygments==2.18.0 # via rich -pyproject-api==1.7.1 +pyproject-api==1.8.0 # via tox -pytest==8.3.2 +pytest==8.3.3 # via # pytest-clarity # pytest-icdiff @@ -52,17 +52,17 @@ pytest-clarity==1.0.1 # via -r dev-deps/dev.in pytest-icdiff==0.9 # via -r dev-deps/dev.in -rich==13.7.1 +rich==13.8.1 # via pytest-clarity -tox==4.18.0 +tox==4.21.0 # via # -r dev-deps/dev.in # tox-uv -tox-uv==1.11.2 +tox-uv==1.13.0 # via -r dev-deps/dev.in -uv==0.2.37 +uv==0.4.17 # via # -r dev-deps/dev.in # tox-uv -virtualenv==20.26.3 +virtualenv==20.26.6 # via tox diff --git a/dev-deps/docs.txt b/dev-deps/docs.txt index 5a31135a..a031a1eb 100644 --- a/dev-deps/docs.txt +++ b/dev-deps/docs.txt @@ -6,7 +6,7 @@ babel==2.16.0 # via sphinx beautifulsoup4==4.12.3 # via furo -certifi==2024.7.4 +certifi==2024.8.30 # via requests charset-normalizer==3.3.2 # via requests @@ -16,7 +16,7 @@ docutils==0.21.2 # via sphinx furo==2024.8.6 # via -r dev-deps/docs.in -idna==3.7 +idna==3.10 # via requests imagesize==1.4.1 # via sphinx @@ -58,5 +58,5 @@ sphinxcontrib-qthelp==2.0.0 # via sphinx sphinxcontrib-serializinghtml==2.0.0 # via sphinx -urllib3==2.2.2 +urllib3==2.2.3 # via requests diff --git a/dev-deps/test.txt b/dev-deps/test.txt index b9c15b70..ec9d3c48 100644 --- a/dev-deps/test.txt +++ b/dev-deps/test.txt @@ -12,11 +12,11 @@ coverage-enable-subprocess==1.0 # via -r dev-deps/test.in execnet==2.1.1 # via pytest-xdist -hypothesis==6.111.1 +hypothesis==6.112.2 # via -r dev-deps/test.in iniconfig==2.0.0 # via pytest -mypy==1.11.1 +mypy==1.11.2 # via -r dev-deps/test.in mypy-extensions==1.0.0 # via mypy @@ -26,7 +26,7 @@ pluggy==1.5.0 # via pytest py-cpuinfo==9.0.0 # via pytest-benchmark -pytest==8.3.2 +pytest==8.3.3 # via # -r dev-deps/test.in # pytest-benchmark