From ce256154de5a1c1066a0caacd379534ad1a8e403 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:24:07 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.3 to >=7.4.3,<9.0.0 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.3...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed4c015..d0878a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ typer = "^0.9.0" [tool.poetry.group.dev.dependencies] pre-commit = "^3.5.0" -pytest = "^7.4.3" +pytest = ">=7.4.3,<9.0.0" apache-airflow = "^2.7.3" m2r2 = "^0.3.3.post2" twine = "^4.0.2"