mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
fix: align pip version constraint in requirements_dev.txt (#16275)
fix: align pip version constraint in requirements_dev.txt with requirements.txt (fixes #16272) requirements.txt pins pip==25.3 while requirements_dev.txt specified pip>=21.3,<=24.0, causing ResolutionImpossible when installing both. Updated requirements_dev.txt to use pip>=25.3 to maintain compatibility.
This commit is contained in:
@@ -23,7 +23,7 @@ gprof2dot
|
|||||||
atomicwrites
|
atomicwrites
|
||||||
flake8
|
flake8
|
||||||
yamllint
|
yamllint
|
||||||
pip>=21.3,<=24.0 # PEP 660 – Editable installs for pyproject.toml based builds (wheel based)
|
pip>=25.3 # PEP 660 – Editable installs for pyproject.toml based builds (wheel based)
|
||||||
|
|
||||||
# python debuggers
|
# python debuggers
|
||||||
debugpy
|
debugpy
|
||||||
|
|||||||
Reference in New Issue
Block a user