From b62f92614f6b5caa94df88779b5b8e4cfdf2b503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 09:17:23 +0000 Subject: [PATCH] Update backports-zstd requirement from >=1.0.0 to >=1.3.0 Updates the requirements on [backports-zstd](https://github.com/rogdham/backports.zstd) to permit the latest version. - [Changelog](https://github.com/Rogdham/backports.zstd/blob/master/CHANGELOG.md) - [Commits](https://github.com/rogdham/backports.zstd/compare/v1.0.0...v1.3.0) --- updated-dependencies: - dependency-name: backports-zstd dependency-version: 1.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/zstd.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/zstd.txt b/requirements/zstd.txt index 26c899e04c..1bc3c6f5c7 100644 --- a/requirements/zstd.txt +++ b/requirements/zstd.txt @@ -1 +1 @@ -backports.zstd>=1.0.0;python_version<'3.14' +backports.zstd>=1.3.0;python_version<'3.14'