Skip to content

Commit

Permalink
chore: update protobuf latest version to 5.28.2 (#10906)
Browse files Browse the repository at this point in the history
## 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 <175135214+quinna-h@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and quinna-h authored Oct 2, 2024
1 parent c9f644c commit d490d8e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .riot/requirements/1721018.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ mock==5.1.0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
protobuf==5.28.0
protobuf==5.28.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
tomli==2.0.2
2 changes: 1 addition & 1 deletion .riot/requirements/1bf9721.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mock==5.1.0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
protobuf==5.28.0
protobuf==5.28.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
2 changes: 1 addition & 1 deletion .riot/requirements/26aada0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mock==5.1.0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
protobuf==5.28.0
protobuf==5.28.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
10 changes: 5 additions & 5 deletions .riot/requirements/3b28562.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate --resolver=backtracking .riot/requirements/3b28562.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/3b28562.in
#
attrs==24.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==8.4.0
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
protobuf==5.28.0
protobuf==5.28.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.20.1
tomli==2.0.2
zipp==3.20.2
10 changes: 5 additions & 5 deletions .riot/requirements/e222783.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate --resolver=backtracking .riot/requirements/e222783.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/e222783.in
#
attrs==24.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
hypothesis==6.45.0
importlib-metadata==8.4.0
importlib-metadata==8.5.0
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
protobuf==5.28.0
protobuf==5.28.2
pytest==8.3.3
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
zipp==3.20.1
tomli==2.0.2
zipp==3.20.2

0 comments on commit d490d8e

Please sign in to comment.