Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 837 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 837 Bytes

renopy

Potential bug on Renovatebot?

Make a virtual env with python3 -m venv venv, then activate it with source venv/bin/activate. Please install pip-tools with pip3.9 install pip-tools and then run scripts/update-reqs.sh to get the .txt files for the dependencies. Install these with pip3.9 install -r requirements-dev.txt

Expected Behavior:

Renovate picks up the new necessary version the .in files and bumps the version of e.g. python-magic==0.4.19 t the newst version python-magic==0.4.24 using pip-tools compile or the scripts/update-reqs.sh which do the same. This dependency sits in requirements-common.in.

Actual Behavior:

Renovate modifies the requirements-*.txt files without adjusting the .in files. It creates a lot of noise, as it also updates sub-dependencies, which we do not want.