Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49ae54a

Browse files
authoredJan 2, 2024
Bump pytest from 7.4.3 to 7.4.4 in /requirements (AtsushiSakai#963)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.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@7.4.3...7.4.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc3fd0c commit 49ae54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎requirements/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ numpy == 1.26.2
22
scipy == 1.11.4
33
matplotlib == 3.8.2
44
cvxpy == 1.4.1
5-
pytest == 7.4.3 # For unit test
5+
pytest == 7.4.4 # For unit test
66
pytest-xdist == 3.5.0 # For unit test
77
mypy == 1.8.0 # For unit test
88
ruff == 0.1.9 # For unit test

0 commit comments

Comments
 (0)
Please sign in to comment.