Skip to content

Commit

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


Updates `pytest` from 8.2.0 to 8.2.1
- [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.2.0...8.2.1)

---
updated-dependencies:
- dependency-name: pytest
  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 May 20, 2024
1 parent 25abf8d commit fa65a9d
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==8.2.0
pytest==8.2.1
einops==0.8.0
lion-pytorch==0.1.4
scipy==1.10.1; python_version < "3.9"
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~=8.2.0
pytest~=8.2.1
einops~=0.8.0
wheel~=0.43.0
lion-pytorch~=0.1.4
Expand Down

0 comments on commit fa65a9d

Please sign in to comment.