Skip to content

Commit

Permalink
Update pyyaml requirement from ~=6.0.1 to ~=6.0.2 (#179)
Browse files Browse the repository at this point in the history
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.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Support for Cython 3.x and Python 3.13.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/yaml/pyyaml/blob/main/CHANGES">pyyaml's
changelog</a>.</em></p>
<blockquote>
<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>
<li><a
href="https://redirect.github.com/yaml/pyyaml/pull/360">yaml/pyyaml#360</a>
-- Enable certain unicode tests when maxunicode not &gt; 0xffff</li>
<li><a
href="https://redirect.github.com/yaml/pyyaml/pull/359">yaml/pyyaml#359</a>
-- Use full_load in yaml-highlight example</li>
<li><a
href="https://redirect.github.com/yaml/pyyaml/pull/244">yaml/pyyaml#244</a>
-- Document that PyYAML is implemented with Cython</li>
<li><a
href="https://redirect.github.com/yaml/pyyaml/pull/329">yaml/pyyaml#329</a>
-- Fix for Python 3.10</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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>See full diff in <a
href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
  • Loading branch information
klept0 authored Aug 16, 2024
2 parents 263dca6 + 148f702 commit 51bbbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setuptools
psutil
blinker==1.7.0 # prevents issues on newer versions
apprise~=1.8.1
pyyaml~=6.0.1
pyyaml~=6.0.2
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
requests-oauthlib
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit 51bbbcc

Please sign in to comment.