From 845637c988a43e30654b056c17cd2c1653891fd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:37:30 +0000 Subject: [PATCH] fix(deps): pin dependency pint to v0.25 (#7213) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index caede87ef..b0bb6e5d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "typing-extensions==4.15.0", "itsdangerous==2.2.0", "ingredient-parser-nlp==2.5.0", - "pint>=0.25", + "pint==0.25", ] [project.scripts] diff --git a/uv.lock b/uv.lock index 265499e65..aabcbfe4f 100644 --- a/uv.lock +++ b/uv.lock @@ -924,7 +924,7 @@ requires-dist = [ { name = "paho-mqtt", specifier = "==1.6.1" }, { name = "pillow", specifier = "==12.1.1" }, { name = "pillow-heif", specifier = "==1.3.0" }, - { name = "pint", specifier = ">=0.25" }, + { name = "pint", specifier = "==0.25" }, { name = "psycopg2-binary", marker = "extra == 'pgsql'", specifier = "==2.9.11" }, { name = "pydantic", specifier = "==2.12.5" }, { name = "pydantic-settings", specifier = "==2.13.1" },