From af6298b405e49f495d4a218c075074f079d4b667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 14:44:44 +0000 Subject: [PATCH] Bump the minor-patch group with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [wheel](https://github.com/pypa/wheel) and [scipy](https://github.com/scipy/scipy) to permit the latest version. Updates `pytest` from 8.3.2 to 8.3.3 - [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.2...8.3.3) Updates `wheel` to 0.44.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.43.0...0.44.0) Updates `scipy` from 1.14.0 to 1.14.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.0...v1.14.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: wheel dependency-type: direct:development dependency-group: minor-patch - dependency-name: scipy 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 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 0d507b269..25ff67295 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,6 +1,6 @@ # Requirements used for GitHub actions -pytest==8.3.2 +pytest==8.3.3 einops==0.8.0 lion-pytorch==0.2.2 scipy==1.10.1; python_version < "3.9" -scipy==1.14.0; python_version >= "3.9" +scipy==1.14.1; python_version >= "3.9" diff --git a/requirements-dev.txt b/requirements-dev.txt index bde1194c1..c6f81af42 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # Requirements used for local development setuptools>=63 -pytest~=8.3.2 +pytest~=8.3.3 einops~=0.8.0 -wheel~=0.43.0 +wheel~=0.44.0 lion-pytorch~=0.2.2 -scipy~=1.14.0 +scipy~=1.14.1 pandas~=2.2.2 matplotlib~=3.9.1