diff --git a/poetry.lock b/poetry.lock index 79e67da..58cc188 100644 --- a/poetry.lock +++ b/poetry.lock @@ -155,11 +155,11 @@ python-versions = "*" [[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)"] @@ -535,7 +535,7 @@ docs = ["sphinx", "sphinx-autodoc-typehints"] [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0" -content-hash = "4fdace17968ed6152a738b56cc33eae0a8087bb043841fdf6509c91fb5d73ca5" +content-hash = "a134c44f173acf51b949dbff717385ad0e15b1dc79dd6e310e6be450acd53c68" [metadata.files] alabaster = [ @@ -614,8 +614,8 @@ iniconfig = [ {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, ] 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"}, ] jinja2 = [ {file = "Jinja2-2.11.3-py2.py3-none-any.whl", hash = "sha256:03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419"}, diff --git a/pyproject.toml b/pyproject.toml index d42bc6e..13b8197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ unstdlib = "^1.7.2" [tool.poetry.dev-dependencies] black = "^22.10" -isort = "^5.10.1" +isort = "^5.11.1" pytest = "^7.1.3" sphinx = ">=3.4.2,<5.0.0" sphinx-autodoc-typehints = "^1.11.1"