diff --git a/poetry.lock b/poetry.lock index cad7c95..7e94c36 100644 --- a/poetry.lock +++ b/poetry.lock @@ -195,15 +195,18 @@ files = [ [[package]] name = "isort" -version = "5.13.1" +version = "5.13.2" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.8.0" files = [ - {file = "isort-5.13.1-py3-none-any.whl", hash = "sha256:56a51732c25f94ca96f6721be206dd96a95f42950502eb26c1015d333bc6edb7"}, - {file = "isort-5.13.1.tar.gz", hash = "sha256:aaed790b463e8703fb1eddb831dfa8e8616bacde2c083bd557ef73c8189b7263"}, + {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, + {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, ] +[package.extras] +colors = ["colorama (>=0.4.6)"] + [[package]] name = "mccabe" version = "0.7.0" @@ -566,4 +569,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "7595309e840394c1752dbc6787e3947a9515073ecaa0ea43b8f8221f873023e4" +content-hash = "096bb06c280acdcdb8faeab0f7e0a5fb152e7a6c44f4f608a794e2f4a7c27d16" diff --git a/pyproject.toml b/pyproject.toml index 70e4e76..4308d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ tomli = {version = ">=0.2.6,<3.0.0", python = "<3.11"} [tool.poetry.dev-dependencies] flake8 = "^6.1" -isort = "^5.13.1" +isort = "^5.13.2" mypy = "^1.7" pytest = "^7.4.3" black = "^23.12"