Skip to content

Commit 97fbc37

Browse files
Bump third_party/pigweed/repo from ce0e3e2 to c12c17d (#37729)
* Bump third_party/pigweed/repo from `ce0e3e2` to `c12c17d` Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `ce0e3e2` to `c12c17d`. - [Commits](google/pigweed@ce0e3e2...c12c17d) --- updated-dependencies: - dependency-name: third_party/pigweed/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update protobuf deps to match pigweed requirements * Remove duplicated requirements * make latest clang compiler happy on _span operator --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 19ebee7 commit 97fbc37

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

scripts/setup/constraints.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ portpicker==1.5.2
163163
# mobly
164164
prompt-toolkit==3.0.43
165165
# via ipython
166-
protobuf==4.24.4
166+
protobuf==5.28.3
167167
# via
168168
# -r requirements.all.txt
169169
# mypy-protobuf
@@ -253,7 +253,7 @@ traitlets==5.9.0
253253
# via
254254
# ipython
255255
# matplotlib-inline
256-
types-protobuf==4.24.0.2
256+
types-protobuf==5.29.1.20250208
257257
# via
258258
# -r requirements.all.txt
259259
# mypy-protobuf

scripts/setup/requirements.all.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ watchdog
4040
build==0.8.0
4141
mypy==1.10.1
4242
mypy-protobuf==3.5.0
43-
protobuf==4.24.4
44-
types-protobuf==4.24.0.2
43+
protobuf==5.28.3
44+
types-protobuf==5.29.1.20250208
4545

4646
cffi==1.15.0; python_version < "3.13"
4747
cffi==1.17.1; python_version >= "3.13"

src/lib/support/Span.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class Span
206206

207207
inline namespace literals {
208208

209-
inline constexpr Span<const char> operator"" _span(const char * literal, size_t size)
209+
inline constexpr Span<const char> operator""_span(const char * literal, size_t size)
210210
{
211211
return Span<const char>(Unchecked, literal, size);
212212
}

third_party/pigweed/repo

Submodule repo updated 2707 files

0 commit comments

Comments
 (0)