From 197c7f741caf825cce3db773ead2ee2398fdfe76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:53:50 +0000 Subject: [PATCH] chore(deps): update hotdata requirement Updates the requirements on [hotdata](https://github.com/hotdata-dev/sdk-python) to permit the latest version. - [Release notes](https://github.com/hotdata-dev/sdk-python/releases) - [Changelog](https://github.com/hotdata-dev/sdk-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/hotdata-dev/sdk-python/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: hotdata dependency-version: 0.10.0 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 fcd697b..bbbf00b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "ibis-framework>=12,<13", - "hotdata>=0.9.0,<0.10", + "hotdata>=0.9.0,<0.11", "pyarrow>=16", "pyarrow-hotfix>=0.6", "pandas>=2",