From 0eb18dbf2f7e45fb7c12e4aa510f653fc903abb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:44:40 +0000 Subject: [PATCH] chore(deps-dev): 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.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 cfbdeca..8a6c2d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ google-cloud-logging = "^3.8.0" 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", branch="main"} snakemake-storage-plugin-s3 = "^0.2.10"