diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b5911a..bff073e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: language_version: python3 - repo: https://github.com/pycqa/isort - rev: 5.11.3 + rev: 5.13.2 hooks: - id: isort name: "Imports order checker" diff --git a/pyproject.toml b/pyproject.toml index eace601..2e23565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ gcp = [ ] lint = [ "black==23.11.0", - "isort==5.11.3", + "isort==5.13.2", "mypy==1.6.1", "types-requests~=2.31.0", ]