From 8d93d993a3fb2a6260bb1e5154fff9de12428749 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 14:52:01 +0100 Subject: [PATCH] fix(deps): update dependency urllib3 to v2 (#217) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c10c5e..6ed2639 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ classifiers = [ ] requires-python = ">=3.9,<3.13" # the main constraint for supported Python versions is the multiprocess library dependencies = [ - "urllib3<2", + "urllib3<3", "multiprocess~=0.70.15", "requests>=2.31,<2.33", "PyYAML~=6.0",