all:
  children:
    zuul_unreachable:
      hosts: {}
  hosts:
    debian-trixie:
      ansible_connection: ssh
      ansible_host: 199.19.213.102
      ansible_port: 22
      ansible_python_interpreter: auto
      ansible_user: zuul
      docker_version: 24.0.9
      molecule_scenario: docker
      nodepool:
        az: nova
        cloud: public
        external_id: 13503db8-7798-49f4-a196-e5ce2b906387
        host_id: 7b8a4cf3090e32af994f4889a62f1003a5f74592d8295d185d35c3b9
        interface_ip: 199.19.213.102
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.19.213.102
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.102
        public_ipv6: 2604:e100:1:0:f816:3eff:fe4a:4ed0
        region: ca-ymq-1
        slot: null
      zuul_node:
        az: nova
        cloud: public
        external_id: 13503db8-7798-49f4-a196-e5ce2b906387
        host_id: 7b8a4cf3090e32af994f4889a62f1003a5f74592d8295d185d35c3b9
        interface_ip: 199.19.213.102
        label: debian-trixie
        node_properties: {}
        private_ipv4: 199.19.213.102
        private_ipv6: null
        provider: yul1
        public_ipv4: 199.19.213.102
        public_ipv6: 2604:e100:1:0:f816:3eff:fe4a:4ed0
        region: ca-ymq-1
        slot: null
        uuid: null
  vars:
    docker_version: 24.0.9
    molecule_scenario: docker
    zuul:
      _inheritance_path:
      - '<Job base explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-config/zuul.d/jobs.yaml@main#1>'
      - '<Job molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/zuul-jobs/zuul.d/ansible-jobs.yaml@main#1>'
      - '<Job ansible-collection-containers-molecule explicit: None implied: {MatchAny:{ImpliedBranchMatcher:main}}
        source: vexxhost/ansible-collection-containers/.zuul.yaml@main#1>'
      - '<Job ansible-collection-containers-molecule-docker explicit: None implied:
        {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-containers/.zuul.yaml@main#39>'
      - '<Job ansible-collection-containers-molecule-docker-debian-trixie explicit:
        None implied: {MatchAny:{ImpliedBranchMatcher:main}} source: vexxhost/ansible-collection-containers/.zuul.yaml@main#47>'
      - '<Job ansible-collection-containers-molecule-docker-debian-trixie explicit:
        None implied: None source: vexxhost/ansible-collection-containers/.zuul.yaml@main#136>'
      ansible_version: '9'
      attempts: 1
      branch: main
      build: 29736dd7e591495fb92f014d96cbeb73
      build_refs:
      - branch: main
        change: '113'
        change_message: 'chore(deps): bump pygments from 2.19.2 to 2.20.0


          Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.

          <details>

          <summary>Release notes</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments''s
          releases</a>.</em></p>

          <blockquote>

          <h2>2.20.0</h2>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Changelog</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments''s
          changelog</a>.</em></p>

          <blockquote>

          <h2>Version 2.20.0</h2>

          <p>(released March 29th, 2026)</p>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Commits</summary>

          <ul>

          <li><a href="https://github.com/pygments/pygments/commit/708197d82827ba2d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a>
          Fix underline length.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d4538ae8621d766ecc91ff59caf76ab75983abc"><code>1d4538a</code></a>
          Prepare 2.20 release.</li>

          <li><a href="https://github.com/pygments/pygments/commit/2ceaee4e634eebae2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/e3a3c54b58c7f80bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a>
          Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/d7c3453e342dac319f58e4091f4ef183cc49d802"><code>d7c3453</code></a>
          Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#3071</a>
          from pygments/harden-html-formatter</li>

          <li><a href="https://github.com/pygments/pygments/commit/0f97e7c37d44abfa4ddfddf44a3290fdad586034"><code>0f97e7c</code></a>
          Harden the HTML formatter against CSS.</li>

          <li><a href="https://github.com/pygments/pygments/commit/9f981b2ba42b88ca5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d889151024e9a53f3702a60558b29b070306e9e"><code>1d88915</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/c3d93adb9827fc054c3c12b47bde31c781a36a93"><code>c3d93ad</code></a>
          Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/4f06bcf8a5ba3f2b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a>
          fix bad behaving backtracking regex in CommonLispLexer</li>

          <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.19.2...2.20.0">compare
          view</a></li>

          </ul>

          </details>

          <br />



          [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=uv&previous-version=2.19.2&new-version=2.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)


          Dependabot will resolve any conflicts with this PR as long as you don''t
          alter it yourself. You can also trigger a rebase manually by commenting
          `@dependabot rebase`.


          [//]: # (dependabot-automerge-start)

          [//]: # (dependabot-automerge-end)


          ---


          <details>

          <summary>Dependabot commands and options</summary>

          <br />


          You can trigger Dependabot actions by commenting on this PR:

          - `@dependabot rebase` will rebase this PR

          - `@dependabot recreate` will recreate this PR, overwriting any edits that
          have been made to it

          - `@dependabot show <dependency name> ignore conditions` will show all of
          the ignore conditions of the specified dependency

          - `@dependabot ignore this major version` will close this PR and stop Dependabot
          creating any more for this major version (unless you reopen the PR or upgrade
          to it yourself)

          - `@dependabot ignore this minor version` will close this PR and stop Dependabot
          creating any more for this minor version (unless you reopen the PR or upgrade
          to it yourself)

          - `@dependabot ignore this dependency` will close this PR and stop Dependabot
          creating any more for this dependency (unless you reopen the PR or upgrade
          to it yourself)

          You can disable automated security fix PRs for this repo from the [Security
          Alerts page](https://github.com/vexxhost/ansible-collection-containers/network/alerts).


          </details>'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/113
        commit_id: 85e59f59f1f54ef12e440f608c565f317ae703d2
        patchset: 85e59f59f1f54ef12e440f608c565f317ae703d2
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      buildset: cd735724df6e48e2a6843a425d58274e
      buildset_refs:
      - branch: main
        change: '113'
        change_message: 'chore(deps): bump pygments from 2.19.2 to 2.20.0


          Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.

          <details>

          <summary>Release notes</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments''s
          releases</a>.</em></p>

          <blockquote>

          <h2>2.20.0</h2>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Changelog</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments''s
          changelog</a>.</em></p>

          <blockquote>

          <h2>Version 2.20.0</h2>

          <p>(released March 29th, 2026)</p>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Commits</summary>

          <ul>

          <li><a href="https://github.com/pygments/pygments/commit/708197d82827ba2d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a>
          Fix underline length.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d4538ae8621d766ecc91ff59caf76ab75983abc"><code>1d4538a</code></a>
          Prepare 2.20 release.</li>

          <li><a href="https://github.com/pygments/pygments/commit/2ceaee4e634eebae2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/e3a3c54b58c7f80bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a>
          Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/d7c3453e342dac319f58e4091f4ef183cc49d802"><code>d7c3453</code></a>
          Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#3071</a>
          from pygments/harden-html-formatter</li>

          <li><a href="https://github.com/pygments/pygments/commit/0f97e7c37d44abfa4ddfddf44a3290fdad586034"><code>0f97e7c</code></a>
          Harden the HTML formatter against CSS.</li>

          <li><a href="https://github.com/pygments/pygments/commit/9f981b2ba42b88ca5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d889151024e9a53f3702a60558b29b070306e9e"><code>1d88915</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/c3d93adb9827fc054c3c12b47bde31c781a36a93"><code>c3d93ad</code></a>
          Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/4f06bcf8a5ba3f2b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a>
          fix bad behaving backtracking regex in CommonLispLexer</li>

          <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.19.2...2.20.0">compare
          view</a></li>

          </ul>

          </details>

          <br />



          [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=uv&previous-version=2.19.2&new-version=2.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)


          Dependabot will resolve any conflicts with this PR as long as you don''t
          alter it yourself. You can also trigger a rebase manually by commenting
          `@dependabot rebase`.


          [//]: # (dependabot-automerge-start)

          [//]: # (dependabot-automerge-end)


          ---


          <details>

          <summary>Dependabot commands and options</summary>

          <br />


          You can trigger Dependabot actions by commenting on this PR:

          - `@dependabot rebase` will rebase this PR

          - `@dependabot recreate` will recreate this PR, overwriting any edits that
          have been made to it

          - `@dependabot show <dependency name> ignore conditions` will show all of
          the ignore conditions of the specified dependency

          - `@dependabot ignore this major version` will close this PR and stop Dependabot
          creating any more for this major version (unless you reopen the PR or upgrade
          to it yourself)

          - `@dependabot ignore this minor version` will close this PR and stop Dependabot
          creating any more for this minor version (unless you reopen the PR or upgrade
          to it yourself)

          - `@dependabot ignore this dependency` will close this PR and stop Dependabot
          creating any more for this dependency (unless you reopen the PR or upgrade
          to it yourself)

          You can disable automated security fix PRs for this repo from the [Security
          Alerts page](https://github.com/vexxhost/ansible-collection-containers/network/alerts).


          </details>'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/113
        commit_id: 85e59f59f1f54ef12e440f608c565f317ae703d2
        patchset: 85e59f59f1f54ef12e440f608c565f317ae703d2
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      change: '113'
      change_message: 'chore(deps): bump pygments from 2.19.2 to 2.20.0


        Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.

        <details>

        <summary>Release notes</summary>

        <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments''s
        releases</a>.</em></p>

        <blockquote>

        <h2>2.20.0</h2>

        <ul>

        <li>

        <p>New lexers:</p>

        <ul>

        <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

        </ul>

        </li>

        <li>

        <p>Updated lexers:</p>

        <ul>

        <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

        <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

        <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
        add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

        <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

        <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

        <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

        <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

        <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
        add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
        fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

        <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

        <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

        <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

        <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
        href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

        <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

        <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

        <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

        <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

        <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
        1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

        <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

        <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

        <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

        <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

        <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
        add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

        <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

        <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

        <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

        <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

        <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

        <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

        <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

        <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

        </ul>

        </li>

        <li>

        <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

        </li>

        <li>

        <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

        </li>

        <li>

        <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

        </li>

        <li>

        <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

        </li>

        <li>

        <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

        </li>

        <li>

        <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

        </li>

        <li>

        <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

        </li>

        </ul>

        </blockquote>

        </details>

        <details>

        <summary>Changelog</summary>

        <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments''s
        changelog</a>.</em></p>

        <blockquote>

        <h2>Version 2.20.0</h2>

        <p>(released March 29th, 2026)</p>

        <ul>

        <li>

        <p>New lexers:</p>

        <ul>

        <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

        </ul>

        </li>

        <li>

        <p>Updated lexers:</p>

        <ul>

        <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

        <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

        <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
        add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

        <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

        <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

        <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

        <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

        <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
        add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
        fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

        <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

        <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

        <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

        <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
        href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

        <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

        <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

        <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

        <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

        <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
        1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

        <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

        <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

        <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

        <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

        <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
        add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

        <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

        <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

        <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

        <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

        <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

        <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

        <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

        <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

        </ul>

        </li>

        <li>

        <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
        <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

        </li>

        <li>

        <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

        </li>

        <li>

        <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

        </li>

        <li>

        <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

        </li>

        <li>

        <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

        </li>

        <li>

        <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

        </li>

        <li>

        <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

        </li>

        </ul>

        </blockquote>

        </details>

        <details>

        <summary>Commits</summary>

        <ul>

        <li><a href="https://github.com/pygments/pygments/commit/708197d82827ba2d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a>
        Fix underline length.</li>

        <li><a href="https://github.com/pygments/pygments/commit/1d4538ae8621d766ecc91ff59caf76ab75983abc"><code>1d4538a</code></a>
        Prepare 2.20 release.</li>

        <li><a href="https://github.com/pygments/pygments/commit/2ceaee4e634eebae2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a>
        Update CHANGES.</li>

        <li><a href="https://github.com/pygments/pygments/commit/e3a3c54b58c7f80bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a>
        Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>)</li>

        <li><a href="https://github.com/pygments/pygments/commit/d7c3453e342dac319f58e4091f4ef183cc49d802"><code>d7c3453</code></a>
        Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#3071</a>
        from pygments/harden-html-formatter</li>

        <li><a href="https://github.com/pygments/pygments/commit/0f97e7c37d44abfa4ddfddf44a3290fdad586034"><code>0f97e7c</code></a>
        Harden the HTML formatter against CSS.</li>

        <li><a href="https://github.com/pygments/pygments/commit/9f981b2ba42b88ca5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a>
        Update CHANGES.</li>

        <li><a href="https://github.com/pygments/pygments/commit/1d889151024e9a53f3702a60558b29b070306e9e"><code>1d88915</code></a>
        Update CHANGES.</li>

        <li><a href="https://github.com/pygments/pygments/commit/c3d93adb9827fc054c3c12b47bde31c781a36a93"><code>c3d93ad</code></a>
        Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

        <li><a href="https://github.com/pygments/pygments/commit/4f06bcf8a5ba3f2b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a>
        fix bad behaving backtracking regex in CommonLispLexer</li>

        <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.19.2...2.20.0">compare
        view</a></li>

        </ul>

        </details>

        <br />



        [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=uv&previous-version=2.19.2&new-version=2.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)


        Dependabot will resolve any conflicts with this PR as long as you don''t alter
        it yourself. You can also trigger a rebase manually by commenting `@dependabot
        rebase`.


        [//]: # (dependabot-automerge-start)

        [//]: # (dependabot-automerge-end)


        ---


        <details>

        <summary>Dependabot commands and options</summary>

        <br />


        You can trigger Dependabot actions by commenting on this PR:

        - `@dependabot rebase` will rebase this PR

        - `@dependabot recreate` will recreate this PR, overwriting any edits that
        have been made to it

        - `@dependabot show <dependency name> ignore conditions` will show all of
        the ignore conditions of the specified dependency

        - `@dependabot ignore this major version` will close this PR and stop Dependabot
        creating any more for this major version (unless you reopen the PR or upgrade
        to it yourself)

        - `@dependabot ignore this minor version` will close this PR and stop Dependabot
        creating any more for this minor version (unless you reopen the PR or upgrade
        to it yourself)

        - `@dependabot ignore this dependency` will close this PR and stop Dependabot
        creating any more for this dependency (unless you reopen the PR or upgrade
        to it yourself)

        You can disable automated security fix PRs for this repo from the [Security
        Alerts page](https://github.com/vexxhost/ansible-collection-containers/network/alerts).


        </details>'
      change_url: https://github.com/vexxhost/ansible-collection-containers/pull/113
      child_jobs: []
      commit_id: 85e59f59f1f54ef12e440f608c565f317ae703d2
      event_id: 81b63d30-37ad-11f1-8198-64bbaeb12eb2
      executor:
        hostname: 0a8996d2b663
        inventory_file: /var/lib/zuul/builds/29736dd7e591495fb92f014d96cbeb73/ansible/inventory.yaml
        log_root: /var/lib/zuul/builds/29736dd7e591495fb92f014d96cbeb73/work/logs
        result_data_file: /var/lib/zuul/builds/29736dd7e591495fb92f014d96cbeb73/work/results.json
        src_root: /var/lib/zuul/builds/29736dd7e591495fb92f014d96cbeb73/work/src
        work_root: /var/lib/zuul/builds/29736dd7e591495fb92f014d96cbeb73/work
      include_vars: []
      items:
      - branch: main
        change: '113'
        change_message: 'chore(deps): bump pygments from 2.19.2 to 2.20.0


          Bumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.

          <details>

          <summary>Release notes</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/releases">pygments''s
          releases</a>.</em></p>

          <blockquote>

          <h2>2.20.0</h2>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Changelog</summary>

          <p><em>Sourced from <a href="https://github.com/pygments/pygments/blob/master/CHANGES">pygments''s
          changelog</a>.</em></p>

          <blockquote>

          <h2>Version 2.20.0</h2>

          <p>(released March 29th, 2026)</p>

          <ul>

          <li>

          <p>New lexers:</p>

          <ul>

          <li>Rell (<a href="https://redirect.github.com/pygments/pygments/issues/2914">#2914</a>)</li>

          </ul>

          </li>

          <li>

          <p>Updated lexers:</p>

          <ul>

          <li>archetype: Fix catastrophic backtracking in GUID and ID patterns (<a
          href="https://redirect.github.com/pygments/pygments/issues/3064">#3064</a>)</li>

          <li>ASN.1: Recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3014">#3014</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li>C++: Add C++26 keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>),
          add integer literal suffixes (<a href="https://redirect.github.com/pygments/pygments/issues/2966">#2966</a>)</li>

          <li>ComponentPascal: Fix <code>analyse_text</code> (<a href="https://redirect.github.com/pygments/pygments/issues/3028">#3028</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3032">#3032</a>)</li>

          <li>Coq renamed to Rocq (<a href="https://redirect.github.com/pygments/pygments/issues/2883">#2883</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2908">#2908</a>)</li>

          <li>Cython: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2932">#2932</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2933">#2933</a>)</li>

          <li>Debian control: Improve architecture parsing (<a href="https://redirect.github.com/pygments/pygments/issues/3052">#3052</a>)</li>

          <li>Devicetree: Add support for overlay/fragments (<a href="https://redirect.github.com/pygments/pygments/issues/3021">#3021</a>),
          add bytestring support (<a href="https://redirect.github.com/pygments/pygments/issues/3022">#3022</a>),
          fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3057">#3057</a>)</li>

          <li>Fennel: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2911">#2911</a>)</li>

          <li>Haskell: Handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/1795">#1795</a>)</li>

          <li>Java: Add module keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2955">#2955</a>)</li>

          <li>Lean4: Add operators <code>]''</code>, <code>]?</code>, <code>]!</code>  (<a
          href="https://redirect.github.com/pygments/pygments/issues/2946">#2946</a>)</li>

          <li>LESS: Support single-line comments (<a href="https://redirect.github.com/pygments/pygments/issues/3005">#3005</a>)</li>

          <li>LilyPond: Update to 2.25.29 (<a href="https://redirect.github.com/pygments/pygments/issues/2974">#2974</a>)</li>

          <li>LLVM: Support C-style comments (<a href="https://redirect.github.com/pygments/pygments/issues/3023">#3023</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2978">#2978</a>)</li>

          <li>Lua(u): Fix catastrophic backtracking (<a href="https://redirect.github.com/pygments/pygments/issues/3047">#3047</a>)</li>

          <li>Macaulay2: Update to 1.25.05 (<a href="https://redirect.github.com/pygments/pygments/issues/2893">#2893</a>),
          1.25.11 (<a href="https://redirect.github.com/pygments/pygments/issues/2988">#2988</a>)</li>

          <li>Mathematica: Various improvements (<a href="https://redirect.github.com/pygments/pygments/issues/2957">#2957</a>)</li>

          <li>meson: Add additional operators (<a href="https://redirect.github.com/pygments/pygments/issues/2919">#2919</a>)</li>

          <li>MySQL: Update keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2970">#2970</a>)</li>

          <li>org-Mode: Support both schedule and deadline (<a href="https://redirect.github.com/pygments/pygments/issues/2899">#2899</a>)</li>

          <li>PHP: Add <code>__PROPERTY__</code> magic constant (<a href="https://redirect.github.com/pygments/pygments/issues/2924">#2924</a>),
          add reserved keywords (<a href="https://redirect.github.com/pygments/pygments/issues/3002">#3002</a>)</li>

          <li>PostgreSQL: Add more keywords (<a href="https://redirect.github.com/pygments/pygments/issues/2985">#2985</a>)</li>

          <li>protobuf: Fix namespace tokenization (<a href="https://redirect.github.com/pygments/pygments/issues/2929">#2929</a>)</li>

          <li>Python: Add <code>t</code>-string support (<a href="https://redirect.github.com/pygments/pygments/issues/2973">#2973</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3009">#3009</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3010">#3010</a>)</li>

          <li>Tablegen: Fix infinite loop (<a href="https://redirect.github.com/pygments/pygments/issues/2972">#2972</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2940">#2940</a>)</li>

          <li>Tera Term macro: Add commands introduced in v5.3 through v5.6 (<a href="https://redirect.github.com/pygments/pygments/issues/2951">#2951</a>)</li>

          <li>TOML: Support TOML 1.1.0 (<a href="https://redirect.github.com/pygments/pygments/issues/3026">#3026</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3027">#3027</a>)</li>

          <li>Turtle: Allow empty comment lines (<a href="https://redirect.github.com/pygments/pygments/issues/2980">#2980</a>)</li>

          <li>XML: Added <code>.xbrl</code> as file ending (<a href="https://redirect.github.com/pygments/pygments/issues/2890">#2890</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/2891">#2891</a>)</li>

          </ul>

          </li>

          <li>

          <p>Drop Python 3.8, and add Python 3.14 as a supported version (<a href="https://redirect.github.com/pygments/pygments/issues/2987">#2987</a>,
          <a href="https://redirect.github.com/pygments/pygments/issues/3012">#3012</a>)</p>

          </li>

          <li>

          <p>Various improvements to <code>autopygmentize</code> (<a href="https://redirect.github.com/pygments/pygments/issues/2894">#2894</a>)</p>

          </li>

          <li>

          <p>Update <code>onedark</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2977">#2977</a>)</p>

          </li>

          <li>

          <p>Update <code>rtt</code> style to support more token types (<a href="https://redirect.github.com/pygments/pygments/issues/2895">#2895</a>)</p>

          </li>

          <li>

          <p>Cache entry points to improve performance (<a href="https://redirect.github.com/pygments/pygments/issues/2979">#2979</a>)</p>

          </li>

          <li>

          <p>Fix <code>xterm-256</code> color table (<a href="https://redirect.github.com/pygments/pygments/issues/3043">#3043</a>)</p>

          </li>

          <li>

          <p>Fix <code>kwargs</code> dictionary getting mutated on each call (<a href="https://redirect.github.com/pygments/pygments/issues/3044">#3044</a>)</p>

          </li>

          </ul>

          </blockquote>

          </details>

          <details>

          <summary>Commits</summary>

          <ul>

          <li><a href="https://github.com/pygments/pygments/commit/708197d82827ba2d5ca78bcbb653c7102ce86dcd"><code>708197d</code></a>
          Fix underline length.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d4538ae8621d766ecc91ff59caf76ab75983abc"><code>1d4538a</code></a>
          Prepare 2.20 release.</li>

          <li><a href="https://github.com/pygments/pygments/commit/2ceaee4e634eebae2d10a47fd05406871f6bac8f"><code>2ceaee4</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/e3a3c54b58c7f80bc4db887e471d4f91c77844ed"><code>e3a3c54</code></a>
          Fix Haskell lexer: handle escape sequences in character literals (<a href="https://redirect.github.com/pygments/pygments/issues/3069">#3069</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/d7c3453e342dac319f58e4091f4ef183cc49d802"><code>d7c3453</code></a>
          Merge pull request <a href="https://redirect.github.com/pygments/pygments/issues/3071">#3071</a>
          from pygments/harden-html-formatter</li>

          <li><a href="https://github.com/pygments/pygments/commit/0f97e7c37d44abfa4ddfddf44a3290fdad586034"><code>0f97e7c</code></a>
          Harden the HTML formatter against CSS.</li>

          <li><a href="https://github.com/pygments/pygments/commit/9f981b2ba42b88ca5bdcebf12cd01efd7cd80aec"><code>9f981b2</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/1d889151024e9a53f3702a60558b29b070306e9e"><code>1d88915</code></a>
          Update CHANGES.</li>

          <li><a href="https://github.com/pygments/pygments/commit/c3d93adb9827fc054c3c12b47bde31c781a36a93"><code>c3d93ad</code></a>
          Fix ASN.1 lexer: recognize minus sign and fix range operator (<a href="https://redirect.github.com/pygments/pygments/issues/3060">#3060</a>)</li>

          <li><a href="https://github.com/pygments/pygments/commit/4f06bcf8a5ba3f2b5bda24a26ccf041a1a65d91e"><code>4f06bcf</code></a>
          fix bad behaving backtracking regex in CommonLispLexer</li>

          <li>Additional commits viewable in <a href="https://github.com/pygments/pygments/compare/2.19.2...2.20.0">compare
          view</a></li>

          </ul>

          </details>

          <br />



          [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pygments&package-manager=uv&previous-version=2.19.2&new-version=2.20.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)


          Dependabot will resolve any conflicts with this PR as long as you don''t
          alter it yourself. You can also trigger a rebase manually by commenting
          `@dependabot rebase`.


          [//]: # (dependabot-automerge-start)

          [//]: # (dependabot-automerge-end)


          ---


          <details>

          <summary>Dependabot commands and options</summary>

          <br />


          You can trigger Dependabot actions by commenting on this PR:

          - `@dependabot rebase` will rebase this PR

          - `@dependabot recreate` will recreate this PR, overwriting any edits that
          have been made to it

          - `@dependabot show <dependency name> ignore conditions` will show all of
          the ignore conditions of the specified dependency

          - `@dependabot ignore this major version` will close this PR and stop Dependabot
          creating any more for this major version (unless you reopen the PR or upgrade
          to it yourself)

          - `@dependabot ignore this minor version` will close this PR and stop Dependabot
          creating any more for this minor version (unless you reopen the PR or upgrade
          to it yourself)

          - `@dependabot ignore this dependency` will close this PR and stop Dependabot
          creating any more for this dependency (unless you reopen the PR or upgrade
          to it yourself)

          You can disable automated security fix PRs for this repo from the [Security
          Alerts page](https://github.com/vexxhost/ansible-collection-containers/network/alerts).


          </details>'
        change_url: https://github.com/vexxhost/ansible-collection-containers/pull/113
        commit_id: 85e59f59f1f54ef12e440f608c565f317ae703d2
        patchset: 85e59f59f1f54ef12e440f608c565f317ae703d2
        project:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          name: vexxhost/ansible-collection-containers
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
        topic: null
      job: ansible-collection-containers-molecule-docker-debian-trixie
      jobtags: []
      max_attempts: 3
      message: Y2hvcmUoZGVwcyk6IGJ1bXAgcHlnbWVudHMgZnJvbSAyLjE5LjIgdG8gMi4yMC4wCgpCdW1wcyBbcHlnbWVudHNdKGh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cykgZnJvbSAyLjE5LjIgdG8gMi4yMC4wLgo8ZGV0YWlscz4KPHN1bW1hcnk+UmVsZWFzZSBub3Rlczwvc3VtbWFyeT4KPHA+PGVtPlNvdXJjZWQgZnJvbSA8YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvcmVsZWFzZXMiPnB5Z21lbnRzJ3MgcmVsZWFzZXM8L2E+LjwvZW0+PC9wPgo8YmxvY2txdW90ZT4KPGgyPjIuMjAuMDwvaDI+Cjx1bD4KPGxpPgo8cD5OZXcgbGV4ZXJzOjwvcD4KPHVsPgo8bGk+UmVsbCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTE0Ij4jMjkxNDwvYT4pPC9saT4KPC91bD4KPC9saT4KPGxpPgo8cD5VcGRhdGVkIGxleGVyczo8L3A+Cjx1bD4KPGxpPmFyY2hldHlwZTogRml4IGNhdGFzdHJvcGhpYyBiYWNrdHJhY2tpbmcgaW4gR1VJRCBhbmQgSUQgcGF0dGVybnMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2NCI+IzMwNjQ8L2E+KTwvbGk+CjxsaT5BU04uMTogUmVjb2duaXplIG1pbnVzIHNpZ24gYW5kIGZpeCByYW5nZSBvcGVyYXRvciAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDE0Ij4jMzAxNDwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2MCI+IzMwNjA8L2E+KTwvbGk+CjxsaT5DKys6IEFkZCBDKysyNiBrZXl3b3JkcyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTU1Ij4jMjk1NTwvYT4pLCBhZGQgaW50ZWdlciBsaXRlcmFsIHN1ZmZpeGVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NjYiPiMyOTY2PC9hPik8L2xpPgo8bGk+Q29tcG9uZW50UGFzY2FsOiBGaXggPGNvZGU+YW5hbHlzZV90ZXh0PC9jb2RlPiAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDI4Ij4jMzAyODwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAzMiI+IzMwMzI8L2E+KTwvbGk+CjxsaT5Db3EgcmVuYW1lZCB0byBSb2NxICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI4ODMiPiMyODgzPC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTA4Ij4jMjkwODwvYT4pPC9saT4KPGxpPkN5dGhvbjogVmFyaW91cyBpbXByb3ZlbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkzMiI+IzI5MzI8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5MzMiPiMyOTMzPC9hPik8L2xpPgo8bGk+RGViaWFuIGNvbnRyb2w6IEltcHJvdmUgYXJjaGl0ZWN0dXJlIHBhcnNpbmcgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA1MiI+IzMwNTI8L2E+KTwvbGk+CjxsaT5EZXZpY2V0cmVlOiBBZGQgc3VwcG9ydCBmb3Igb3ZlcmxheS9mcmFnbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAyMSI+IzMwMjE8L2E+KSwgYWRkIGJ5dGVzdHJpbmcgc3VwcG9ydCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDIyIj4jMzAyMjwvYT4pLCBmaXggY2F0YXN0cm9waGljIGJhY2t0cmFja2luZyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDU3Ij4jMzA1NzwvYT4pPC9saT4KPGxpPkZlbm5lbDogVmFyaW91cyBpbXByb3ZlbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkxMSI+IzI5MTE8L2E+KTwvbGk+CjxsaT5IYXNrZWxsOiBIYW5kbGUgZXNjYXBlIHNlcXVlbmNlcyBpbiBjaGFyYWN0ZXIgbGl0ZXJhbHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2OSI+IzMwNjk8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzE3OTUiPiMxNzk1PC9hPik8L2xpPgo8bGk+SmF2YTogQWRkIG1vZHVsZSBrZXl3b3JkcyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTU1Ij4jMjk1NTwvYT4pPC9saT4KPGxpPkxlYW40OiBBZGQgb3BlcmF0b3JzIDxjb2RlPl0nPC9jb2RlPiwgPGNvZGU+XT88L2NvZGU+LCA8Y29kZT5dITwvY29kZT4gICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NDYiPiMyOTQ2PC9hPik8L2xpPgo8bGk+TEVTUzogU3VwcG9ydCBzaW5nbGUtbGluZSBjb21tZW50cyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDA1Ij4jMzAwNTwvYT4pPC9saT4KPGxpPkxpbHlQb25kOiBVcGRhdGUgdG8gMi4yNS4yOSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTc0Ij4jMjk3NDwvYT4pPC9saT4KPGxpPkxMVk06IFN1cHBvcnQgQy1zdHlsZSBjb21tZW50cyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDIzIj4jMzAyMzwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3OCI+IzI5Nzg8L2E+KTwvbGk+CjxsaT5MdWEodSk6IEZpeCBjYXRhc3Ryb3BoaWMgYmFja3RyYWNraW5nICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDciPiMzMDQ3PC9hPik8L2xpPgo8bGk+TWFjYXVsYXkyOiBVcGRhdGUgdG8gMS4yNS4wNSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODkzIj4jMjg5MzwvYT4pLCAxLjI1LjExICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODgiPiMyOTg4PC9hPik8L2xpPgo8bGk+TWF0aGVtYXRpY2E6IFZhcmlvdXMgaW1wcm92ZW1lbnRzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NTciPiMyOTU3PC9hPik8L2xpPgo8bGk+bWVzb246IEFkZCBhZGRpdGlvbmFsIG9wZXJhdG9ycyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTE5Ij4jMjkxOTwvYT4pPC9saT4KPGxpPk15U1FMOiBVcGRhdGUga2V5d29yZHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3MCI+IzI5NzA8L2E+KTwvbGk+CjxsaT5vcmctTW9kZTogU3VwcG9ydCBib3RoIHNjaGVkdWxlIGFuZCBkZWFkbGluZSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODk5Ij4jMjg5OTwvYT4pPC9saT4KPGxpPlBIUDogQWRkIDxjb2RlPl9fUFJPUEVSVFlfXzwvY29kZT4gbWFnaWMgY29uc3RhbnQgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkyNCI+IzI5MjQ8L2E+KSwgYWRkIHJlc2VydmVkIGtleXdvcmRzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMDIiPiMzMDAyPC9hPik8L2xpPgo8bGk+UG9zdGdyZVNRTDogQWRkIG1vcmUga2V5d29yZHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk4NSI+IzI5ODU8L2E+KTwvbGk+CjxsaT5wcm90b2J1ZjogRml4IG5hbWVzcGFjZSB0b2tlbml6YXRpb24gKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkyOSI+IzI5Mjk8L2E+KTwvbGk+CjxsaT5QeXRob246IEFkZCA8Y29kZT50PC9jb2RlPi1zdHJpbmcgc3VwcG9ydCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTczIj4jMjk3MzwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAwOSI+IzMwMDk8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMTAiPiMzMDEwPC9hPik8L2xpPgo8bGk+VGFibGVnZW46IEZpeCBpbmZpbml0ZSBsb29wICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NzIiPiMyOTcyPC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTQwIj4jMjk0MDwvYT4pPC9saT4KPGxpPlRlcmEgVGVybSBtYWNybzogQWRkIGNvbW1hbmRzIGludHJvZHVjZWQgaW4gdjUuMyB0aHJvdWdoIHY1LjYgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk1MSI+IzI5NTE8L2E+KTwvbGk+CjxsaT5UT01MOiBTdXBwb3J0IFRPTUwgMS4xLjAgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAyNiI+IzMwMjY8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMjciPiMzMDI3PC9hPik8L2xpPgo8bGk+VHVydGxlOiBBbGxvdyBlbXB0eSBjb21tZW50IGxpbmVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODAiPiMyOTgwPC9hPik8L2xpPgo8bGk+WE1MOiBBZGRlZCA8Y29kZT4ueGJybDwvY29kZT4gYXMgZmlsZSBlbmRpbmcgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjg5MCI+IzI4OTA8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI4OTEiPiMyODkxPC9hPik8L2xpPgo8L3VsPgo8L2xpPgo8bGk+CjxwPkRyb3AgUHl0aG9uIDMuOCwgYW5kIGFkZCBQeXRob24gMy4xNCBhcyBhIHN1cHBvcnRlZCB2ZXJzaW9uICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODciPiMyOTg3PC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDEyIj4jMzAxMjwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPlZhcmlvdXMgaW1wcm92ZW1lbnRzIHRvIDxjb2RlPmF1dG9weWdtZW50aXplPC9jb2RlPiAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODk0Ij4jMjg5NDwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPlVwZGF0ZSA8Y29kZT5vbmVkYXJrPC9jb2RlPiBzdHlsZSB0byBzdXBwb3J0IG1vcmUgdG9rZW4gdHlwZXMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3NyI+IzI5Nzc8L2E+KTwvcD4KPC9saT4KPGxpPgo8cD5VcGRhdGUgPGNvZGU+cnR0PC9jb2RlPiBzdHlsZSB0byBzdXBwb3J0IG1vcmUgdG9rZW4gdHlwZXMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjg5NSI+IzI4OTU8L2E+KTwvcD4KPC9saT4KPGxpPgo8cD5DYWNoZSBlbnRyeSBwb2ludHMgdG8gaW1wcm92ZSBwZXJmb3JtYW5jZSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTc5Ij4jMjk3OTwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPkZpeCA8Y29kZT54dGVybS0yNTY8L2NvZGU+IGNvbG9yIHRhYmxlICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDMiPiMzMDQzPC9hPik8L3A+CjwvbGk+CjxsaT4KPHA+Rml4IDxjb2RlPmt3YXJnczwvY29kZT4gZGljdGlvbmFyeSBnZXR0aW5nIG11dGF0ZWQgb24gZWFjaCBjYWxsICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDQiPiMzMDQ0PC9hPik8L3A+CjwvbGk+CjwvdWw+CjwvYmxvY2txdW90ZT4KPC9kZXRhaWxzPgo8ZGV0YWlscz4KPHN1bW1hcnk+Q2hhbmdlbG9nPC9zdW1tYXJ5Pgo8cD48ZW0+U291cmNlZCBmcm9tIDxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9ibG9iL21hc3Rlci9DSEFOR0VTIj5weWdtZW50cydzIGNoYW5nZWxvZzwvYT4uPC9lbT48L3A+CjxibG9ja3F1b3RlPgo8aDI+VmVyc2lvbiAyLjIwLjA8L2gyPgo8cD4ocmVsZWFzZWQgTWFyY2ggMjl0aCwgMjAyNik8L3A+Cjx1bD4KPGxpPgo8cD5OZXcgbGV4ZXJzOjwvcD4KPHVsPgo8bGk+UmVsbCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTE0Ij4jMjkxNDwvYT4pPC9saT4KPC91bD4KPC9saT4KPGxpPgo8cD5VcGRhdGVkIGxleGVyczo8L3A+Cjx1bD4KPGxpPmFyY2hldHlwZTogRml4IGNhdGFzdHJvcGhpYyBiYWNrdHJhY2tpbmcgaW4gR1VJRCBhbmQgSUQgcGF0dGVybnMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2NCI+IzMwNjQ8L2E+KTwvbGk+CjxsaT5BU04uMTogUmVjb2duaXplIG1pbnVzIHNpZ24gYW5kIGZpeCByYW5nZSBvcGVyYXRvciAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDE0Ij4jMzAxNDwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2MCI+IzMwNjA8L2E+KTwvbGk+CjxsaT5DKys6IEFkZCBDKysyNiBrZXl3b3JkcyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTU1Ij4jMjk1NTwvYT4pLCBhZGQgaW50ZWdlciBsaXRlcmFsIHN1ZmZpeGVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NjYiPiMyOTY2PC9hPik8L2xpPgo8bGk+Q29tcG9uZW50UGFzY2FsOiBGaXggPGNvZGU+YW5hbHlzZV90ZXh0PC9jb2RlPiAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDI4Ij4jMzAyODwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAzMiI+IzMwMzI8L2E+KTwvbGk+CjxsaT5Db3EgcmVuYW1lZCB0byBSb2NxICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI4ODMiPiMyODgzPC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTA4Ij4jMjkwODwvYT4pPC9saT4KPGxpPkN5dGhvbjogVmFyaW91cyBpbXByb3ZlbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkzMiI+IzI5MzI8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5MzMiPiMyOTMzPC9hPik8L2xpPgo8bGk+RGViaWFuIGNvbnRyb2w6IEltcHJvdmUgYXJjaGl0ZWN0dXJlIHBhcnNpbmcgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA1MiI+IzMwNTI8L2E+KTwvbGk+CjxsaT5EZXZpY2V0cmVlOiBBZGQgc3VwcG9ydCBmb3Igb3ZlcmxheS9mcmFnbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAyMSI+IzMwMjE8L2E+KSwgYWRkIGJ5dGVzdHJpbmcgc3VwcG9ydCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDIyIj4jMzAyMjwvYT4pLCBmaXggY2F0YXN0cm9waGljIGJhY2t0cmFja2luZyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDU3Ij4jMzA1NzwvYT4pPC9saT4KPGxpPkZlbm5lbDogVmFyaW91cyBpbXByb3ZlbWVudHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkxMSI+IzI5MTE8L2E+KTwvbGk+CjxsaT5IYXNrZWxsOiBIYW5kbGUgZXNjYXBlIHNlcXVlbmNlcyBpbiBjaGFyYWN0ZXIgbGl0ZXJhbHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzA2OSI+IzMwNjk8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzE3OTUiPiMxNzk1PC9hPik8L2xpPgo8bGk+SmF2YTogQWRkIG1vZHVsZSBrZXl3b3JkcyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTU1Ij4jMjk1NTwvYT4pPC9saT4KPGxpPkxlYW40OiBBZGQgb3BlcmF0b3JzIDxjb2RlPl0nPC9jb2RlPiwgPGNvZGU+XT88L2NvZGU+LCA8Y29kZT5dITwvY29kZT4gICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NDYiPiMyOTQ2PC9hPik8L2xpPgo8bGk+TEVTUzogU3VwcG9ydCBzaW5nbGUtbGluZSBjb21tZW50cyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDA1Ij4jMzAwNTwvYT4pPC9saT4KPGxpPkxpbHlQb25kOiBVcGRhdGUgdG8gMi4yNS4yOSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTc0Ij4jMjk3NDwvYT4pPC9saT4KPGxpPkxMVk06IFN1cHBvcnQgQy1zdHlsZSBjb21tZW50cyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDIzIj4jMzAyMzwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3OCI+IzI5Nzg8L2E+KTwvbGk+CjxsaT5MdWEodSk6IEZpeCBjYXRhc3Ryb3BoaWMgYmFja3RyYWNraW5nICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDciPiMzMDQ3PC9hPik8L2xpPgo8bGk+TWFjYXVsYXkyOiBVcGRhdGUgdG8gMS4yNS4wNSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODkzIj4jMjg5MzwvYT4pLCAxLjI1LjExICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODgiPiMyOTg4PC9hPik8L2xpPgo8bGk+TWF0aGVtYXRpY2E6IFZhcmlvdXMgaW1wcm92ZW1lbnRzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NTciPiMyOTU3PC9hPik8L2xpPgo8bGk+bWVzb246IEFkZCBhZGRpdGlvbmFsIG9wZXJhdG9ycyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTE5Ij4jMjkxOTwvYT4pPC9saT4KPGxpPk15U1FMOiBVcGRhdGUga2V5d29yZHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3MCI+IzI5NzA8L2E+KTwvbGk+CjxsaT5vcmctTW9kZTogU3VwcG9ydCBib3RoIHNjaGVkdWxlIGFuZCBkZWFkbGluZSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODk5Ij4jMjg5OTwvYT4pPC9saT4KPGxpPlBIUDogQWRkIDxjb2RlPl9fUFJPUEVSVFlfXzwvY29kZT4gbWFnaWMgY29uc3RhbnQgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkyNCI+IzI5MjQ8L2E+KSwgYWRkIHJlc2VydmVkIGtleXdvcmRzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMDIiPiMzMDAyPC9hPik8L2xpPgo8bGk+UG9zdGdyZVNRTDogQWRkIG1vcmUga2V5d29yZHMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk4NSI+IzI5ODU8L2E+KTwvbGk+CjxsaT5wcm90b2J1ZjogRml4IG5hbWVzcGFjZSB0b2tlbml6YXRpb24gKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjkyOSI+IzI5Mjk8L2E+KTwvbGk+CjxsaT5QeXRob246IEFkZCA8Y29kZT50PC9jb2RlPi1zdHJpbmcgc3VwcG9ydCAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTczIj4jMjk3MzwvYT4sIDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAwOSI+IzMwMDk8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMTAiPiMzMDEwPC9hPik8L2xpPgo8bGk+VGFibGVnZW46IEZpeCBpbmZpbml0ZSBsb29wICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5NzIiPiMyOTcyPC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTQwIj4jMjk0MDwvYT4pPC9saT4KPGxpPlRlcmEgVGVybSBtYWNybzogQWRkIGNvbW1hbmRzIGludHJvZHVjZWQgaW4gdjUuMyB0aHJvdWdoIHY1LjYgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk1MSI+IzI5NTE8L2E+KTwvbGk+CjxsaT5UT01MOiBTdXBwb3J0IFRPTUwgMS4xLjAgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMzAyNiI+IzMwMjY8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwMjciPiMzMDI3PC9hPik8L2xpPgo8bGk+VHVydGxlOiBBbGxvdyBlbXB0eSBjb21tZW50IGxpbmVzICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODAiPiMyOTgwPC9hPik8L2xpPgo8bGk+WE1MOiBBZGRlZCA8Y29kZT4ueGJybDwvY29kZT4gYXMgZmlsZSBlbmRpbmcgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjg5MCI+IzI4OTA8L2E+LCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI4OTEiPiMyODkxPC9hPik8L2xpPgo8L3VsPgo8L2xpPgo8bGk+CjxwPkRyb3AgUHl0aG9uIDMuOCwgYW5kIGFkZCBQeXRob24gMy4xNCBhcyBhIHN1cHBvcnRlZCB2ZXJzaW9uICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzI5ODciPiMyOTg3PC9hPiwgPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDEyIj4jMzAxMjwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPlZhcmlvdXMgaW1wcm92ZW1lbnRzIHRvIDxjb2RlPmF1dG9weWdtZW50aXplPC9jb2RlPiAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yODk0Ij4jMjg5NDwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPlVwZGF0ZSA8Y29kZT5vbmVkYXJrPC9jb2RlPiBzdHlsZSB0byBzdXBwb3J0IG1vcmUgdG9rZW4gdHlwZXMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjk3NyI+IzI5Nzc8L2E+KTwvcD4KPC9saT4KPGxpPgo8cD5VcGRhdGUgPGNvZGU+cnR0PC9jb2RlPiBzdHlsZSB0byBzdXBwb3J0IG1vcmUgdG9rZW4gdHlwZXMgKDxhIGhyZWY9Imh0dHBzOi8vcmVkaXJlY3QuZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9pc3N1ZXMvMjg5NSI+IzI4OTU8L2E+KTwvcD4KPC9saT4KPGxpPgo8cD5DYWNoZSBlbnRyeSBwb2ludHMgdG8gaW1wcm92ZSBwZXJmb3JtYW5jZSAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8yOTc5Ij4jMjk3OTwvYT4pPC9wPgo8L2xpPgo8bGk+CjxwPkZpeCA8Y29kZT54dGVybS0yNTY8L2NvZGU+IGNvbG9yIHRhYmxlICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDMiPiMzMDQzPC9hPik8L3A+CjwvbGk+CjxsaT4KPHA+Rml4IDxjb2RlPmt3YXJnczwvY29kZT4gZGljdGlvbmFyeSBnZXR0aW5nIG11dGF0ZWQgb24gZWFjaCBjYWxsICg8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNDQiPiMzMDQ0PC9hPik8L3A+CjwvbGk+CjwvdWw+CjwvYmxvY2txdW90ZT4KPC9kZXRhaWxzPgo8ZGV0YWlscz4KPHN1bW1hcnk+Q29tbWl0czwvc3VtbWFyeT4KPHVsPgo8bGk+PGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2NvbW1pdC83MDgxOTdkODI4MjdiYTJkNWNhNzhiY2JiNjUzYzcxMDJjZTg2ZGNkIj48Y29kZT43MDgxOTdkPC9jb2RlPjwvYT4gRml4IHVuZGVybGluZSBsZW5ndGguPC9saT4KPGxpPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9jb21taXQvMWQ0NTM4YWU4NjIxZDc2NmVjYzkxZmY1OWNhZjc2YWI3NTk4M2FiYyI+PGNvZGU+MWQ0NTM4YTwvY29kZT48L2E+IFByZXBhcmUgMi4yMCByZWxlYXNlLjwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvY29tbWl0LzJjZWFlZTRlNjM0ZWViYWUyZDEwYTQ3ZmQwNTQwNjg3MWY2YmFjOGYiPjxjb2RlPjJjZWFlZTQ8L2NvZGU+PC9hPiBVcGRhdGUgQ0hBTkdFUy48L2xpPgo8bGk+PGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2NvbW1pdC9lM2EzYzU0YjU4YzdmODBiYzRkYjg4N2U0NzFkNGY5MWM3Nzg0NGVkIj48Y29kZT5lM2EzYzU0PC9jb2RlPjwvYT4gRml4IEhhc2tlbGwgbGV4ZXI6IGhhbmRsZSBlc2NhcGUgc2VxdWVuY2VzIGluIGNoYXJhY3RlciBsaXRlcmFscyAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDY5Ij4jMzA2OTwvYT4pPC9saT4KPGxpPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9jb21taXQvZDdjMzQ1M2UzNDJkYWMzMTlmNThlNDA5MWY0ZWYxODNjYzQ5ZDgwMiI+PGNvZGU+ZDdjMzQ1MzwvY29kZT48L2E+IE1lcmdlIHB1bGwgcmVxdWVzdCA8YSBocmVmPSJodHRwczovL3JlZGlyZWN0LmdpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvaXNzdWVzLzMwNzEiPiMzMDcxPC9hPiBmcm9tIHB5Z21lbnRzL2hhcmRlbi1odG1sLWZvcm1hdHRlcjwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvY29tbWl0LzBmOTdlN2MzN2Q0NGFiZmE0ZGRmZGRmNDRhMzI5MGZkYWQ1ODYwMzQiPjxjb2RlPjBmOTdlN2M8L2NvZGU+PC9hPiBIYXJkZW4gdGhlIEhUTUwgZm9ybWF0dGVyIGFnYWluc3QgQ1NTLjwvbGk+CjxsaT48YSBocmVmPSJodHRwczovL2dpdGh1Yi5jb20vcHlnbWVudHMvcHlnbWVudHMvY29tbWl0LzlmOTgxYjJiYTQyYjg4Y2E1YmRjZWJmMTJjZDAxZWZkN2NkODBhZWMiPjxjb2RlPjlmOTgxYjI8L2NvZGU+PC9hPiBVcGRhdGUgQ0hBTkdFUy48L2xpPgo8bGk+PGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2NvbW1pdC8xZDg4OTE1MTAyNGU5YTUzZjM3MDJhNjA1NThiMjliMDcwMzA2ZTllIj48Y29kZT4xZDg4OTE1PC9jb2RlPjwvYT4gVXBkYXRlIENIQU5HRVMuPC9saT4KPGxpPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9jb21taXQvYzNkOTNhZGI5ODI3ZmMwNTRjM2MxMmI0N2JkZTMxYzc4MWEzNmE5MyI+PGNvZGU+YzNkOTNhZDwvY29kZT48L2E+IEZpeCBBU04uMSBsZXhlcjogcmVjb2duaXplIG1pbnVzIHNpZ24gYW5kIGZpeCByYW5nZSBvcGVyYXRvciAoPGEgaHJlZj0iaHR0cHM6Ly9yZWRpcmVjdC5naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2lzc3Vlcy8zMDYwIj4jMzA2MDwvYT4pPC9saT4KPGxpPjxhIGhyZWY9Imh0dHBzOi8vZ2l0aHViLmNvbS9weWdtZW50cy9weWdtZW50cy9jb21taXQvNGYwNmJjZjhhNWJhM2YyYjViZGEyNGEyNmNjZjA0MWExYTY1ZDkxZSI+PGNvZGU+NGYwNmJjZjwvY29kZT48L2E+IGZpeCBiYWQgYmVoYXZpbmcgYmFja3RyYWNraW5nIHJlZ2V4IGluIENvbW1vbkxpc3BMZXhlcjwvbGk+CjxsaT5BZGRpdGlvbmFsIGNvbW1pdHMgdmlld2FibGUgaW4gPGEgaHJlZj0iaHR0cHM6Ly9naXRodWIuY29tL3B5Z21lbnRzL3B5Z21lbnRzL2NvbXBhcmUvMi4xOS4yLi4uMi4yMC4wIj5jb21wYXJlIHZpZXc8L2E+PC9saT4KPC91bD4KPC9kZXRhaWxzPgo8YnIgLz4KCgpbIVtEZXBlbmRhYm90IGNvbXBhdGliaWxpdHkgc2NvcmVdKGh0dHBzOi8vZGVwZW5kYWJvdC1iYWRnZXMuZ2l0aHViYXBwLmNvbS9iYWRnZXMvY29tcGF0aWJpbGl0eV9zY29yZT9kZXBlbmRlbmN5LW5hbWU9cHlnbWVudHMmcGFja2FnZS1tYW5hZ2VyPXV2JnByZXZpb3VzLXZlcnNpb249Mi4xOS4yJm5ldy12ZXJzaW9uPTIuMjAuMCldKGh0dHBzOi8vZG9jcy5naXRodWIuY29tL2VuL2dpdGh1Yi9tYW5hZ2luZy1zZWN1cml0eS12dWxuZXJhYmlsaXRpZXMvYWJvdXQtZGVwZW5kYWJvdC1zZWN1cml0eS11cGRhdGVzI2Fib3V0LWNvbXBhdGliaWxpdHktc2NvcmVzKQoKRGVwZW5kYWJvdCB3aWxsIHJlc29sdmUgYW55IGNvbmZsaWN0cyB3aXRoIHRoaXMgUFIgYXMgbG9uZyBhcyB5b3UgZG9uJ3QgYWx0ZXIgaXQgeW91cnNlbGYuIFlvdSBjYW4gYWxzbyB0cmlnZ2VyIGEgcmViYXNlIG1hbnVhbGx5IGJ5IGNvbW1lbnRpbmcgYEBkZXBlbmRhYm90IHJlYmFzZWAuCgpbLy9dOiAjIChkZXBlbmRhYm90LWF1dG9tZXJnZS1zdGFydCkKWy8vXTogIyAoZGVwZW5kYWJvdC1hdXRvbWVyZ2UtZW5kKQoKLS0tCgo8ZGV0YWlscz4KPHN1bW1hcnk+RGVwZW5kYWJvdCBjb21tYW5kcyBhbmQgb3B0aW9uczwvc3VtbWFyeT4KPGJyIC8+CgpZb3UgY2FuIHRyaWdnZXIgRGVwZW5kYWJvdCBhY3Rpb25zIGJ5IGNvbW1lbnRpbmcgb24gdGhpcyBQUjoKLSBgQGRlcGVuZGFib3QgcmViYXNlYCB3aWxsIHJlYmFzZSB0aGlzIFBSCi0gYEBkZXBlbmRhYm90IHJlY3JlYXRlYCB3aWxsIHJlY3JlYXRlIHRoaXMgUFIsIG92ZXJ3cml0aW5nIGFueSBlZGl0cyB0aGF0IGhhdmUgYmVlbiBtYWRlIHRvIGl0Ci0gYEBkZXBlbmRhYm90IHNob3cgPGRlcGVuZGVuY3kgbmFtZT4gaWdub3JlIGNvbmRpdGlvbnNgIHdpbGwgc2hvdyBhbGwgb2YgdGhlIGlnbm9yZSBjb25kaXRpb25zIG9mIHRoZSBzcGVjaWZpZWQgZGVwZW5kZW5jeQotIGBAZGVwZW5kYWJvdCBpZ25vcmUgdGhpcyBtYWpvciB2ZXJzaW9uYCB3aWxsIGNsb3NlIHRoaXMgUFIgYW5kIHN0b3AgRGVwZW5kYWJvdCBjcmVhdGluZyBhbnkgbW9yZSBmb3IgdGhpcyBtYWpvciB2ZXJzaW9uICh1bmxlc3MgeW91IHJlb3BlbiB0aGUgUFIgb3IgdXBncmFkZSB0byBpdCB5b3Vyc2VsZikKLSBgQGRlcGVuZGFib3QgaWdub3JlIHRoaXMgbWlub3IgdmVyc2lvbmAgd2lsbCBjbG9zZSB0aGlzIFBSIGFuZCBzdG9wIERlcGVuZGFib3QgY3JlYXRpbmcgYW55IG1vcmUgZm9yIHRoaXMgbWlub3IgdmVyc2lvbiAodW5sZXNzIHlvdSByZW9wZW4gdGhlIFBSIG9yIHVwZ3JhZGUgdG8gaXQgeW91cnNlbGYpCi0gYEBkZXBlbmRhYm90IGlnbm9yZSB0aGlzIGRlcGVuZGVuY3lgIHdpbGwgY2xvc2UgdGhpcyBQUiBhbmQgc3RvcCBEZXBlbmRhYm90IGNyZWF0aW5nIGFueSBtb3JlIGZvciB0aGlzIGRlcGVuZGVuY3kgKHVubGVzcyB5b3UgcmVvcGVuIHRoZSBQUiBvciB1cGdyYWRlIHRvIGl0IHlvdXJzZWxmKQpZb3UgY2FuIGRpc2FibGUgYXV0b21hdGVkIHNlY3VyaXR5IGZpeCBQUnMgZm9yIHRoaXMgcmVwbyBmcm9tIHRoZSBbU2VjdXJpdHkgQWxlcnRzIHBhZ2VdKGh0dHBzOi8vZ2l0aHViLmNvbS92ZXh4aG9zdC9hbnNpYmxlLWNvbGxlY3Rpb24tY29udGFpbmVycy9uZXR3b3JrL2FsZXJ0cykuCgo8L2RldGFpbHM+
      patchset: 85e59f59f1f54ef12e440f608c565f317ae703d2
      pipeline: check
      playbook_context:
        playbook_projects:
          trusted/project_0/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          trusted/project_1/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 01384e11271b1590fe57d1c69f228708f741103e
          trusted/project_2/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_0/github.com/vexxhost/zuul-jobs:
            canonical_name: github.com/vexxhost/zuul-jobs
            checkout: main
            commit: a6e68243e02ef030ce5e75f8b67630880c475f33
          untrusted/project_1/github.com/vexxhost/zuul-config:
            canonical_name: github.com/vexxhost/zuul-config
            checkout: main
            commit: 298983cd1253e6833abdb49d87d912527e0e6597
          untrusted/project_2/opendev.org/zuul/zuul-jobs:
            canonical_name: opendev.org/zuul/zuul-jobs
            checkout: master
            commit: 01384e11271b1590fe57d1c69f228708f741103e
        playbooks:
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/run.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/playbook_0/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/playbook_0/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/playbook_0/role_2/zuul-jobs/roles
        post_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_0/role_2/zuul-jobs/roles
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/post-logs.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/post_playbook_1/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/post_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/post_playbook_1/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/post_playbook_1/role_2/zuul-jobs/roles
        pre_playbooks:
        - path: trusted/project_0/github.com/vexxhost/zuul-config/playbooks/base/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_0/role_1/zuul-jobs
            link_target: trusted/project_1/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_0/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: zuul branch
            link_name: ansible/pre_playbook_0/role_2/zuul-jobs
            link_target: trusted/project_2/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_0/role_2/zuul-jobs/roles
        - path: untrusted/project_0/github.com/vexxhost/zuul-jobs/playbooks/molecule/pre.yaml
          roles:
          - checkout: master
            checkout_description: project default branch
            link_name: ansible/pre_playbook_1/role_1/zuul-jobs
            link_target: untrusted/project_2/opendev.org/zuul/zuul-jobs
            role_path: ansible/pre_playbook_1/role_1/zuul-jobs/roles
          - checkout: main
            checkout_description: playbook branch
            link_name: ansible/pre_playbook_1/role_2/zuul-jobs
            link_target: untrusted/project_0/github.com/vexxhost/zuul-jobs
            role_path: ansible/pre_playbook_1/role_2/zuul-jobs/roles
      post_review: false
      post_timeout: null
      pre_timeout: null
      project:
        canonical_hostname: github.com
        canonical_name: github.com/vexxhost/ansible-collection-containers
        name: vexxhost/ansible-collection-containers
        short_name: ansible-collection-containers
        src_dir: src/github.com/vexxhost/ansible-collection-containers
      projects:
        github.com/vexxhost/ansible-collection-containers:
          canonical_hostname: github.com
          canonical_name: github.com/vexxhost/ansible-collection-containers
          checkout: main
          checkout_description: zuul branch
          commit: 10681469e4928477625149c662ad75beb776ed7c
          name: vexxhost/ansible-collection-containers
          required: false
          short_name: ansible-collection-containers
          src_dir: src/github.com/vexxhost/ansible-collection-containers
      ref: refs/pull/113/head
      resources: {}
      tenant: oss
      timeout: 1800
      topic: null
      voting: true
