chore(deps-dev): bump isort from 5.13.2 to 6.0.1 (#1172)

Bumps [isort](https://github.com/PyCQA/isort) from 5.13.2 to 6.0.1.
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-version: 6.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
master
dependabot[bot] 5 days ago committed by GitHub
parent e9381940ef
commit 1e26cfedaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

13
poetry.lock generated

@ -209,18 +209,19 @@ files = [
[[package]]
name = "isort"
version = "5.13.2"
version = "6.0.1"
description = "A Python utility / library to sort Python imports."
optional = false
python-versions = ">=3.8.0"
python-versions = ">=3.9.0"
groups = ["dev"]
files = [
{file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"},
{file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"},
{file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"},
{file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"},
]
[package.extras]
colors = ["colorama (>=0.4.6)"]
colors = ["colorama"]
plugins = ["setuptools"]
[[package]]
name = "jinja2"
@ -661,4 +662,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess
[metadata]
lock-version = "2.1"
python-versions = "^3.9"
content-hash = "f95c812a39eb7a097e75000b0b4f0e22604c9d375edbdb37c6e49a51a0626288"
content-hash = "f2b4b65c025fa4562d3687d4cfc9a33f0d1a3b8740a4776cf8fb5427167ce7d8"

@ -22,7 +22,7 @@ typed-ast = {version="^1.5.5", markers="python_version<'3.8'"}
pytest = "^8.4"
pylint = "^3.3"
rope = "^1.13"
isort = "^5.13"
isort = "^6.0"
black = "^24.4"
pre-commit = "^4.3.0"

Loading…
Cancel
Save