Skip to content

Commit 8208064

Browse files
committed
feat: Expand support to include urllib3 v2
1 parent 094bfe1 commit 8208064

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contract-tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==2.3.2
2-
urllib3>=1.22.0,<2
2+
urllib3>=1.22.0,<3

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
urllib3>=1.22.0,<2
1+
urllib3>=1.22.0,<3

0 commit comments

Comments
 (0)