From 7a2c92fccf398a63a5bed80ed85c35d07b60f036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:14:52 +0000 Subject: [PATCH] Chore(deps): Update toolz requirement from <0.13 to <1.1 Updates the requirements on [toolz](https://github.com/pytoolz/toolz) to permit the latest version. - [Release notes](https://github.com/pytoolz/toolz/releases) - [Changelog](https://github.com/pytoolz/toolz/blob/master/release-notes) - [Commits](https://github.com/pytoolz/toolz/compare/v0.2...1.0.0) --- updated-dependencies: - dependency-name: toolz 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 e768649..a7db31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dependencies = [ "python-dateutil<3", "simplejson<4", "sqlalchemy-cratedb>=0.39.0", - "toolz<0.13", + "toolz<1.1", ] optional-dependencies.all = [ "commons-codec[mongodb,zyp]",