[roll] Roll fuchsia [honeydew] Replace `typing.Union` with `|`

We upgraded from Python 3.8 to Python 3.11. Python 3.11 supports the
new union (`|`) operator from PEP 584, which was added in Python 3.9.
Therefore, we can replace all uses of `typing.Union` with the `|` operator.

Verified the following on Patchset: 2
    * HoneyDew code guidelines
    * Successfully ran the impacted functional tests using InfraRun
    * Successfully ran Honeydew builders using try-jobs

Original-Fixed: b/290940354

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/906253
Original-Revision: c39b82cbfe79a378a42cf69fbe647450c75f325f
GitOrigin-RevId: da1bac5a64fbd999d7ae4b87b57b6c7ec2d1311d
Change-Id: Ic57dc1249e2e892c494b2c880b3ef3cb7b320d25
1 file changed
tree: 58809b7dd3bf95a0e79c27761c7c4f883ce80d59
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.