From 0a9e329c32520378f17c624c1514295046c01f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:36:19 +0000 Subject: [PATCH] chore(deps-dev): update snakemake-storage-plugin-s3 requirement Updates the requirements on [snakemake-storage-plugin-s3](https://github.com/snakemake/snakemake-storage-plugin-s3) to permit the latest version. - [Release notes](https://github.com/snakemake/snakemake-storage-plugin-s3/releases) - [Changelog](https://github.com/snakemake/snakemake-storage-plugin-s3/blob/main/CHANGELOG.md) - [Commits](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.7...v0.3.3) --- updated-dependencies: - dependency-name: snakemake-storage-plugin-s3 dependency-version: 0.3.3 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 129b66a..1655308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ flake8 = "^6.1.0" coverage = "^7.3.1" pytest = "^7.4.1" snakemake = ">=8.18,<10.0" -snakemake-storage-plugin-s3 = "^0.2.7" +snakemake-storage-plugin-s3 = ">=0.2.7,<0.4.0" [tool.coverage.run] omit = [".*", "*/site-packages/*", "Snakefile"]