From b1bd6060f10eb39a125ada353d1aff3dbd079df8 Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Tue, 19 Dec 2023 22:55:13 +1100 Subject: [PATCH 1/2] Bump isort from 5.12.0 to 5.13.2 --- poetry.lock | 13 +++++-------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index aeab58e9..57dd7c1b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1263,20 +1263,17 @@ arrow = ">=0.15.0" [[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" @@ -4056,4 +4053,4 @@ rhino = ["rhino-shapley-interop", "rhino3dm"] [metadata] lock-version = "2.0" python-versions = ">=3.9.0,<3.12" -content-hash = "356cc63778ddb1760ecbae7e0c98664e38dc9e3d4ee126af07bf8232189da429" +content-hash = "5a0744a60832514cfdf61799971bdbd67001e3be720e820b68caa03818d0e23e" diff --git a/pyproject.toml b/pyproject.toml index 1bcb8900..c4d58b09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ furo = "^2023.9.10" ipykernel = "^6.26.0" ipython = "^8.17.2" ipywidgets = "^8.1.1" -isort = "^5.12.0" +isort = "^5.13.2" mypy = "^1.6.1" nbconvert = "^7.10.0" nbsphinx = "^0.9.3" From 5b345a637c2ea9d3df28c0e8b79b7727e61f4ee1 Mon Sep 17 00:00:00 2001 From: robbievanleeuwen Date: Tue, 19 Dec 2023 23:39:55 +1100 Subject: [PATCH 2/2] Fix EOF --- poetry.lock | 1 - 1 file changed, 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 7b41b4c3..8b2282cb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4058,4 +4058,3 @@ rhino = ["rhino-shapley-interop", "rhino3dm"] lock-version = "2.0" python-versions = ">=3.9.0,<3.12" content-hash = "5a0744a60832514cfdf61799971bdbd67001e3be720e820b68caa03818d0e23e" -