From 10b556ef7cacdbc2a7272fb2adb55c13ac0a2a99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 00:15:07 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.2 to >=7.4.2,<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.2...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 83256bf..7533cdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ py-tes = "^0.4.2" black = "^23.9.1" flake8 = "^6.1.0" coverage = "^7.3.1" -pytest = "^7.4.2" +pytest = ">=7.4.2,<9.0.0" snakemake = {git = "https://github.com/snakemake/snakemake.git"} snakemake-storage-plugin-s3 = "^0.2.7"