From 464951bf626beb471a6a8834f3e4017152ecb7f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:27:55 +0000 Subject: [PATCH] Update pytest requirement from ^7.4.2 to ^8.2.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.2.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 61a3613..01dbf6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ cryptography="^42.0.5" black = "^23.9.1" flake8 = "^6.1.0" coverage = "^7.3.1" -pytest = "^7.4.2" +pytest = "^8.2.0" snakemake = {git = "https://github.com/snakemake/snakemake.git"} snakemake-storage-plugin-s3 = "^0.2.7"