From 07f9efe2c3e9ac27291e8c74eb28ba2a5f61fc42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 16:10:33 +0200 Subject: [PATCH] Update pytest requirement from ==7.* to >=7,<9 (#261) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update pytest requirement from ==7.* to 8.* 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.0.0rc1...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update pyproject.toml * Update pyproject.toml * Update requirements_for_software_tests.txt * Update pyproject.toml change pytest minversion --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej DÄ…browski <51504507+mdabrowski1990@users.noreply.github.com> --- pyproject.toml | 2 +- tests/requirements_for_software_tests.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5454a859..3b251257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ "mock == 5.*", - "pytest == 7.*", + "pytest == 8.*", "pytest-cov", "pytest-asyncio", ] diff --git a/tests/requirements_for_software_tests.txt b/tests/requirements_for_software_tests.txt index f83592a5..d84647a7 100644 --- a/tests/requirements_for_software_tests.txt +++ b/tests/requirements_for_software_tests.txt @@ -1,4 +1,4 @@ mock==5.* -pytest==7.* +pytest==8.* pytest-cov==4.* -pytest-asyncio>=0.17.2 \ No newline at end of file +pytest-asyncio>=0.17.2