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
Copy file name to clipboardExpand all lines: requirements/how-to-unify-versions.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,3 +49,8 @@ done
49
49
50
50
It would also be possible to upgrade them simultaneously by using ``--upgrade`` multiple times as ``pip-compile --upgrade X --upgrade Y ...``
51
51
but we prefer to do it one by one and commit changes so that any issue can be tracked to the library upgrade
52
+
53
+
54
+
TIP: Check the **Repo-wide overview of libraries** table in the report. Observe the libraries with multiple version in ``version-*`` columns. Note that we can use the script to unifyunify:
55
+
- Those with no ``version-base`` and multiple in ``version-test``
56
+
- Thos with multiple in ``version-base`` and non in ``version-test``
0 commit comments