From ae887251806d396a3d1019ad5b6f5bc677f09363 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:32:47 +0500 Subject: [PATCH] Bump urllib3 from 1.26 to 1.26.18 (#4) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f86c9f..698a45c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = { file = "LICENSE" } classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "requests==2.23.0", - "urllib3==1.26", + "urllib3==1.26.18", "utils==1.0.1", "websockets>=9.1", "pytest==6.2.1",