From 714f768371d71dfde292f5e47e7e077259b61615 Mon Sep 17 00:00:00 2001 From: mshafer-NI <23644905+mshafer-NI@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:11:08 -0500 Subject: [PATCH 1/2] block 0.18.3, it is broken --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 68c9f4f..e3c73b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,4 +495,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "0674dc02f387b83c7995f1e0e060a7406c4cb7660b8c1b80939869da9ad90fff" +content-hash = "3697007f52fcec8fe9a3f6090d1f5866165644fec5fece9344878e9ea59cb315" diff --git a/pyproject.toml b/pyproject.toml index 072668b..eeb4a5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ isort = ">=5.10" # flake8 plugins should be listed here (in alphabetical order) flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" -flake8-import-order = ">=0.18.1" +flake8-import-order = ">=0.18.1,!=0.18.3" flake8-tidy-imports = [ {version = ">=4.4.1", python = ">=3.7,<3.9"}, {version=">=4.11.0", python="^3.9"}, From 6e2654088f2b2c49e90be6c56da4524b4b6ca563 Mon Sep 17 00:00:00 2001 From: mshafer-NI <23644905+mshafer-NI@users.noreply.github.com> Date: Mon, 16 Jun 2025 12:35:37 -0500 Subject: [PATCH 2/2] update dep pin to correct version and specify GH Issue that needs resolved to unpin --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index e3c73b2..f7bd279 100644 --- a/poetry.lock +++ b/poetry.lock @@ -495,4 +495,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3697007f52fcec8fe9a3f6090d1f5866165644fec5fece9344878e9ea59cb315" +content-hash = "a8aef2d773dabdd18223fcb2aabce153b8a4f45750fe636d15acf5b47143ea16" diff --git a/pyproject.toml b/pyproject.toml index eeb4a5b..03dd7bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ isort = ">=5.10" # flake8 plugins should be listed here (in alphabetical order) flake8-black = ">=0.2.1" flake8-docstrings = ">=1.5.0" -flake8-import-order = ">=0.18.1,!=0.18.3" +flake8-import-order = ">=0.18.1,<0.19.0" # we're not compatible with 0.19.0 yet due to #226 flake8-tidy-imports = [ {version = ">=4.4.1", python = ">=3.7,<3.9"}, {version=">=4.11.0", python="^3.9"},