Skip to content

Commit f6d37d5

Browse files
committed
chore(liccheck): loosen urllib3 pin to >=2.6.3,<3 to track requests upgrades
CI's `liccheck` step pulled urllib3 2.7.0 (a transitive dep of requests) which the previous strict pin `==2.6.3` rejected. Loosening to a range keeps the license whitelist accurate as requests upgrades urllib3 within the 2.x line.
1 parent fad85fb commit f6d37d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strategy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ certifi: >=2019.11.28
9393
; licence is MIT, but the tool does not detect it
9494
attrs: >=25.4.0
9595
; urllib3 is MIT licensed but tool doesn't detect it
96-
urllib3: ==2.6.3
96+
urllib3: >=2.6.3,<3
9797
; click is BSD-3-Clause licensed but tool doesn't detect it
9898
click: <8.4.0
9999
; typing-extensions is PSF licensed but tool doesn't detect it

0 commit comments

Comments
 (0)