-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update dependencies including github3.py #3073
Conversation
Looking at the tests that broke... |
# Work around normalized name of github3.py distribution | ||
req = req.replace("github3-py", "github3.py") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huh. Figured setuptools/wheel would do the right thing here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah -- I think there's probably a bug somewhere in there, but I hit my timebox for locating it and decided to do this instead.
# via -r requirements/prod.in | ||
github3.py==3.0.0 | ||
github3-py==3.1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😑
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's from this change in pip-tools: jazzband/pip-tools#1572
Also includes some tidying of github actions configuration
Critical Changes
Changes
Issues Closed