diff --git a/poetry.lock b/poetry.lock index 01d39b56..f3f4876d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -331,11 +331,11 @@ python-versions = "*" [[package]] name = "isort" -version = "5.10.1" +version = "5.11.4" 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)"] @@ -881,7 +881,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "fa257fa8f7d797636cb7afe939665d8296735076e949cb85f41876c8384762c6" +content-hash = "7bf5879a3c97339dd8061e3b7f8320c9409034c16bad0e1649f22a8f8988c072" [metadata.files] alabaster = [ @@ -1175,8 +1175,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.4-py3-none-any.whl", hash = "sha256:c033fd0edb91000a7f09527fe5c75321878f98322a77ddcc81adbd83724afb7b"}, + {file = "isort-5.11.4.tar.gz", hash = "sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6"}, ] itsdangerous = [ {file = "itsdangerous-2.1.2-py3-none-any.whl", hash = "sha256:2c2349112351b88699d8d4b6b075022c0808887cb7ad10069318a8b0bc88db44"}, diff --git a/pyproject.toml b/pyproject.toml index aac40106..45516a88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ sphinx-rtd-theme = "^1.1.1" pytest = "^7.2.0" pytest-cov = "^4.0.0" flake8 = "^5.0.4" -isort = "^5.10.1" +isort = "^5.11.4" black = "^22.3.0" sphinx-copybutton = "^0.5.0" retry = "^0.9.2"