mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
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.
817 B
817 B