You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, with the command provided by the docs, only the parsedmarc package is updated.
Wouldn't it be better to use a pip update strategy to update all the other packages?
For example, instead of sudo -u parsedmarc /opt/parsedmarc/venv/bin/pip install -U parsedmarc
it could be sudo -u parsedmarc /opt/parsedmarc/venv/bin/pip install -U --upgrade-strategy eager parsedmarc
This would ensure that everyone is using the latest libs with the latest security and bugs fixed.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, with the command provided by the docs, only the parsedmarc package is updated.
Wouldn't it be better to use a pip update strategy to update all the other packages?
For example, instead of
sudo -u parsedmarc /opt/parsedmarc/venv/bin/pip install -U parsedmarc
it could be
sudo -u parsedmarc /opt/parsedmarc/venv/bin/pip install -U --upgrade-strategy eager parsedmarc
This would ensure that everyone is using the latest libs with the latest security and bugs fixed.
Beta Was this translation helpful? Give feedback.
All reactions