diff --git a/pyproject.toml b/pyproject.toml index b0bb6e5d1..0e09cf888 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.2", ] [project.scripts] diff --git a/uv.lock b/uv.lock index aabcbfe4f..bc1c44ba7 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.2" }, { name = "psycopg2-binary", marker = "extra == 'pgsql'", specifier = "==2.9.11" }, { name = "pydantic", specifier = "==2.12.5" }, { name = "pydantic-settings", specifier = "==2.13.1" }, @@ -1257,7 +1257,7 @@ wheels = [ [[package]] name = "pint" -version = "0.25" +version = "0.25.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "flexcache" }, @@ -1265,9 +1265,9 @@ dependencies = [ { name = "platformdirs" }, { name = "typing-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/5a/cb/e6ffaf3d019e8501b1264dac529bf829ac2f1fe1d488cfcf67f1fccadacf/pint-0.25.tar.gz", hash = "sha256:22911a30d682ee0540d656571c19a7b1806ce00b2be88a16f67218108b7b8cc2", size = 253010, upload-time = "2025-08-15T19:49:12.72Z" } +sdist = { url = "https://files.pythonhosted.org/packages/5f/74/bc3f671997158aef171194c3c4041e549946f4784b8690baa0626a0a164b/pint-0.25.2.tar.gz", hash = "sha256:85a45d1da8fe9c9f7477fed8aef59ad2b939af3d6611507e1a9cbdacdcd3450a", size = 254467, upload-time = "2025-11-06T22:08:09.184Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/76/cc/c528311d798e22ec884b816e8aa2989e0f1f28cdc8e5969e2be5f10bce85/pint-0.25-py3-none-any.whl", hash = "sha256:cc20ae3dff010b9bbea41fb80c2de008f683cc83512cea73633d55aead80aa1e", size = 305462, upload-time = "2025-08-15T19:49:11.083Z" }, + { url = "https://files.pythonhosted.org/packages/ab/88/550d41e81e6d43335603a960cd9c75c1d88f9cf01bc9d4ee8e86290aba7d/pint-0.25.2-py3-none-any.whl", hash = "sha256:ca35ab1d8eeeb6f7d9942b3cb5f34ca42b61cdd5fb3eae79531553dcca04dda7", size = 306762, upload-time = "2025-11-06T22:08:07.745Z" }, ] [[package]]