Skip to content

Commit 961a8dc

Browse files
chore: update protobuf latest version to 6.30.1 [recreated] (#12995)
Recreating #12754 because we needed to revert PRs that were accidentally merged prematurely due to required status checks getting deleted. ## 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 - [x] 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) Co-authored-by: quinna-h <[email protected]>
1 parent fb71cc7 commit 961a8dc

File tree

6 files changed

+47
-47
lines changed

6 files changed

+47
-47
lines changed

.riot/requirements/1721018.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1721018.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==25.3.0
8+
coverage[toml]==7.6.12
99
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
1111
iniconfig==2.0.0
12-
mock==5.1.0
12+
mock==5.2.0
1313
opentracing==2.4.0
14-
packaging==24.1
14+
packaging==24.2
1515
pluggy==1.5.0
16-
protobuf==5.28.2
17-
pytest==8.3.3
18-
pytest-cov==5.0.0
16+
protobuf==6.30.1
17+
pytest==8.3.5
18+
pytest-cov==6.0.0
1919
pytest-mock==3.14.0
20-
pytest-randomly==3.15.0
20+
pytest-randomly==3.16.0
2121
sortedcontainers==2.4.0
22-
tomli==2.0.2
22+
tomli==2.2.1

.riot/requirements/1bf9721.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1bf9721.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==25.3.0
8+
coverage[toml]==7.6.12
99
hypothesis==6.45.0
1010
iniconfig==2.0.0
11-
mock==5.1.0
11+
mock==5.2.0
1212
opentracing==2.4.0
13-
packaging==24.1
13+
packaging==24.2
1414
pluggy==1.5.0
15-
protobuf==5.28.2
16-
pytest==8.3.3
17-
pytest-cov==5.0.0
15+
protobuf==6.30.1
16+
pytest==8.3.5
17+
pytest-cov==6.0.0
1818
pytest-mock==3.14.0
19-
pytest-randomly==3.15.0
19+
pytest-randomly==3.16.0
2020
sortedcontainers==2.4.0

.riot/requirements/26aada0.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/26aada0.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==25.3.0
8+
coverage[toml]==7.6.12
99
hypothesis==6.45.0
1010
iniconfig==2.0.0
11-
mock==5.1.0
11+
mock==5.2.0
1212
opentracing==2.4.0
13-
packaging==24.1
13+
packaging==24.2
1414
pluggy==1.5.0
15-
protobuf==5.28.2
16-
pytest==8.3.3
17-
pytest-cov==5.0.0
15+
protobuf==6.30.1
16+
pytest==8.3.5
17+
pytest-cov==6.0.0
1818
pytest-mock==3.14.0
19-
pytest-randomly==3.15.0
19+
pytest-randomly==3.16.0
2020
sortedcontainers==2.4.0

.riot/requirements/3b28562.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/3b28562.in
66
#
7-
attrs==24.2.0
8-
coverage[toml]==7.6.1
7+
attrs==25.3.0
8+
coverage[toml]==7.6.12
99
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
11-
importlib-metadata==8.5.0
11+
importlib-metadata==8.6.1
1212
iniconfig==2.0.0
13-
mock==5.1.0
13+
mock==5.2.0
1414
opentracing==2.4.0
15-
packaging==24.1
15+
packaging==24.2
1616
pluggy==1.5.0
17-
protobuf==5.28.2
18-
pytest==8.3.3
19-
pytest-cov==5.0.0
17+
protobuf==6.30.1
18+
pytest==8.3.5
19+
pytest-cov==6.0.0
2020
pytest-mock==3.14.0
21-
pytest-randomly==3.15.0
21+
pytest-randomly==3.16.0
2222
sortedcontainers==2.4.0
23-
tomli==2.0.2
24-
zipp==3.20.2
23+
tomli==2.2.1
24+
zipp==3.21.0

.riot/requirements/4fe37f9.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/4fe37f9.in
66
#
7-
attrs==24.3.0
8-
coverage[toml]==7.6.9
7+
attrs==25.3.0
8+
coverage[toml]==7.6.12
99
hypothesis==6.45.0
1010
iniconfig==2.0.0
11-
mock==5.1.0
11+
mock==5.2.0
1212
opentracing==2.4.0
1313
packaging==24.2
1414
pluggy==1.5.0
15-
protobuf==5.29.1
16-
pytest==8.3.4
15+
protobuf==6.30.1
16+
pytest==8.3.5
1717
pytest-cov==6.0.0
1818
pytest-mock==3.14.0
1919
pytest-randomly==3.16.0

.riot/requirements/e222783.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#
55
# pip-compile --allow-unsafe --no-annotate .riot/requirements/e222783.in
66
#
7-
attrs==24.2.0
7+
attrs==25.3.0
88
coverage[toml]==7.6.1
99
exceptiongroup==1.2.2
1010
hypothesis==6.45.0
1111
importlib-metadata==8.5.0
1212
iniconfig==2.0.0
13-
mock==5.1.0
13+
mock==5.2.0
1414
opentracing==2.4.0
15-
packaging==24.1
15+
packaging==24.2
1616
pluggy==1.5.0
17-
protobuf==5.28.2
18-
pytest==8.3.3
17+
protobuf==5.29.3
18+
pytest==8.3.5
1919
pytest-cov==5.0.0
2020
pytest-mock==3.14.0
2121
pytest-randomly==3.15.0
2222
sortedcontainers==2.4.0
23-
tomli==2.0.2
23+
tomli==2.2.1
2424
zipp==3.20.2

0 commit comments

Comments
 (0)