Skip to content

Commit

Permalink
Update pytest requirement from <8,>=7.1 to >=7.1,<9 in /vehicle-python (
Browse files Browse the repository at this point in the history
#768)

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.2.2...8.0.0)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 87b5cf8 commit c2912e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vehicle-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
]

[project.optional-dependencies]
test = ["pytest >=7.1,<8", "packaging >=23", "pygments >=2.14, <3"]
test = ["pytest >=7.1,<9", "packaging >=23", "pygments >=2.14, <3"]
mypy = ["types_setuptools >=45", "types_pygments >=2.14,<3"]
pygments = ["pygments >=2.14,<3"]
tensorflow = [
Expand Down
2 changes: 1 addition & 1 deletion vehicle-python/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ auditwheel >=5.3.0, <6; sys_platform == 'linux'
build >=0.10.0, <1.1
delocate >=0.10.4, <0.11; sys_platform == 'darwin'
delvewheel >=1.3.5, <2; sys_platform == 'win32'
pytest >=7.2.2, <8
pytest >=7.2.2, <9

0 comments on commit c2912e8

Please sign in to comment.