Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump third_party/pigweed/repo from ce0e3e2 to c12c17d #37729

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/setup/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ portpicker==1.5.2
# mobly
prompt-toolkit==3.0.43
# via ipython
protobuf==4.24.4
protobuf==5.28.3
# via
# -r requirements.all.txt
# mypy-protobuf
Expand Down Expand Up @@ -253,7 +253,7 @@ traitlets==5.9.0
# via
# ipython
# matplotlib-inline
types-protobuf==4.24.0.2
types-protobuf==5.29.1.20250208
# via
# -r requirements.all.txt
# mypy-protobuf
Expand Down
4 changes: 2 additions & 2 deletions scripts/setup/requirements.all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ watchdog
build==0.8.0
mypy==1.10.1
mypy-protobuf==3.5.0
protobuf==4.24.4
types-protobuf==4.24.0.2
protobuf==5.28.3
types-protobuf==5.29.1.20250208

cffi==1.15.0; python_version < "3.13"
cffi==1.17.1; python_version >= "3.13"
Expand Down
2 changes: 1 addition & 1 deletion src/lib/support/Span.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class Span

inline namespace literals {

inline constexpr Span<const char> operator"" _span(const char * literal, size_t size)
inline constexpr Span<const char> operator""_span(const char * literal, size_t size)
{
return Span<const char>(Unchecked, literal, size);
}
Expand Down
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 2707 files
Loading