From 1957af058e7ffa4e8ad86c64a1d47a5e28c662be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 04:00:48 +0000 Subject: [PATCH] Update pytest-console-scripts requirement from <1.4,>=1.1 to >=1.1,<1.5 Updates the requirements on [pytest-console-scripts](https://github.com/kvas-it/pytest-console-scripts) to permit the latest version. - [Release notes](https://github.com/kvas-it/pytest-console-scripts/releases) - [Changelog](https://github.com/kvas-it/pytest-console-scripts/blob/master/CHANGELOG.md) - [Commits](https://github.com/kvas-it/pytest-console-scripts/compare/1.1.0...1.4.0) --- updated-dependencies: - dependency-name: pytest-console-scripts dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 622e83f..6c4659d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ tests = [ "pep8-naming>=0.12,<0.14", # Require PEP8 compliant variable names "pre-commit>=2.9,<3.3", # Allow us to run pre-commit hooks in testing "pydocstyle>=5.1,<6.4", # Style guidelines for Python documentation - "pytest-console-scripts>=1.1,<1.4", # Allow automatic testing of scripts + "pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts "pytest-cov>=2.10,<4.1", # Pytest plugin for working with coverage "pytest>=6.2,<7.4", # Our testing framework "rstcheck[sphinx]>=5.0,<6.2", # ReStructuredText linter