From de9ab2159a920516062cc5baa604693e50a793da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Bj=C3=A4reholt?= Date: Wed, 24 Jun 2026 13:01:37 +0200 Subject: [PATCH] fix: regenerate poetry.lock to match pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit poetry.lock had drifted from pyproject.toml ('pyproject.toml changed significantly since poetry.lock was last generated'), which made CI emit 'poetry.lock is not consistent with pyproject.toml. You may be getting improper dependencies.' on every build. Re-locked with Poetry 2.3.2; the only changes are the content-hash, generator version, and a normalized version constraint — no dependency versions change. --- poetry.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 898be98..56bac17 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. [[package]] name = "attrs" @@ -230,7 +230,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""} -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" pkgutil-resolve-name = {version = ">=1.3.10", markers = "python_version < \"3.9\""} referencing = ">=0.28.4" rpds-py = ">=0.7.1" @@ -693,4 +693,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "9593ce5dde9e532da7e7f2f04b9617434a2d9d3eea256d44b5fae3235e4e7add" +content-hash = "9ac93f2d6bac28473f4b5a4dabda037554159497caa7ae113ca25ea79f763cbe"