From 4d979f9964c7b16201dd86b11b1fcc421c089fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:41:38 +0000 Subject: [PATCH] Bump croud from 1.11.1 to 1.12.0 Bumps [croud](https://github.com/crate/croud) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/crate/croud/releases) - [Changelog](https://github.com/crate/croud/blob/master/CHANGES.rst) - [Commits](https://github.com/crate/croud/compare/1.11.1...1.12.0) --- updated-dependencies: - dependency-name: croud dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17d49248..7f99aa3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -114,7 +114,7 @@ cfr = [ "pyarrow<17.1", ] cloud = [ - "croud==1.11.1", + "croud==1.12.0", ] datasets = [ "datasets<3",