From c37457e08de6e5b673178bb28a14a29235aedbf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:53:50 +0000 Subject: [PATCH] Update python-snappy requirement from >=0.6.0 to >=0.7.3 Updates the requirements on [python-snappy](https://github.com/intake/python-snappy) to permit the latest version. - [Commits](https://github.com/intake/python-snappy/commits) --- updated-dependencies: - dependency-name: python-snappy dependency-version: 0.7.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/snappy.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/snappy.txt b/requirements/snappy.txt index 1b33fd9d08..accf696f8b 100644 --- a/requirements/snappy.txt +++ b/requirements/snappy.txt @@ -1 +1 @@ -python-snappy>=0.6.0 +python-snappy>=0.7.3