diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 688af4f6..fe56784e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.0 + rev: v0.7.0 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.12.1 hooks: - id: mypy additional_dependencies: [ - "httpx==0.26.0", - "packaging==23.2", + "httpx==0.27.2", + "packaging==24.1", "types-orjson==3.6.2", - "types-xmltodict==v0.13.0.3" + "types-xmltodict==v0.14.0.20241009" ] exclude: ^tests/