Skip to content

Conversation

@datadog-agent-integrations-bot
Copy link
Contributor

What does this PR do?

Update the dependencies

This PR was automatically generated by the following workflow:
https://github.com/DataDog/integrations-core/actions/runs/19809454286

THE CHANGELOG FILES OFTEN HAVE THE WRONG PR NUMBER. MAKE SURE TO CHECK THEM!

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Changelog entries must be created for modifications to shipped code
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
@github-actions
Copy link

github-actions bot commented Dec 1, 2025

⚠️ The qa/skip-qa label has been added with shippable changes

The following files, which will be shipped with the agent, were modified in this PR and
the qa/skip-qa label has been added.

You can ignore this if you are sure the changes in this PR do not require QA. Otherwise, consider removing the label.

List of modified files that will be shipped with the agent
amazon_msk/changelog.d/22005.added cisco_aci/changelog.d/22005.added clickhouse/changelog.d/22005.added datadog_checks_base/changelog.d/22005.added dns_check/changelog.d/22005.added http_check/changelog.d/22005.added ibm_ace/changelog.d/22005.added ibm_i/changelog.d/22005.added ibm_mq/changelog.d/22005.added kafka_consumer/changelog.d/22005.added kubevirt_api/changelog.d/22005.added mongo/changelog.d/22005.added mysql/changelog.d/22005.added openstack_controller/changelog.d/22005.added pgbouncer/changelog.d/22005.added postgres/changelog.d/22005.added redisdb/changelog.d/22005.added riakcs/changelog.d/22005.added silverstripe_cms/changelog.d/22005.added snowflake/changelog.d/22005.added spark/changelog.d/22005.added sqlserver/changelog.d/22005.added ssh_check/changelog.d/22005.added tls/changelog.d/22005.added amazon_msk/pyproject.toml cisco_aci/pyproject.toml clickhouse/pyproject.toml datadog_checks_base/pyproject.toml dns_check/pyproject.toml http_check/pyproject.toml ibm_ace/pyproject.toml ibm_i/pyproject.toml ibm_mq/pyproject.toml kafka_consumer/pyproject.toml kubevirt_api/pyproject.toml mongo/pyproject.toml mysql/pyproject.toml openstack_controller/pyproject.toml pgbouncer/pyproject.toml postgres/pyproject.toml redisdb/pyproject.toml riakcs/pyproject.toml silverstripe_cms/pyproject.toml snowflake/pyproject.toml spark/pyproject.toml sqlserver/pyproject.toml ssh_check/pyproject.toml tls/pyproject.toml 
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +6 to +7
boto3==1.42.0
botocore==1.41.6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align botocore pin with boto3 1.42.0 requirement

The dependency pins boto3 to 1.42.0 while leaving botocore at 1.41.6; boto3 1.42.0 requires botocore >=1.42.0,<1.43.0, so the current pins cannot be resolved by pip and will block installing the agent/integration dependencies that rely on boto3 (e.g., amazon_msk, mysql, postgres).

Useful? React with 👍 / 👎.

@codecov
Copy link

codecov bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.84%. Comparing base (a28034c) to head (03cf751).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment