-
Notifications
You must be signed in to change notification settings - Fork 1.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
Update dependencies #16788
Update dependencies #16788
Conversation
The |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
a11616f
to
ffadc09
Compare
Test Results 119 files 119 suites 1h 10m 37s ⏱️ Results for commit ee71517. ♻️ This comment has been updated with latest results. |
@@ -40,7 +40,8 @@ license = "BSD-3-Clause" | |||
[project.optional-dependencies] | |||
deps = [ | |||
"futures==3.4.0; python_version < '3.0'", | |||
"pyvmomi==8.0.2.0.1", | |||
"pyvmomi==8.0.0.1; python_version < '3.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.
nice!!
What does this PR do?
Update most of our dependencies except psutil
Motivation
Agent build is failing for psutil, I'll investigate in a separate PR
Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.