diff --git a/poetry.lock b/poetry.lock index 400307c9..de759ab1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -510,11 +510,11 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.20)", "pa [[package]] name = "isort" -version = "5.10.1" +version = "5.11.1" description = "A Python utility / library to sort Python imports." category = "dev" optional = false -python-versions = ">=3.6.1,<4.0" +python-versions = ">=3.7.0" [package.extras] colors = ["colorama (>=0.4.3,<0.5.0)"] @@ -1652,7 +1652,7 @@ docs = ["mkdocs", "mkdocs-material", "mkdocs-jupyter", "mkdocstrings", "mkdocstr [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "dc62883fadec7eaa66f5b5f2467c7f770d05ff77cb8a94154cdb460334d37fc2" +content-hash = "89d291fc8dd59dc45c92db410329fba25ccf35a55442d9423e3cefeac3835520" [metadata.files] appnope = [ @@ -2054,8 +2054,8 @@ ipython = [ {file = "ipython-8.7.0.tar.gz", hash = "sha256:882899fe78d5417a0aa07f995db298fa28b58faeba2112d2e3a4c95fe14bb738"}, ] isort = [ - {file = "isort-5.10.1-py3-none-any.whl", hash = "sha256:6f62d78e2f89b4500b080fe3a81690850cd254227f27f75c3a0c491a1f351ba7"}, - {file = "isort-5.10.1.tar.gz", hash = "sha256:e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951"}, + {file = "isort-5.11.1-py3-none-any.whl", hash = "sha256:bf02c95f1fe615ebbe13a619cfed1619ddfe8941274c9e3de3143adca406cb02"}, + {file = "isort-5.11.1.tar.gz", hash = "sha256:7c5bd998504826b6f1e6f2f98b533976b066baba29b8bae83fdeefd0b89c6b70"}, ] jedi = [ {file = "jedi-0.18.1-py2.py3-none-any.whl", hash = "sha256:637c9635fcf47945ceb91cd7f320234a7be540ded6f3e99a50cb6febdfd1ba8d"}, diff --git a/pyproject.toml b/pyproject.toml index 76806034..a6163b4c 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.10.1" +isort = "^5.11.1" nox = "^2022.11.21" nox-poetry = "^1.0.2" pytest = "^7.2.0"