diff --git a/poetry.lock b/poetry.lock index c9d6bbc..6c5e22d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "appnope" @@ -193,20 +193,17 @@ test-extra = ["curio", "matplotlib (!=3.2.0)", "nbformat", "numpy (>=1.22)", "pa [[package]] name = "isort" -version = "5.12.0" +version = "5.13.2" description = "A Python utility / library to sort Python imports." optional = false python-versions = ">=3.8.0" files = [ - {file = "isort-5.12.0-py3-none-any.whl", hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6"}, - {file = "isort-5.12.0.tar.gz", hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504"}, + {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"}, + {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"}, ] [package.extras] -colors = ["colorama (>=0.4.3)"] -pipfile-deprecated-finder = ["pip-shims (>=0.5.2)", "pipreqs", "requirementslib"] -plugins = ["setuptools"] -requirements-deprecated-finder = ["pip-api", "pipreqs"] +colors = ["colorama (>=0.4.6)"] [[package]] name = "jedi" @@ -510,4 +507,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "12cc68bf322fd0ca940483d08c78be611dd21ce9ba1ec513508c14a4df3c3a31" +content-hash = "ad3d65e17a112ea2021181fd2f738c370ee209f5427be840bd309b1d6122ad3b" diff --git a/pyproject.toml b/pyproject.toml index eeddb8c..d2cb989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ geopy = "^2.3.0" [tool.poetry.group.dev.dependencies] black = {extras = ["jupyter"], version = "^23.10.1"} mypy = "^1.6.1" -isort = "^5.12.0" +isort = "^5.13.2" [tool.poetry.scripts] surplus = 'surplus:cli'