diff --git a/poetry.lock b/poetry.lock index a350568c..605bf2db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -368,7 +368,7 @@ python-versions = "*" [[package]] name = "isort" -version = "5.11.1" +version = "5.11.2" description = "A Python utility / library to sort Python imports." category = "dev" optional = false @@ -1138,7 +1138,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "307ced52ef32eadb71b8927df629655562299a7355a83b99295d0cc2576a8e01" +content-hash = "b78b0707c3e539862f199a3c3ab6c27cbf72f71c8bb2723d80227f5aaa45da7f" [metadata.files] alabaster = [ @@ -1401,8 +1401,8 @@ invoke = [ {file = "invoke-1.7.3.tar.gz", hash = "sha256:41b428342d466a82135d5ab37119685a989713742be46e42a3a399d685579314"}, ] isort = [ - {file = "isort-5.11.1-py3-none-any.whl", hash = "sha256:bf02c95f1fe615ebbe13a619cfed1619ddfe8941274c9e3de3143adca406cb02"}, - {file = "isort-5.11.1.tar.gz", hash = "sha256:7c5bd998504826b6f1e6f2f98b533976b066baba29b8bae83fdeefd0b89c6b70"}, + {file = "isort-5.11.2-py3-none-any.whl", hash = "sha256:e486966fba83f25b8045f8dd7455b0a0d1e4de481e1d7ce4669902d9fb85e622"}, + {file = "isort-5.11.2.tar.gz", hash = "sha256:dd8bbc5c0990f2a095d754e50360915f73b4c26fc82733eb5bfc6b48396af4d2"}, ] "jaraco.classes" = [ {file = "jaraco.classes-3.2.3-py3-none-any.whl", hash = "sha256:2353de3288bc6b82120752201c6b1c1a14b058267fa424ed5ce5984e3b922158"}, diff --git a/pyproject.toml b/pyproject.toml index f431b193..7a61d9c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ python-dateutil = "^2.8.2" [tool.poetry.dev-dependencies] python-semantic-release = "^7.32.2" black = "^22.12.0" -isort = "^5.11.1" +isort = "^5.11.2" pre-commit = "^2.16.0" pytest = "^7.2.0" pytest-asyncio = "^0.20.3"