From 61086ddeb750e9b6193d1dac5138362858645d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:04:23 +0000 Subject: [PATCH] Update python-snappy requirement from ^0.6.1 to >=0.6.1,<0.8.0 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-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 73ffca9..f39e440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ duckdb = ">=0.8.1,<0.10.0" arrow = "^1.2.3" cython = "^3.0.2" pyarrow = ">=13,<15" -python-snappy = "^0.6.1" +python-snappy = ">=0.6.1,<0.8.0" tox = "^4.11.3" polars = ">=0.19.11,<0.21.0"