-
Notifications
You must be signed in to change notification settings - Fork 65
Upgrade multiple packages for CVE solving #948
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
base: master
Are you sure you want to change the base?
Conversation
It makes sense what you have done here, but I'm wondering why all the tests are failing during checks? |
@awherr 2 Reasons:
Still waiting for all tests to work now. |
Thanks for all of your effort on this. Python 3.8 support holding back latest versions makes sense, we need a plan drop support for 3.8 as the CVE situation will only get worse over time. Its really great that you found the Mypy issue. |
It looks really promising. The executable tests all pass, though it appears to be hung on the container tests. Not sure if these are normally long-running tasks. |
Description