From 6a8ba5541af8e68051f4df6917ef427ef0ea8e1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 00:49:44 +0000 Subject: [PATCH] Bump the minor-patch group across 1 directory with 5 updates Bumps the minor-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [einops](https://github.com/arogozhnikov/einops) | `0.6.0` | `0.8.0` | | [wheel](https://github.com/pypa/wheel) | `0.40.0` | `0.43.0` | | [lion-pytorch](https://github.com/lucidrains/lion-pytorch) | `0.0.6` | `0.2.2` | | [scipy](https://github.com/scipy/scipy) | `1.11.4` | `1.13.1` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.0` | `2.2.2` | Updates `einops` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/arogozhnikov/einops/releases) - [Commits](https://github.com/arogozhnikov/einops/compare/v0.6.0...v0.8.0) Updates `wheel` from 0.40.0 to 0.43.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.40.0...0.43.0) Updates `lion-pytorch` from 0.0.6 to 0.2.2 - [Release notes](https://github.com/lucidrains/lion-pytorch/releases) - [Commits](https://github.com/lucidrains/lion-pytorch/compare/0.0.6...0.2.2) Updates `scipy` from 1.11.4 to 1.13.1 - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.11.4...v1.13.1) Updates `pandas` from 2.2.0 to 2.2.2 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v2.2.2) --- updated-dependencies: - dependency-name: einops dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: wheel 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 - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] --- requirements-ci.txt | 10 +++++----- requirements-dev.txt | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 46bd5b9cd..858fdf970 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -1,7 +1,7 @@ # Requirements used for GitHub actions pytest==7.2.2 -einops==0.6.0 -wheel==0.40.0 -lion-pytorch==0.0.6 -scipy==1.11.4 -pandas==2.2.0 +einops==0.8.0 +wheel==0.43.0 +lion-pytorch==0.2.2 +scipy==1.13.1 +pandas==2.2.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index 7ede5b061..dfee87573 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,9 +1,9 @@ # Requirements used for local development setuptools>=63 pytest~=7.2.2 -einops~=0.6.0 -wheel~=0.40.0 -lion-pytorch~=0.0.6 -scipy~=1.11.4 -pandas~=2.2.0 +einops~=0.8.0 +wheel~=0.43.0 +lion-pytorch~=0.2.2 +scipy~=1.13.1 +pandas~=2.2.2 matplotlib~=3.8.2