diff --git a/poetry.lock b/poetry.lock index 56254b2..97c39b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "autoflake" @@ -222,18 +222,19 @@ files = [ [[package]] name = "isort" -version = "5.13.2" +version = "6.1.0" 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.1.0-py3-none-any.whl", hash = "sha256:58d8927ecce74e5087aef019f778d4081a3b6c98f15a80ba35782ca8a2097784"}, + {file = "isort-6.1.0.tar.gz", hash = "sha256:9b8f96a14cfee0677e78e941ff62f03769a06d412aabb9e2a90487b3b7e8d481"}, ] [package.extras] -colors = ["colorama (>=0.4.6)"] +colors = ["colorama"] +plugins = ["setuptools"] [[package]] name = "jmespath" @@ -528,4 +529,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "39e85f179b303ac476e3f65c0a1dfa1aec7779914f12e51697301b5a56b36a2d" +content-hash = "524aafb915d026597a4f341ce9027af1dc5311d8e0a33b3da926624782faa661" diff --git a/pyproject.toml b/pyproject.toml index 8c9d188..6c42b15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dataclasses = { version = "^0.7", python = ">=3.6 <3.7" } mypy = "^1.8" autoflake = "^2.3.1" black = { version = "24.8.0", allow-prereleases = true } -isort = "^5.7.0" +isort = "^6.1.0" urllib3 = "^2.5.0" [tool.poetry.group.test.dependencies]