-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
General upgrade of dependencies #15705
base: devel
Are you sure you want to change the base?
Conversation
Failures seem to be on:
This is documented somewhere... |
8f5edce
to
4cbec7d
Compare
Now the remaining work to be done is clear.
|
So I think @jessicamack is going to take over this from here |
77f2c54
to
5b6fef3
Compare
5b6fef3
to
3dfd369
Compare
From logs of failing checks we have:
And this seems to be a good find because psycopg/psycopg#834 said:
And the suggested change from that is to replace |
Quality Gate passedIssues Measures |
Trying a full-scale deployment of this, running into this on the superuser creation command.
|
# via | ||
# irc | ||
# jaraco-text | ||
# tempora | ||
jaraco-logging==3.3.0 | ||
# via irc | ||
jaraco-stream==3.0.3 | ||
jaraco-stream==3.0.4 | ||
# via irc |
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.
Interesting. We get an import error from this missing dependency, but it seems to be there. Don't know why we wouldn't have it.
SUMMARY
General run of
This requires pulling in yaml/pyyaml#808 for cython stuff, thank you @nitzmahone. One of our unrelated libraries put a >3 constraint for cython, so this affects pyyaml and other stuff.
Otherwise the libraries seem to upgrade without issue.
ISSUE TYPE
COMPONENT NAME