Skip to content

Commit

Permalink
Bump the minor-patch group with 2 updates
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 [lion-pytorch](https://github.com/lucidrains/lion-pytorch).


Updates `pytest` from 8.3.3 to 8.3.4
- [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.3.3...8.3.4)

Updates `lion-pytorch` from 0.2.2 to 0.2.3
- [Release notes](https://github.com/lucidrains/lion-pytorch/releases)
- [Commits](lucidrains/lion-pytorch@0.2.2...0.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent a676f6e commit 47a7788
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.3.3
pytest==8.3.4
einops==0.8.0
lion-pytorch==0.2.2
lion-pytorch==0.2.3
scipy==1.10.1; python_version < "3.9"
scipy==1.14.1; python_version >= "3.9"
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Requirements used for local development
setuptools>=63
pytest~=8.3.3
pytest~=8.3.4
einops~=0.8.0
wheel~=0.44.0
lion-pytorch~=0.2.2
lion-pytorch~=0.2.3
scipy~=1.14.1
pandas~=2.2.2
matplotlib~=3.9.2

0 comments on commit 47a7788

Please sign in to comment.