dependabot[bot] opened a new pull request, #38154:
URL: https://github.com/apache/beam/pull/38154

   Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to 
permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/yaml/pyyaml/releases";>pyyaml's releases</a>.</em></p>
   <blockquote>
   <h2>6.0.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Support for Python 3.14 and free-threading (experimental).</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3";>https://github.com/yaml/pyyaml/compare/6.0.2...6.0.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES";>pyyaml's 
changelog</a>.</em></p>
   <blockquote>
   <p>6.0.3 (2025-09-25)</p>
   <ul>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/864";>yaml/pyyaml#864</a> -- 
Support for Python 3.14 and free-threading (experimental)</li>
   </ul>
   <p>6.0.2 (2024-08-06)</p>
   <ul>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/808";>yaml/pyyaml#808</a> -- 
Support for Cython 3.x and Python 3.13</li>
   </ul>
   <p>6.0.1 (2023-07-18)</p>
   <ul>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/702";>yaml/pyyaml#702</a> -- 
pin Cython build dep to &lt; 3.0</li>
   </ul>
   <p>6.0 (2021-10-13)</p>
   <ul>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/327";>yaml/pyyaml#327</a> -- 
Change README format to Markdown</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/483";>yaml/pyyaml#483</a> -- 
Add a test for YAML 1.1 types</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/497";>yaml/pyyaml#497</a> -- 
fix float resolver to ignore <code>.</code> and <code>._</code></li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/550";>yaml/pyyaml#550</a> -- 
drop Python 2.7</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/553";>yaml/pyyaml#553</a> -- 
Fix spelling of “hexadecimal”</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/556";>yaml/pyyaml#556</a> -- 
fix representation of Enum subclasses</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/557";>yaml/pyyaml#557</a> -- 
fix libyaml extension compiler warnings</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/560";>yaml/pyyaml#560</a> -- 
fix ResourceWarning on leaked file descriptors</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/561";>yaml/pyyaml#561</a> -- 
always require <code>Loader</code> arg to <code>yaml.load()</code></li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/564";>yaml/pyyaml#564</a> -- 
remove remaining direct distutils usage</li>
   </ul>
   <p>5.4.1 (2021-01-20)</p>
   <ul>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/480";>yaml/pyyaml#480</a> -- 
Fix stub compat with older pyyaml versions that may unwittingly load it</li>
   </ul>
   <p>5.4 (2021-01-19)</p>
   <ul>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/407";>yaml/pyyaml#407</a> -- 
Build modernization, remove distutils, fix metadata, build wheels, CI to 
GHA</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/472";>yaml/pyyaml#472</a> -- 
Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/441";>yaml/pyyaml#441</a> -- 
Fix memory leak in implicit resolver setup</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/392";>yaml/pyyaml#392</a> -- 
Fix py2 copy support for timezone objects</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/378";>yaml/pyyaml#378</a> -- 
Fix compatibility with Jython</li>
   </ul>
   <p>5.3.1 (2020-03-18)</p>
   <ul>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/386";>yaml/pyyaml#386</a> -- 
Prevents arbitrary code execution during python/object/new constructor</li>
   </ul>
   <p>5.3 (2020-01-06)</p>
   <ul>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/290";>yaml/pyyaml#290</a> -- 
Use <code>is</code> instead of equality for comparing with 
<code>None</code></li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/270";>yaml/pyyaml#270</a> -- 
Fix typos and stylistic nit</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/309";>yaml/pyyaml#309</a> -- 
Fix up small typo</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/161";>yaml/pyyaml#161</a> -- 
Fix handling of <strong>slots</strong></li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/358";>yaml/pyyaml#358</a> -- 
Allow calling add_multi_constructor with None</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/285";>yaml/pyyaml#285</a> -- 
Add use of safe_load() function in README</li>
   <li><a 
href="https://redirect.github.com/yaml/pyyaml/pull/351";>yaml/pyyaml#351</a> -- 
Fix reader for Unicode code points over 0xFFFF</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/49790e73684bebad1df05ef8d828fa12f685bffb";><code>49790e7</code></a>
 Release 6.0.3 (<a 
href="https://redirect.github.com/yaml/pyyaml/issues/889";>#889</a>)</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/41309b0bcb4559edb1d691d47199035ef539d785";><code>41309b0</code></a>
 Release 6.0.2 (<a 
href="https://redirect.github.com/yaml/pyyaml/issues/819";>#819</a>)</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/dd9f0e1236775dcce682c91823e009556ce2a271";><code>dd9f0e1</code></a>
 6.0.2rc1 (<a 
href="https://redirect.github.com/yaml/pyyaml/issues/809";>#809</a>)</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/f5527a26d518b3e9c66f9211e0af00c83f09a97e";><code>f5527a2</code></a>
 disable CI trigger on PR edits</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/b4d80a742142004490d2da7691d534923820b81c";><code>b4d80a7</code></a>
 Python 3.12 + musllinux_1_1_x86_64 wheel support</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/c42fa3bff1eabdb64763bb1526d9ea1ccb708479";><code>c42fa3b</code></a>
 6.0.1 release</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/ae08bdc82b4ddfcd2b93c8aedcd1963766c3307d";><code>ae08bdc</code></a>
 block Cython 3.0+ as a build dep (<a 
href="https://redirect.github.com/yaml/pyyaml/issues/702";>#702</a>)</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/f873cfef316290c7cb5351b7e77a8d69d48d4f7d";><code>f873cfe</code></a>
 Add python 3.11 support (<a 
href="https://redirect.github.com/yaml/pyyaml/issues/663";>#663</a>)</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/8cdff2c80573b8be8e8ad28929264a913a63aa33";><code>8cdff2c</code></a>
 6.0 release</li>
   <li><a 
href="https://github.com/yaml/pyyaml/commit/a4fb55e943abf25055725245b0779cf527069a78";><code>a4fb55e</code></a>
 Update Python 3.10 versions for Windows build</li>
   <li>Additional commits viewable in <a 
href="https://github.com/yaml/pyyaml/compare/3.12...6.0.3";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to