From 295b9b2b85a3b10dc8c21a657e01372092db896c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:31:49 +0000 Subject: [PATCH] Bump the minor-patch group across 1 directory with 2 updates Bumps the minor-patch group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [lion-pytorch](https://github.com/lucidrains/lion-pytorch). Updates `ruff` from 0.6.9 to 0.8.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.9...0.8.3) Updates `lion-pytorch` from 0.0.6 to 0.2.3 - [Release notes](https://github.com/lucidrains/lion-pytorch/releases) - [Commits](https://github.com/lucidrains/lion-pytorch/compare/0.0.6...0.2.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: lion-pytorch dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3573b10f0..cf59c448b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,13 +48,13 @@ docs = ["hf-doc-builder==0.5.0"] dev = [ "bitsandbytes[test]", "build>=1.0.0,<2", - "ruff==0.6.9", + "ruff==0.8.3", "pre-commit>=3.5.0,<4", "wheel>=0.42,<1" ] test = [ "einops~=0.6.0", - "lion-pytorch==0.0.6", + "lion-pytorch==0.2.3", "pytest~=7.4", "scipy>=1.10.1,<2; python_version < '3.9'", "scipy>=1.11.4,<2; python_version >= '3.9'",