thoth-station / micropipenv

A lightweight wrapper for pip to support requirements.txt, Pipenv and Poetry lock files or converting them to pip-tools compatible output. Designed for containerized Python applications but not limited to them.
https://pypi.org/project/micropipenv/
GNU Lesser General Public License v3.0
234 stars 25 forks source link

Workflow for automatic update of supported pip #298

Closed frenzymadness closed 4 months ago

frenzymadness commented 4 months ago

When I downgraded the supported pip version (we have the latest now) and run the workflow on a push to the feature branch, it was able to open a PR in my fork: https://github.com/frenzymadness/micropipenv/pull/4

I think it should work here as well when run by corn.

Cc: @fridex