From 68c23bebf1a272d269d78e50c945de14053fa80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 09:15:46 +0000 Subject: [PATCH] build(deps): bump unidiff from 0.7.5 to 1.0.0 Bumps [unidiff](https://github.com/matiasb/python-unidiff) from 0.7.5 to 1.0.0. - [Release notes](https://github.com/matiasb/python-unidiff/releases) - [Changelog](https://github.com/matiasb/python-unidiff/blob/main/HISTORY) - [Commits](https://github.com/matiasb/python-unidiff/compare/v0.7.5...v1.0.0) --- updated-dependencies: - dependency-name: unidiff dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb4637b091..ddb0ac24a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dependencies = [ "taskcluster>=97.1,<103.1", "tenacity~=9.1.4", "tqdm>=4.67.3,<4.71.0", - "unidiff~=0.7.5", + "unidiff>=0.7.5,<1.1.0", "weave>=0.53.4", "xgboost>=3.2,<3.5", "zstandard~=0.25.0", diff --git a/uv.lock b/uv.lock index 00a136fea6..379dd3bb77 100644 --- a/uv.lock +++ b/uv.lock @@ -733,7 +733,7 @@ requires-dist = [ { name = "taskcluster", specifier = ">=97.1,<103.1" }, { name = "tenacity", specifier = "~=9.1.4" }, { name = "tqdm", specifier = ">=4.67.3,<4.71.0" }, - { name = "unidiff", specifier = "~=0.7.5" }, + { name = "unidiff", specifier = ">=0.7.5,<1.1.0" }, { name = "weave", specifier = ">=0.53.4" }, { name = "xgboost", specifier = ">=3.2,<3.5" }, { name = "zstandard", specifier = "~=0.25.0" }, @@ -7438,11 +7438,11 @@ wheels = [ [[package]] name = "unidiff" -version = "0.7.5" +version = "1.0.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a3/48/81be0ac96e423a877754153699731ef439fd7b80b4c8b5425c94ed079ebd/unidiff-0.7.5.tar.gz", hash = "sha256:2e5f0162052248946b9f0970a40e9e124236bf86c82b70821143a6fc1dea2574", size = 20931, upload-time = "2023-03-10T01:05:39.185Z" } +sdist = { url = "https://files.pythonhosted.org/packages/98/48/6ebfbda867e1a07bab3bbffe820e980bff8262c97ff77d1496a4fa15e711/unidiff-1.0.0.tar.gz", hash = "sha256:5e5d5cfab2dc98be819b74747ab7d9f5af8695369ec8710b93f9ab0f0ae6a449", size = 29365, upload-time = "2026-07-25T19:13:59.917Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/8a/54/57c411a6e8f7bd7848c8b66e4dcaffa586bf4c02e63f2280db0327a4e6eb/unidiff-0.7.5-py2.py3-none-any.whl", hash = "sha256:c93bf2265cc1ba2a520e415ab05da587370bc2a3ae9e0414329f54f0c2fc09e8", size = 14386, upload-time = "2023-03-10T01:05:36.594Z" }, + { url = "https://files.pythonhosted.org/packages/65/ca/860142913b2fee25c78b3af733054e248c488bd83cf6cfb97969e98e3bcf/unidiff-1.0.0-py3-none-any.whl", hash = "sha256:2e1fb4eebe2354a26a1f3d51efe2e5d504cae5764b98ed8bdbb4e7a000baff28", size = 18279, upload-time = "2026-07-25T19:13:58.797Z" }, ] [[package]]