This is an archive of the discontinued Mercurial Phabricator instance.

automation: upgrade packages in Linux environment
ClosedPublic

Authored by indygreg on Oct 9 2020, 12:47 PM.

Details

Summary

It's been a while since we've ran pip-compile -U. Let's do that.

When I ran this command, black was upgraded and newer versions of
black complains about formatting differences. I didn't feel like
shaving a yak, so I pinned the current black version to avoid
churn.

I manually ran tests against all major Python versions and I'm fairly
certain no new test failures were introduced.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Oct 9 2020, 12:47 PM
pulkit accepted this revision.Oct 10 2020, 2:00 AM
This revision is now accepted and ready to land.Oct 10 2020, 2:00 AM
This revision was automatically updated to reflect the committed changes.