From c2912e8fa3fd2c458d55f64067e02464f2168368 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 15:33:53 +0000 Subject: [PATCH] Update pytest requirement from <8,>=7.1 to >=7.1,<9 in /vehicle-python (#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](https://github.com/pytest-dev/pytest/compare/7.2.2...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- vehicle-python/pyproject.toml | 2 +- vehicle-python/requirements-ci.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vehicle-python/pyproject.toml b/vehicle-python/pyproject.toml index 2312d7ed7..6cb03e635 100644 --- a/vehicle-python/pyproject.toml +++ b/vehicle-python/pyproject.toml @@ -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 = [ diff --git a/vehicle-python/requirements-ci.txt b/vehicle-python/requirements-ci.txt index b0db82c0b..dd7f4d0b0 100644 --- a/vehicle-python/requirements-ci.txt +++ b/vehicle-python/requirements-ci.txt @@ -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