Skip to content

Commit 340ff73

Browse files
authored
feat: Expand support to include urllib3 v2 (#15)
1 parent 211ce99 commit 340ff73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)