Skip to content

Commit

Permalink
Bump pytest from 8.3.1 to 8.3.2 in the minor-patch group (#1296)
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.3.1 to 8.3.2
- [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.1...8.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 2621e1a commit 5cc91b1
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.3.1
pytest==8.3.2
einops==0.8.0
lion-pytorch==0.2.2
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.3.1
pytest~=8.3.2
einops~=0.8.0
wheel~=0.43.0
lion-pytorch~=0.2.2
Expand Down

0 comments on commit 5cc91b1

Please sign in to comment.