diff --git a/poetry.lock b/poetry.lock index ed4249c0c..678f124e3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -196,15 +196,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 = "jsonschema" version = "4.17.3" @@ -496,4 +499,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "568d3609fe654e5143a6dc91aa7cc66db358f6f4c4acf25978dc36b3e2db5cdf" +content-hash = "4838a6c21fa8e7903d592a0edab6406fe872e6a28366abd6142d496df0094406" diff --git a/pyproject.toml b/pyproject.toml index 7da7b8fc3..f1f12ad76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ requests = "^2.31.0" [tool.poetry.dev-dependencies] black = "^23.12.0" -isort = "^5.13.1" +isort = "^5.13.2" [build-system] requires = ["poetry-core>=1.0.0"]