dd-trace-py icon indicating copy to clipboard operation
dd-trace-py copied to clipboard

chore: update pymongo latest version to 4.13.2

Open github-actions[bot] opened this issue 5 months ago • 2 comments

Update pymongo lockfiles and dependency package lockfiles. This performs the following updates:

  1. Some pymongo lockfiles use pymongo latest. This will update pymongo and dependencies.
  2. Some pymongo lockfiles use a pinned (non-latest) version of pymongo, but require the latest version of another package. This will update all such packages.

Checklist

  • [x] PR author has checked that all the criteria below are met
  • The PR description includes an overview of the change
  • The PR description articulates the motivation for the change
  • The change includes tests OR the PR description describes a testing strategy
  • The PR description notes risks associated with the change, if any
  • Newly-added code is easy to change
  • The change follows the library release note guidelines
  • The change includes or references documentation updates if necessary
  • Backport labels are set (if applicable)

Reviewer Checklist

  • [ ] Reviewer has checked that all the criteria below are met
  • Title is accurate
  • All changes are related to the pull request's stated goal
  • Avoids breaking API changes
  • Testing strategy adequately addresses listed risks
  • Newly-added code is easy to change
  • Release note makes sense to a user of the library
  • If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment
  • Backport labels are set in a manner that is consistent with the release branch maintenance policy

github-actions[bot] avatar Jun 26 '25 14:06 github-actions[bot]

CODEOWNERS have been resolved as:

.riot/requirements/12616cb.txt                                          @DataDog/apm-python
.riot/requirements/13015fd.txt                                          @DataDog/apm-python
.riot/requirements/13fe884.txt                                          @DataDog/apm-python
.riot/requirements/14f1594.txt                                          @DataDog/apm-python
.riot/requirements/167d6de.txt                                          @DataDog/apm-python
.riot/requirements/185fc1c.txt                                          @DataDog/apm-python
.riot/requirements/19aba18.txt                                          @DataDog/apm-python
.riot/requirements/19bbf6d.txt                                          @DataDog/apm-python
.riot/requirements/1dbb110.txt                                          @DataDog/apm-python
.riot/requirements/1e60db0.txt                                          @DataDog/apm-python
.riot/requirements/1eb9abd.txt                                          @DataDog/apm-python
.riot/requirements/1fd0884.txt                                          @DataDog/apm-python
.riot/requirements/5a48bdf.txt                                          @DataDog/apm-python
.riot/requirements/6cb445e.txt                                          @DataDog/apm-python
.riot/requirements/8f46789.txt                                          @DataDog/apm-python
.riot/requirements/a0454b7.txt                                          @DataDog/apm-python
.riot/requirements/a98b986.txt                                          @DataDog/apm-python
.riot/requirements/b1f6b59.txt                                          @DataDog/apm-python
.riot/requirements/d0fc014.txt                                          @DataDog/apm-python
.riot/requirements/d66afaf.txt                                          @DataDog/apm-python
.riot/requirements/d7dfbc2.txt                                          @DataDog/apm-python
.riot/requirements/de7d3ce.txt                                          @DataDog/apm-python
ddtrace/contrib/integration_registry/registry.yaml                      @DataDog/apm-core-python @DataDog/apm-idm-python
supported_versions_output.json                                          @DataDog/apm-core-python
supported_versions_table.csv                                            @DataDog/apm-core-python

github-actions[bot] avatar Jun 26 '25 15:06 github-actions[bot]

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 275 ± 3 ms.

The average import time from base is: 278 ± 3 ms.

The import time difference between this PR and base is: -3.0 ± 0.1 ms.

Import time breakdown

The following import paths have shrunk:

ddtrace.auto 2.043 ms (0.74%)
ddtrace.bootstrap.sitecustomize 1.369 ms (0.50%)
ddtrace.bootstrap.preload 1.369 ms (0.50%)
ddtrace.internal.remoteconfig.client 0.663 ms (0.24%)
ddtrace 0.674 ms (0.25%)
ddtrace.internal._unpatched 0.031 ms (0.01%)
json 0.031 ms (0.01%)
json.decoder 0.031 ms (0.01%)
re 0.031 ms (0.01%)
enum 0.031 ms (0.01%)
types 0.031 ms (0.01%)

github-actions[bot] avatar Jun 26 '25 16:06 github-actions[bot]