Skip to content

Commit a8c238c

Browse files
Update pytest requirement from >=7.3, <9.0 to >=7.3,<10.0 (#288)
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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.3.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 310e45a commit a8c238c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ numpy = "^2.2"
1616
scipy = "^1.10"
1717
transforms3d = "^0.4.1"
1818
matplotlib = "^3.7"
19-
pytest = ">=7.3, <9.0"
19+
pytest = ">=7.3,<10.0"
2020
pybullet = "^3.2.5"
2121
gymnasium = "~=1.2"
2222
stable-baselines3 = "^2.0.0"

0 commit comments

Comments
 (0)