Skip to content

Commit

Permalink
chore(deps): update dependency isort to v6 (#443)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency isort to v6

* chore(pre-commit): apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jan 30, 2025
1 parent 2e8a234 commit ea7daf6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
args: ["--db", ".pre-commit-sync-with-poetry.json"]

- repo: https://github.com/pycqa/isort
rev: 5.13.2
rev: 6.0.0
hooks:
- id: isort

Expand Down
13 changes: 7 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pytest = "8.3.4"
bandit = { version = "1.8.2", extras = ["toml"] }
black = { version = "25.1.0", extras = ["d"] }
docformatter = "1.7.5"
isort = "5.13.2"
isort = "6.0.0"
mypy = "1.14.1"
pre-commit = "3.8.0"
pylint = "3.3.4"
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,9 @@ idna==3.10 ; python_full_version == "3.13.1" \
iniconfig==2.0.0 ; python_full_version == "3.13.1" \
--hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \
--hash=sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374
isort==5.13.2 ; python_full_version == "3.13.1" \
--hash=sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109 \
--hash=sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6
isort==6.0.0 ; python_full_version == "3.13.1" \
--hash=sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892 \
--hash=sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1
kiwisolver==1.4.8 ; python_full_version == "3.13.1" \
--hash=sha256:01c3d31902c7db5fb6182832713d3b4122ad9317c2c5877d0539227d96bb2e50 \
--hash=sha256:034d2c891f76bd3edbdb3ea11140d8510dca675443da7304205a2eaa45d8334c \
Expand Down

0 comments on commit ea7daf6

Please sign in to comment.