diff --git a/poetry.lock b/poetry.lock index b589723..403d331 100644 --- a/poetry.lock +++ b/poetry.lock @@ -525,15 +525,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 = "jmespath" version = "1.0.1" @@ -1659,4 +1662,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<3.13" -content-hash = "0e8525efe9afb49f6821dfe5cf8483a7e942ad585c9a0324f92afceb4c6db04d" +content-hash = "528b4aac784684e507e3dca8fd07ad8d699ae0ba735e05046d6468febddf6f0d" diff --git a/pyproject.toml b/pyproject.toml index 1fb5ab0..ba2ca43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ deprecated = "^1.2.13" pre-commit = "^3.5.0" coverage = "^7.3.3" flake8 = "^6.1.0" -isort = "^5.13.1" +isort = "^5.13.2" preggy = "^1.4.4" pylint = "^3.0.3" pytest = "^7.4.3"