Skip to content

Commit

Permalink
Bump the major group with 1 update
Browse files Browse the repository at this point in the history
Bumps the major group with 1 update: [pytest](https://github.com/pytest-dev/pytest).


Updates `pytest` from 7.2.2 to 8.0.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@7.2.2...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 73d3e7b commit cb8a047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Requirements used for GitHub actions
pytest==7.2.2
pytest==8.0.0
einops==0.6.0
wheel==0.40.0
lion-pytorch==0.0.6
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Requirements used for local development
setuptools>=63
pytest~=7.2.2
pytest~=8.0.0
einops~=0.6.0
wheel~=0.40.0
lion-pytorch~=0.0.6
Expand Down

0 comments on commit cb8a047

Please sign in to comment.