diff --git a/poetry.lock b/poetry.lock index 7bb4a148..db62db7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -629,19 +629,19 @@ files = [ [[package]] name = "isort" -version = "5.11.4" +version = "5.11.5" description = "A Python utility / library to sort Python imports." category = "dev" optional = false python-versions = ">=3.7.0" files = [ - {file = "isort-5.11.4-py3-none-any.whl", hash = "sha256:c033fd0edb91000a7f09527fe5c75321878f98322a77ddcc81adbd83724afb7b"}, - {file = "isort-5.11.4.tar.gz", hash = "sha256:6db30c5ded9815d813932c04c2f85a360bcdd35fed496f4d8f35495ef0a261b6"}, + {file = "isort-5.11.5-py3-none-any.whl", hash = "sha256:ba1d72fb2595a01c7895a5128f9585a5cc4b6d395f1c8d514989b9a7eb2a8746"}, + {file = "isort-5.11.5.tar.gz", hash = "sha256:6be1f76a507cb2ecf16c7cf14a37e41609ca082330be4e3436a18ef74add55db"}, ] [package.extras] colors = ["colorama (>=0.4.3,<0.5.0)"] -pipfile-deprecated-finder = ["pipreqs", "requirementslib"] +pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] plugins = ["setuptools"] requirements-deprecated-finder = ["pip-api", "pipreqs"] @@ -1732,4 +1732,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "2dad67838e1460dcefdbdd12aea3f26a2a1bfd231e5cb3c9783140b2d9443767" +content-hash = "5d49e9fdb42f12876f0fb918f06503c9aaeddb61dfeacc7633eac3c834ace19c" diff --git a/pyproject.toml b/pyproject.toml index 4889d362..a319b520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ python-dateutil = "^2.8.2" [tool.poetry.dev-dependencies] python-semantic-release = "^7.33.1" black = "^22.12.0" -isort = "^5.11.4" +isort = "^5.11.5" pre-commit = "^2.21.0" pytest = "^7.2.0" pytest-asyncio = "^0.20.3"