From 3304cc6052a7e9655325f026d1127a70d311ef9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:36:04 +0000 Subject: [PATCH] Bump the minor-patch group with 2 updates Bumps the minor-patch group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [lion-pytorch](https://github.com/lucidrains/lion-pytorch). Updates `pytest` from 8.3.3 to 8.3.4 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.3...8.3.4) Updates `lion-pytorch` from 0.2.2 to 0.2.3 - [Release notes](https://github.com/lucidrains/lion-pytorch/releases) - [Commits](https://github.com/lucidrains/lion-pytorch/compare/0.2.2...0.2.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: lion-pytorch dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 4 ++-- requirements-dev.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 25ff67295..e4f9e91c4 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,6 +1,6 @@ # Requirements used for GitHub actions -pytest==8.3.3 +pytest==8.3.4 einops==0.8.0 -lion-pytorch==0.2.2 +lion-pytorch==0.2.3 scipy==1.10.1; python_version < "3.9" scipy==1.14.1; python_version >= "3.9" diff --git a/requirements-dev.txt b/requirements-dev.txt index aedd07966..a1e425f97 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # Requirements used for local development setuptools>=63 -pytest~=8.3.3 +pytest~=8.3.4 einops~=0.8.0 wheel~=0.44.0 -lion-pytorch~=0.2.2 +lion-pytorch~=0.2.3 scipy~=1.14.1 pandas~=2.2.2 matplotlib~=3.9.2