From 6cf26456dc239cf394e4952fffa025a84d445950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 05:16:15 +0000 Subject: [PATCH] Update pytest requirement from ~=7.4 to ~=8.1 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.4.0...8.1.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dic2owl/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dic2owl/requirements_dev.txt b/dic2owl/requirements_dev.txt index 4160427..3ed0769 100644 --- a/dic2owl/requirements_dev.txt +++ b/dic2owl/requirements_dev.txt @@ -2,5 +2,5 @@ pre-commit~=2.21; python_version<"3.8" pre-commit~=3.5; python_version>="3.8" pylint>=2.13.9,<3; python_version<"3.8" pylint~=3.0; python_version>="3.8" -pytest~=7.4 +pytest~=8.1 pytest-cov~=4.1