From e6e11388926a8283c9c9afa42b518e2b2929ec9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 01:37:41 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.1 to >=7.4.1,<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.1...8.1.1) --- 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 cccd07e..a32ce73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ kubernetes = ">=27.2.0,<30" black = "^23.7.0" flake8 = "^6.1.0" coverage = "^7.3.1" -pytest = "^7.4.1" +pytest = ">=7.4.1,<9.0.0" snakemake = {git = "https://github.com/snakemake/snakemake.git"} snakemake-storage-plugin-s3 = "^0.2.7"