From 61a405015afec560835b3ef2d8348c53a7e1abed Mon Sep 17 00:00:00 2001 From: Brian Staber Date: Wed, 9 Jul 2025 22:57:03 +0200 Subject: [PATCH 1/3] :recycle: Add htmlmin2 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1514dff..3696e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,4 @@ numpy = "^2.3.1" plotly = "^6.2.0" pandas = "^2.3.0" ruff = "^0.12.2" +htmlmin2>=0.1.13,<0.2 \ No newline at end of file From e6b399d323caa6a0f22bb6186aeefc39bb90202d Mon Sep 17 00:00:00 2001 From: Brian Staber Date: Wed, 9 Jul 2025 22:58:39 +0200 Subject: [PATCH 2/3] Typo --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3696e32..7a62e18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,4 +26,4 @@ numpy = "^2.3.1" plotly = "^6.2.0" pandas = "^2.3.0" ruff = "^0.12.2" -htmlmin2>=0.1.13,<0.2 \ No newline at end of file +htmlmin2 = ">=0.1.13,<0.2" \ No newline at end of file From d672bd019a622ef43d7b8cc0468d8740fbe3511b Mon Sep 17 00:00:00 2001 From: Brian Staber Date: Wed, 9 Jul 2025 22:59:43 +0200 Subject: [PATCH 3/3] Update lock file --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 7a8ce5b..a8cd383 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2242,4 +2242,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.11,<3.13" -content-hash = "9f98bb102432230f77ec295a228a9ec2741ddf6c70e66b1c38df8c792b5e860e" +content-hash = "b4e4af169d5e0055b4a0385ba5f6db4b7656b2ad73fc8d6e60e5b1c88616a605"