diff --git a/poetry.lock b/poetry.lock index 81774625..a6ef7c7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -620,14 +620,14 @@ six = "*" [[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" files = [ - {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"}, ] [package.extras] @@ -1738,4 +1738,4 @@ starlette = [] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "0a5905f146434a851e863ffafc96d3149dc755b680fcff60377650178bc7fddf" +content-hash = "93be5ea2ee4f6a83d0662c6b60d93822843c8a2b644cc0434dec33d77699b88a" diff --git a/pyproject.toml b/pyproject.toml index 0011e745..e6bbe025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ django = ">=3.0" djangorestframework = "^3.11.2" falcon = ">=3.0" flask = "*" -isort = "^5.9.1" +isort = "^5.11.4" pre-commit = "*" pytest = "^7" pytest-flake8 = "*"