From cb8a047f5f1c2b69e242361d96d2cb8c502094cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:26:17 +0000 Subject: [PATCH] Bump the major group with 1 update Bumps the major group with 1 update: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 7.2.2 to 8.0.0 - [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/7.2.2...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 46bd5b9cd..1888179c9 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,5 +1,5 @@ # Requirements used for GitHub actions -pytest==7.2.2 +pytest==8.0.0 einops==0.6.0 wheel==0.40.0 lion-pytorch==0.0.6 diff --git a/requirements-dev.txt b/requirements-dev.txt index 7ede5b061..1546f6774 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Requirements used for local development setuptools>=63 -pytest~=7.2.2 +pytest~=8.0.0 einops~=0.6.0 wheel~=0.40.0 lion-pytorch~=0.0.6