From a0c47992e2eced823f77ef8b18a2a85c1f0861ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 17:02:31 +0000 Subject: [PATCH] Update toolz requirement from ~=1.0.0 to ~=1.1.0 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/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: toolz dependency-version: 1.1.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 e7ad2135..8fb51382 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "sentry-sdk ~=2.39.0", "requests ~=2.32.3", "urllib3 ~=2.5.0", - "toolz ~=1.0.0", + "toolz ~=1.1.0", "tqdm ~=4.67.1", "warcio[all] ~=1.7.5", "wayback ~=0.4.5",