dependabot[bot] opened a new pull request, #1595:
URL: https://github.com/apache/apisix-website/pull/1595

   Bumps [actions/setup-python](https://github.com/actions/setup-python) from 
4.1.0 to 4.6.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/actions/setup-python/releases";>actions/setup-python's 
releases</a>.</em></p>
   <blockquote>
   <h2>v4.6.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix <code>allow-prereleases</code> sample configuration by <a 
href="https://github.com/mayeut";><code>@​mayeut</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/615";>actions/setup-python#615</a></li>
   <li>Fix a incorrect link advanced-usage.md by <a 
href="https://github.com/siyuan0322";><code>@​siyuan0322</code></a> in <a 
href="https://redirect.github.com/actions/setup-python/pull/657";>actions/setup-python#657</a></li>
   <li>Remove implicit dependency by <a 
href="https://github.com/nikolai-laevskii";><code>@​nikolai-laevskii</code></a> 
in <a 
href="https://redirect.github.com/actions/setup-python/pull/668";>actions/setup-python#668</a></li>
   <li>Automatic update of configuration files from 05/23/2023 by <a 
href="https://github.com/github-actions";><code>@​github-actions</code></a> in 
<a 
href="https://redirect.github.com/actions/setup-python/pull/671";>actions/setup-python#671</a></li>
   <li>Add warning for python 2.7 on release/v4 by <a 
href="https://github.com/dmitry-shibanov";><code>@​dmitry-shibanov</code></a> in 
<a 
href="https://redirect.github.com/actions/setup-python/pull/673";>actions/setup-python#673</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/siyuan0322";><code>@​siyuan0322</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/657";>actions/setup-python#657</a></li>
   <li><a 
href="https://github.com/nikolai-laevskii";><code>@​nikolai-laevskii</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/actions/setup-python/pull/668";>actions/setup-python#668</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/actions/setup-python/compare/v4...v4.6.1";>https://github.com/actions/setup-python/compare/v4...v4.6.1</a></p>
   <h2>Add allow-prereleases input</h2>
   <p>In scope of this release we added a new input 
(<code>allow-prereleases</code>) to allow <a 
href="https://redirect.github.com/actions/setup-python/pull/414";>falling back 
to pre-release versions of Python when a matching GA version of Python is not 
available</a></p>
   <pre lang="yaml"><code>steps:
     - uses: actions/checkout@v3
     - uses: actions/setup-python@v4
       with:
         python-version: 3.12
         allow-prereleases: true
   </code></pre>
   <p>Besides, we added such changes as:</p>
   <ul>
   <li>Fix bug to trim new line for PyPy version: <a 
href="https://redirect.github.com/actions/setup-python/pull/610";>actions/setup-python#610</a></li>
   <li>Added pip dependency file to generate hash from it: <a 
href="https://redirect.github.com/actions/setup-python/pull/604";>actions/setup-python#604</a></li>
   <li>Improved error handling for saving and restoring cache: <a 
href="https://redirect.github.com/actions/setup-python/pull/618";>actions/setup-python#618</a></li>
   <li>Add warning if cache paths are empty: <a 
href="https://redirect.github.com/actions/setup-python/pull/642";>actions/setup-python#642</a></li>
   </ul>
   <h2>Fix cache issue for Poetry projects located in subfolders</h2>
   <p>In scope of this release we fixed cache issue for Poetry projects located 
in subfolders (<a 
href="https://redirect.github.com/actions/setup-python/issues/446";>actions/setup-python#446</a>).
 Besides that we updated json5 version from 2.2.0 to 2.2.3 (<a 
href="https://redirect.github.com/actions/setup-python/pull/579";>actions/setup-python#579</a>).</p>
   <h2>Add support to install multiple python versions</h2>
   <p>In scope of this release we added support to <a 
href="https://redirect.github.com/actions/setup-python/pull/567";>install 
multiple python versions</a>. For this you can try to use this snippet:</p>
   <pre lang="yaml"><code>    - uses: actions/setup-python@v4
         with:
           python-version: |
               3.8
               3.9
               3.10
   </code></pre>
   <p>Besides, we changed logic with throwing the error for GHES if cache is 
unavailable to warn (<a 
href="https://redirect.github.com/actions/setup-python/pull/566";>actions/setup-python#566</a>).</p>
   <h2>Improve error handling and messages</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/actions/setup-python/commit/bd6b4b6205c4dbad673328db7b31b7fab9e241c0";><code>bd6b4b6</code></a>
 Add warning for python 2.7 (<a 
href="https://redirect.github.com/actions/setup-python/issues/673";>#673</a>)</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/0cbcb9a3d7c0b228a2c4fbde82b6e8855233cd92";><code>0cbcb9a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/actions/setup-python/issues/668";>#668</a> 
from akv-platform/disallow-implicit-dependencies</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/669664dac1a46a4bb872089e1a90e4ad5dc232a6";><code>669664d</code></a>
 Merge branch 'tool-config-auto-update' into disallow-implicit-dependencies</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/9cbf792a3cbbd9c37749da21d3b171b927451bb0";><code>9cbf792</code></a>
 Update configuration files</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/e732e40717e028f4f5ce334e2b15f37370cb0fbb";><code>e732e40</code></a>
 Update licenses</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/a0d867bfa9dbae7b55265d535b886d13be1ce2c7";><code>a0d867b</code></a>
 Change http-client dependency to one matching previous version</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/d99bed8b212a85a522f5daad7239544f6be60527";><code>d99bed8</code></a>
 Update license</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/f71253fee3c03493b0d84195f0e25a0f228e8be9";><code>f71253f</code></a>
 Change to <code>@​action/http-client</code> version to the one that was used 
in the most re...</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/b51c97f6e3975dda61974a0d6a5f643ae759625f";><code>b51c97f</code></a>
 Add eslint rule for disallowing implicit dependencies</li>
   <li><a 
href="https://github.com/actions/setup-python/commit/db9987b4c1f10f0404fa60ee629f675fafbd6763";><code>db9987b</code></a>
 Fix a incorrect link advanced-usage.md (<a 
href="https://redirect.github.com/actions/setup-python/issues/657";>#657</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/actions/setup-python/compare/v4.1.0...v4.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-python&package-manager=github_actions&previous-version=4.1.0&new-version=4.6.1)](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 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 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