Acerca de
The Python Dependency Upgrader is a specialized L3 worker skill designed to streamline the maintenance of Python projects. It manages the entire lifecycle of dependency updates, from detecting the package manager (pip, poetry, or pipenv) and performing security vulnerability scans to identifying outdated packages and applying upgrades. Unlike standard update scripts, it proactively searches for migration guides when breaking changes are detected and validates the stability of the environment using automated import tests and pytest suites, ensuring a secure and functional development workflow.