Skip to content

Commit 5cc91b1

Browse files
Bump pytest from 8.3.1 to 8.3.2 in the minor-patch group (#1296)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2621e1a commit 5cc91b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-ci.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Requirements used for GitHub actions
2-
pytest==8.3.1
2+
pytest==8.3.2
33
einops==0.8.0
44
lion-pytorch==0.2.2
55
scipy==1.10.1; python_version < "3.9"

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Requirements used for local development
22
setuptools>=63
3-
pytest~=8.3.1
3+
pytest~=8.3.2
44
einops~=0.8.0
55
wheel~=0.43.0
66
lion-pytorch~=0.2.2

0 commit comments

Comments
 (0)