-
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 #16394
Update dependencies #16394
Conversation
Codecov Report
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. |
a75791c
to
6143de9
Compare
6143de9
to
7ea3ab7
Compare
7ea3ab7
to
54dbf76
Compare
datadog_checks_base/datadog_checks/base/data/agent_requirements.in
Outdated
Show resolved
Hide resolved
datadog_checks_base/datadog_checks/base/data/agent_requirements.in
Outdated
Show resolved
Hide resolved
"cryptography==41.0.6; python_version > '3.0'", | ||
"pymysql==0.10.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.
need to manually remove py2 deps?
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.
Our tooling brought back some py2 deps on py3 only integrations (mostly DBM integrations). It's completely ok even if useless. I'll fix this later. We'll keep it for now so we do not keep fighting with our bot when it updates the deps automatically
What does this PR do?
Update some of our dependencies
Motivation
Additional Notes
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.