From bb706003cb454130859c92aa6860ec213f1ac702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 10:41:36 -0800 Subject: [PATCH] Bump isort from 5.13.2 to 6.0.0 (#477) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 13 +++++++------ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index cf37dd6..221b2e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2300,17 +2300,18 @@ arrow = ">=0.15.0" [[package]] name = "isort" -version = "5.13.2" +version = "6.0.0" description = "A Python utility / library to sort Python imports." optional = false -python-versions = ">=3.8.0" +python-versions = ">=3.9.0" 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.0-py3-none-any.whl", hash = "sha256:567954102bb47bb12e0fae62606570faacddd441e45683968c8d1734fb1af892"}, + {file = "isort-6.0.0.tar.gz", hash = "sha256:75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "itsdangerous" @@ -6527,4 +6528,4 @@ slackbot = ["flask", "gunicorn", "slackclient", "slackeventsapi"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "ac62acf4b277d7510dd2af5a21d7320c0327ef1ee0577128423c62aae57bc512" +content-hash = "c5e5066f081a820cf0b31cea638e5598a58048f162bc22d37fc1d4dfe04997cf" diff --git a/pyproject.toml b/pyproject.toml index 7ebcbb0..ceb15ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ black = "^24.4.2" coverage = "^7.6" coveralls = "^4.0.0" pytest = "^8.3.2" -isort = "^5.12.0" +isort = "^6.0.0" pre-commit = ">=2.20,<5.0" [tool.poetry.extras]