From 54a5300b6ef9ce056c4cec018ae49466afeb38e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:41:04 +0000 Subject: [PATCH] chore(deps): update google-cloud-storage requirement Updates the requirements on [google-cloud-storage](https://github.com/googleapis/python-storage) to permit the latest version. - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-storage/compare/v2.12.0...v3.10.1) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b5474b8..cb30963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = "^3.11" google-cloud-batch = "^0.17.1" requests = "^2.31.0" google-api-core = "^2.12.0" -google-cloud-storage = "^2.12.0" +google-cloud-storage = "^3.10.1" snakemake-interface-common = "^1.14.0" snakemake-interface-executor-plugins = "^9.0.0" jinja2 = "^3.1.2"