~thopiekar/protobuf/+git/protobuf:dependabot/pip/python/docs/jinja2-3.1.4

Last commit made on 2024-05-06
Get this branch:
git clone -b dependabot/pip/python/docs/jinja2-3.1.4 https://git.launchpad.net/~thopiekar/protobuf/+git/protobuf

Branch merges

Branch information

Name:
dependabot/pip/python/docs/jinja2-3.1.4
Repository:
lp:~thopiekar/protobuf/+git/protobuf

Recent commits

4b86de3... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump jinja2 from 3.0.0 to 3.1.4 in /python/docs

Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.0 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.0.0...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <email address hidden>

51cba7c... by Protobuf Team Bot <email address hidden>

Auto-generate files after cl/631023575

1830666... by Eric Salo <email address hidden>

upb: clean up the UPB_TRACING_ENABLED code

PiperOrigin-RevId: 631023575

b6e0a48... by Jakob Buchgraber <email address hidden>

Implement `IntoProxied` for repeated field setters

We modify set_<repeated_field> to accept the IntoProxied type as the value and move the value (avoid copying) whenever possible.

For UPB:
 - We fuse the arena of Repeated<T> with the parent message arena.
 - We use upb_Message_SetBaseField to set the upb_Array contained in the Repeated<T>.

For C++:
 - We generate an additional setter thunk that moves the value.
 - The move assignment operator of RepeatedField/RepeatedPtrField is specialized. In order to adhere to the layering check we need to add '#include' statements for all .proto imports to the generated thunks.pb.cc.

PiperOrigin-RevId: 631010333

2f6e705... by Protobuf Team Bot <email address hidden>

Auto-generate files after cl/630517509

0a2e662... by Protobuf Team Bot <email address hidden>

Add copyright notice to test protos

PiperOrigin-RevId: 630517509

7646fbf... by Protobuf Team Bot <email address hidden>

Auto-generate files after cl/630466865

aa70a35... by Eric Salo <email address hidden>

upb: clean up message/accessors.h and message/internal/accessors.h

PiperOrigin-RevId: 630466865

a91d76b... by Protobuf Team Bot <email address hidden>

Internal changes to extension declarations.

PiperOrigin-RevId: 630448683

9ae3d81... by Protobuf Team Bot <email address hidden>

Internal change.

PiperOrigin-RevId: 630431165