From f18de46a8a60d1f6ab0a8537fa1409fc4ea8e52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:59:03 +0000 Subject: [PATCH] Bump the major group with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. Updates `pytest` from 7.2.2 to 8.0.1 - [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.1) Updates `matplotlib` to 3.8.3 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.3) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: matplotlib dependency-type: direct:development dependency-group: major ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 2 +- requirements-dev.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 46bd5b9cd..f4a500621 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.1 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..41c1828a0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # Requirements used for local development setuptools>=63 -pytest~=7.2.2 +pytest~=8.0.1 einops~=0.6.0 wheel~=0.40.0 lion-pytorch~=0.0.6 scipy~=1.11.4 pandas~=2.2.0 -matplotlib~=3.8.2 +matplotlib~=3.8.3