diff --git a/poetry.lock b/poetry.lock index 17cc672..3fd357e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -308,19 +308,19 @@ files = [ [[package]] name = "isort" -version = "5.11.4" +version = "5.12.0" description = "A Python utility / library to sort Python imports." category = "dev" optional = false -python-versions = ">=3.7.0" +python-versions = ">=3.8.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.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"}, + {file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"}, ] [package.extras] -colors = ["colorama (>=0.4.3,<0.5.0)"] -pipfile-deprecated-finder = ["pipreqs", "requirementslib"] +colors = ["colorama (>=0.4.3)"] +pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] plugins = ["setuptools"] requirements-deprecated-finder = ["pip-api", "pipreqs"] @@ -834,4 +834,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7257e4ccd1cba18a36b8e914a6f25b5ee6f2df047b787d7e97518b8c4617ce14" +content-hash = "6a7da0a3a2a3047c1fea000a14ac8f01cca8526a4316ba01b7c5ff3403e00d47" diff --git a/pyproject.toml b/pyproject.toml index 3a0c958..7e771b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ flake8-string-format = "^0.3.0" flake8-tuple = "^0.4.1" freezegun = "^1.2.2" black = "^22.12.0" -isort = "^5.11.4" +isort = "^5.12.0" pytest-mypy = "^0.10.3" pytest-pylint = "^0.19.0" pytest-random-order = "^1.1.0"