From e02fb226bf2e52a952b11b530e7683c308c49f52 Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Wed, 14 Aug 2024 05:16:19 -0400 Subject: [PATCH] build: Update webdav4 dependency to 0.10.0 (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [This release](https://github.com/skshetry/webdav4/releases/tag/v0.10.0) contains no obvious incompatible changes, and it has compatibility fixes for current `fsspec` releases (although based on the tests that were failing in 0.9.x, this mostly or solely affects the CLI). If you wanted to use a version range instead, that would be OK too. See also https://github.com/snakemake/snakemake-storage-plugin-webdav/pull/5, which will conflict trivially with this PR since it modifies an adjacent line. Co-authored-by: Johannes Köster --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 50cea0a..6e94116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/st python = "^3.11" snakemake-interface-common = "^1.15.0" snakemake-interface-storage-plugins = "^3.0.0" -webdav4 = "^0.9.8" +webdav4 = "^0.10.0" fsspec = ">=2023.12.2" [tool.poetry.group.dev.dependencies]