{"library":"pip-upgrader","title":"pip-upgrader","description":"An interactive pip requirements upgrader that updates version pins in requirements.txt files. Current version 2.4.4, requires Python >=3.10. Release cadence is irregular, with updates focused on bug fixes and minor features.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install pip-upgrader"],"cli":{"name":"pip-upgrade","version":"2.4.5"}},"imports":["from pip_upgrader import pip_upgrader"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pip_upgrader import pip_upgrader\n\n# Upgrade all packages interactively\npip_upgrader()\n\n# Upgrade all packages non-interactively (auto-select latest)\npip_upgrader('--non-interactive', '-p', 'all')","lang":"python","description":"Run pip-upgrader from Python code or from CLI with `pip-upgrade`","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}