Skip to content

Commit 44c505b

Browse files
authored
chore: update pymongo latest version to 4.13.2 (#13808)
## 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](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## 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](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) 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](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
1 parent 5f90ab7 commit 44c505b

25 files changed

+273
-243
lines changed

.riot/requirements/12616cb.txt

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,24 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/12616cb.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.4
9-
exceptiongroup==1.2.2
7+
attrs==25.3.0
8+
coverage[toml]==7.9.1
9+
exceptiongroup==1.3.0
1010
hypothesis==6.45.0
11-
importlib-metadata==8.5.0
12-
iniconfig==2.0.0
13-
mock==5.1.0
11+
importlib-metadata==8.7.0
12+
iniconfig==2.1.0
13+
mock==5.2.0
1414
mongoengine==0.29.1
1515
opentracing==2.4.0
16-
packaging==24.2
17-
pluggy==1.5.0
16+
packaging==25.0
17+
pluggy==1.6.0
18+
pygments==2.19.2
1819
pymongo==3.9.0
19-
pytest==8.3.3
20-
pytest-cov==6.0.0
21-
pytest-mock==3.14.0
20+
pytest==8.4.1
21+
pytest-cov==6.2.1
22+
pytest-mock==3.14.1
2223
pytest-randomly==3.16.0
2324
sortedcontainers==2.4.0
24-
tomli==2.1.0
25-
zipp==3.21.0
25+
tomli==2.2.1
26+
typing-extensions==4.14.0
27+
zipp==3.23.0

.riot/requirements/13015fd.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,24 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13015fd.in
66
#
7-
attrs==24.2.0
7+
attrs==25.3.0
88
coverage[toml]==7.6.1
99
dnspython==2.6.1
10-
exceptiongroup==1.2.2
10+
exceptiongroup==1.3.0
1111
hypothesis==6.45.0
1212
importlib-metadata==8.5.0
13-
iniconfig==2.0.0
14-
mock==5.1.0
13+
iniconfig==2.1.0
14+
mock==5.2.0
1515
mongoengine==0.29.1
1616
opentracing==2.4.0
17-
packaging==24.2
17+
packaging==25.0
1818
pluggy==1.5.0
1919
pymongo==4.10.1
20-
pytest==8.3.3
20+
pytest==8.3.5
2121
pytest-cov==5.0.0
22-
pytest-mock==3.14.0
22+
pytest-mock==3.14.1
2323
pytest-randomly==3.15.0
2424
sortedcontainers==2.4.0
25-
tomli==2.1.0
25+
tomli==2.2.1
26+
typing-extensions==4.13.2
2627
zipp==3.20.2

.riot/requirements/13fe884.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13fe884.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.4
7+
attrs==25.3.0
8+
coverage[toml]==7.9.1
99
hypothesis==6.45.0
10-
iniconfig==2.0.0
11-
mock==5.1.0
10+
iniconfig==2.1.0
11+
mock==5.2.0
1212
mongoengine==0.29.1
1313
opentracing==2.4.0
14-
packaging==24.2
15-
pluggy==1.5.0
14+
packaging==25.0
15+
pluggy==1.6.0
16+
pygments==2.19.2
1617
pymongo==3.12.3
17-
pytest==8.3.3
18-
pytest-cov==6.0.0
19-
pytest-mock==3.14.0
18+
pytest==8.4.1
19+
pytest-cov==6.2.1
20+
pytest-mock==3.14.1
2021
pytest-randomly==3.16.0
2122
sortedcontainers==2.4.0

.riot/requirements/14f1594.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/14f1594.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==25.3.0
8+
coverage[toml]==7.9.1
99
hypothesis==6.45.0
10-
iniconfig==2.0.0
11-
mock==5.1.0
10+
iniconfig==2.1.0
11+
mock==5.2.0
1212
mongoengine==0.29.1
1313
opentracing==2.4.0
14-
packaging==24.1
15-
pluggy==1.5.0
14+
packaging==25.0
15+
pluggy==1.6.0
16+
pygments==2.19.2
1617
pymongo==3.12.3
17-
pytest==8.3.3
18-
pytest-cov==5.0.0
19-
pytest-mock==3.14.0
20-
pytest-randomly==3.15.0
18+
pytest==8.4.1
19+
pytest-cov==6.2.1
20+
pytest-mock==3.14.1
21+
pytest-randomly==3.16.0
2122
sortedcontainers==2.4.0

.riot/requirements/167d6de.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/167d6de.in
66
#
7-
attrs==24.2.0
7+
attrs==25.3.0
88
coverage[toml]==7.6.1
9-
exceptiongroup==1.2.2
9+
exceptiongroup==1.3.0
1010
hypothesis==6.45.0
1111
importlib-metadata==8.5.0
12-
iniconfig==2.0.0
13-
mock==5.1.0
12+
iniconfig==2.1.0
13+
mock==5.2.0
1414
mongoengine==0.29.1
1515
opentracing==2.4.0
16-
packaging==24.2
16+
packaging==25.0
1717
pluggy==1.5.0
1818
pymongo==3.8.0
19-
pytest==8.3.3
19+
pytest==8.3.5
2020
pytest-cov==5.0.0
21-
pytest-mock==3.14.0
21+
pytest-mock==3.14.1
2222
pytest-randomly==3.15.0
2323
sortedcontainers==2.4.0
24-
tomli==2.1.0
24+
tomli==2.2.1
25+
typing-extensions==4.13.2
2526
zipp==3.20.2

.riot/requirements/185fc1c.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,23 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/185fc1c.in
66
#
7-
attrs==24.2.0
7+
attrs==25.3.0
88
coverage[toml]==7.6.1
9-
exceptiongroup==1.2.2
9+
exceptiongroup==1.3.0
1010
hypothesis==6.45.0
1111
importlib-metadata==8.5.0
12-
iniconfig==2.0.0
13-
mock==5.1.0
12+
iniconfig==2.1.0
13+
mock==5.2.0
1414
mongoengine==0.29.1
1515
opentracing==2.4.0
16-
packaging==24.2
16+
packaging==25.0
1717
pluggy==1.5.0
1818
pymongo==3.13.0
19-
pytest==8.3.3
19+
pytest==8.3.5
2020
pytest-cov==5.0.0
21-
pytest-mock==3.14.0
21+
pytest-mock==3.14.1
2222
pytest-randomly==3.15.0
2323
sortedcontainers==2.4.0
24-
tomli==2.1.0
24+
tomli==2.2.1
25+
typing-extensions==4.13.2
2526
zipp==3.20.2

.riot/requirements/19aba18.txt

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,24 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/19aba18.in
66
#
7-
attrs==24.2.0
7+
attrs==25.3.0
88
coverage[toml]==7.6.1
99
dnspython==2.6.1
10-
exceptiongroup==1.2.2
10+
exceptiongroup==1.3.0
1111
hypothesis==6.45.0
1212
importlib-metadata==8.5.0
13-
iniconfig==2.0.0
14-
mock==5.1.0
13+
iniconfig==2.1.0
14+
mock==5.2.0
1515
mongoengine==0.29.1
1616
opentracing==2.4.0
17-
packaging==24.2
17+
packaging==25.0
1818
pluggy==1.5.0
1919
pymongo==4.10.1
20-
pytest==8.3.3
20+
pytest==8.3.5
2121
pytest-cov==5.0.0
22-
pytest-mock==3.14.0
22+
pytest-mock==3.14.1
2323
pytest-randomly==3.15.0
2424
sortedcontainers==2.4.0
25-
tomli==2.1.0
25+
tomli==2.2.1
26+
typing-extensions==4.13.2
2627
zipp==3.20.2

.riot/requirements/19bbf6d.txt

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/19bbf6d.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==25.3.0
8+
coverage[toml]==7.9.1
99
dnspython==2.7.0
1010
hypothesis==6.45.0
11-
iniconfig==2.0.0
12-
mock==5.1.0
11+
iniconfig==2.1.0
12+
mock==5.2.0
1313
mongoengine==0.29.1
1414
opentracing==2.4.0
15-
packaging==24.1
16-
pluggy==1.5.0
17-
pymongo==4.10.1
18-
pytest==8.3.3
19-
pytest-cov==5.0.0
20-
pytest-mock==3.14.0
21-
pytest-randomly==3.15.0
15+
packaging==25.0
16+
pluggy==1.6.0
17+
pygments==2.19.2
18+
pymongo==4.13.2
19+
pytest==8.4.1
20+
pytest-cov==6.2.1
21+
pytest-mock==3.14.1
22+
pytest-randomly==3.16.0
2223
sortedcontainers==2.4.0

.riot/requirements/1dbb110.txt

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,25 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1dbb110.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.4
7+
attrs==25.3.0
8+
coverage[toml]==7.9.1
99
dnspython==2.7.0
10-
exceptiongroup==1.2.2
10+
exceptiongroup==1.3.0
1111
hypothesis==6.45.0
12-
importlib-metadata==8.5.0
13-
iniconfig==2.0.0
14-
mock==5.1.0
12+
importlib-metadata==8.7.0
13+
iniconfig==2.1.0
14+
mock==5.2.0
1515
mongoengine==0.29.1
1616
opentracing==2.4.0
17-
packaging==24.2
18-
pluggy==1.5.0
19-
pymongo==4.10.1
20-
pytest==8.3.3
21-
pytest-cov==6.0.0
22-
pytest-mock==3.14.0
17+
packaging==25.0
18+
pluggy==1.6.0
19+
pygments==2.19.2
20+
pymongo==4.13.2
21+
pytest==8.4.1
22+
pytest-cov==6.2.1
23+
pytest-mock==3.14.1
2324
pytest-randomly==3.16.0
2425
sortedcontainers==2.4.0
25-
tomli==2.1.0
26-
zipp==3.21.0
26+
tomli==2.2.1
27+
typing-extensions==4.14.0
28+
zipp==3.23.0

.riot/requirements/1e60db0.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1e60db0.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.4
7+
attrs==25.3.0
8+
coverage[toml]==7.9.1
99
hypothesis==6.45.0
10-
iniconfig==2.0.0
11-
mock==5.1.0
10+
iniconfig==2.1.0
11+
mock==5.2.0
1212
mongoengine==0.29.1
1313
opentracing==2.4.0
14-
packaging==24.2
15-
pluggy==1.5.0
14+
packaging==25.0
15+
pluggy==1.6.0
16+
pygments==2.19.2
1617
pymongo==3.12.3
17-
pytest==8.3.3
18-
pytest-cov==6.0.0
19-
pytest-mock==3.14.0
18+
pytest==8.4.1
19+
pytest-cov==6.2.1
20+
pytest-mock==3.14.1
2021
pytest-randomly==3.16.0
2122
sortedcontainers==2.4.0

0 commit comments

Comments
 (0)