mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-18 18:47:29 +09:00
scripts: relax version requirements
Latest version are okay. Freezing them causes Dependabot alerts about vulnerabilities in old versions
This commit is contained in:
parent
2c27f44612
commit
4a3aaf4327
@ -1,9 +1,9 @@
|
|||||||
requests-html
|
requests-html
|
||||||
lxml[html_clean]
|
lxml[html_clean]
|
||||||
packaging~=20.4
|
packaging
|
||||||
requests~=2.32.4
|
requests
|
||||||
sortedcontainers~=2.4.0
|
sortedcontainers
|
||||||
tqdm~=4.51.0
|
tqdm
|
||||||
pandas~=1.5.3
|
pandas
|
||||||
numpy~=1.24.2
|
numpy
|
||||||
jc @ git+https://github.com/native-api/jc@haslib_mode
|
jc @ git+https://github.com/native-api/jc@haslib_mode
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user