7 Nov
2024
7 Nov
'24
9:31 a.m.
Hi,
I am looking for some advice: If we use the virtualenv install method, how does one keep track of security updates for all the installed dependencies?
I can think of:
- Upgrade regularly all installed packages inside the virtualenv. This might break mailman3 if there are incompatible updates.
- Try to track all dependencies and check if there are security updates published. This might be impossible to achieve.
- Security updates are so rare, we do not need to bother. ;)
Thanks, Bernhard