From 7630838fd9b3d29e397ada359d3aa0b66dc455de Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Thu, 2 Jan 2025 23:07:23 -0500 Subject: [PATCH] build(test): pin vcrpy>=7.0.0 + remove urllib3 from optional dev deps (#476) close #472 --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d215dda..51fbe5a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,9 +55,8 @@ dev = [ "pytest", "pytest-cov", "pytest-vcr", - "vcrpy", + "vcrpy>=7.0.0", "pyyaml", - "urllib3<2.3.0", # TODO pending resolution of issue #472 # style "pre-commit>=4.0.1", "pylint",