Commit f6d37d5
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments