diff --git a/poetry.lock b/poetry.lock index 58bd9698..4c8123da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -510,7 +510,7 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.20)", "pa [[package]] name = "isort" -version = "5.11.1" +version = "5.11.2" description = "A Python utility / library to sort Python imports." category = "dev" optional = false @@ -1652,7 +1652,7 @@ docs = ["mkdocs", "mkdocs-material", "mkdocs-jupyter", "mkdocstrings", "mkdocstr [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "bc5ef9be0720065da868b865eb19fe153f342f377ee55c7a765558795d2c3e70" +content-hash = "a538aedeff7814d0be6206b9801bf80235fb585d0b15c0f76a579a05d103f820" [metadata.files] appnope = [ @@ -2054,8 +2054,8 @@ ipython = [ {file = "ipython-8.7.0.tar.gz", hash = "sha256:882899fe78d5417a0aa07f995db298fa28b58faeba2112d2e3a4c95fe14bb738"}, ] 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"}, ] jedi = [ {file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"}, diff --git a/pyproject.toml b/pyproject.toml index 67b33173..d72b0324 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ exceptiongroup = "^1.0.4" black = "^22.12.0" flake8 = "^5.0.4" flake8-docstrings = "^1.6.0" -isort = "^5.11.1" +isort = "^5.11.2" nox = "^2022.11.21" nox-poetry = "^1.0.2" pytest = "^7.2.0"