Skip to content

Commit

Permalink
Bump the minor-patch group with 2 updates (#1192)
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [einops](https://github.com/arogozhnikov/einops).


Updates `pytest` from 8.1.1 to 8.2.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.1.1...8.2.0)

Updates `einops` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/arogozhnikov/einops/releases)
- [Commits](arogozhnikov/einops@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: einops
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 30, 2024
1 parent ffd7d0d commit 5b9ef77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements used for GitHub actions
pytest==8.1.1
einops==0.7.0
pytest==8.2.0
einops==0.8.0
lion-pytorch==0.1.4
scipy==1.10.1; python_version < "3.9"
scipy==1.13.0; python_version >= "3.9"
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Requirements used for local development
setuptools>=63
pytest~=8.1.1
einops~=0.7.0
pytest~=8.2.0
einops~=0.8.0
wheel~=0.43.0
lion-pytorch~=0.1.4
scipy~=1.13.0
Expand Down

0 comments on commit 5b9ef77

Please sign in to comment.