From 5717ab88d16fa9aae1acf1e5c332dc7ce0f441de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 21:47:44 +0000 Subject: [PATCH] chore(deps): bump ibis-framework from 5.1.0 to 7.1.0 Bumps [ibis-framework](https://github.com/ibis-project/ibis) from 5.1.0 to 7.1.0. - [Release notes](https://github.com/ibis-project/ibis/releases) - [Changelog](https://github.com/ibis-project/ibis/blob/master/docs/release_notes.md) - [Commits](https://github.com/ibis-project/ibis/compare/5.1.0...7.1.0) --- updated-dependencies: - dependency-name: ibis-framework dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8fb5a532a..3e7351784 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ # Core dependencies "fsspec>=2022.8.2", "google-api-python-client==2.91.0", - "ibis-framework==5.1.0", + "ibis-framework==7.1.0", "impyla==0.18.0", "SQLAlchemy==1.4.49", "PyMySQL==1.1.0",