Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the minor-python group in /shared_requirements with 7 updates (#…
…3668) Bumps the minor-python group in /shared_requirements with 7 updates: | Package | From | To | | --- | --- | --- | | [importlib-metadata](https://github.com/python/importlib_metadata) | `8.4.0` | `8.5.0` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.3.2` | `4.3.3` | | [pyasn1-modules](https://github.com/pyasn1/pyasn1-modules) | `0.4.0` | `0.4.1` | | [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.0` | `0.6.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [pytz](https://github.com/stub42/pytz) | `2024.1` | `2024.2` | | [zipp](https://github.com/jaraco/zipp) | `3.20.1` | `3.20.2` | Updates `importlib-metadata` from 8.4.0 to 8.5.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/python/importlib_metadata/blob/main/NEWS.rst">importlib-metadata's changelog</a>.</em></p> <blockquote> <h1>v8.5.0</h1> <h2>Features</h2> <ul> <li>Deferred import of zipfile.Path (<a href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a>)</li> <li>Deferred import of json (<a href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a>)</li> <li>Rely on zipp overlay for zipfile.Path.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python/importlib_metadata/commit/b34810b1e0665580a91ea19b6317a1890ecd42c1"><code>b34810b</code></a> Finalize</li> <li><a href="https://github.com/python/importlib_metadata/commit/8c1d1fa4f4e2160fef17b0bb7fef2ca276b53a99"><code>8c1d1fa</code></a> Merge pull request <a href="https://redirect.github.com/python/importlib_metadata/issues/501">#501</a> from Avasam/Pass-mypy-and-link-issues</li> <li><a href="https://github.com/python/importlib_metadata/commit/afa39e8e08b48fbedd3b8ac94cf58de39ff09c35"><code>afa39e8</code></a> Back out changes to tests._path</li> <li><a href="https://github.com/python/importlib_metadata/commit/8b909f9b1cdfc056eff3acd38337661ab24ef8b3"><code>8b909f9</code></a> Merge pull request <a href="https://redirect.github.com/python/importlib_metadata/issues/503">#503</a> from danielhollas/defer-json</li> <li><a href="https://github.com/python/importlib_metadata/commit/2a3f50d8bbd41fc831676e7dc89d84c605c85760"><code>2a3f50d</code></a> Add news fragment.</li> <li><a href="https://github.com/python/importlib_metadata/commit/3f78dc17786e0e0290db450e843ac494af0158e9"><code>3f78dc1</code></a> Add comment to protect the deferred import.</li> <li><a href="https://github.com/python/importlib_metadata/commit/18eb2da0ee267394c1735bec5b1d9f2b0fa77dd9"><code>18eb2da</code></a> Revert "Defer platform import"</li> <li><a href="https://github.com/python/importlib_metadata/commit/58832f234ba1aea5906c4d56f4b2c4a21d640608"><code>58832f2</code></a> Merge pull request <a href="https://redirect.github.com/python/importlib_metadata/issues/502">#502</a> from danielhollas/defer-zipp</li> <li><a href="https://github.com/python/importlib_metadata/commit/e3ce33b45e572824b482049570cac13da543999b"><code>e3ce33b</code></a> Add news fragment.</li> <li><a href="https://github.com/python/importlib_metadata/commit/d11b67fed9f21503ca369e33c917a8038994ce0b"><code>d11b67f</code></a> Add comment to protect the deferred import.</li> <li>Additional commits viewable in <a href="https://github.com/python/importlib_metadata/compare/v8.4.0...v8.5.0">compare view</a></li> </ul> </details> <br /> Updates `platformdirs` from 4.3.2 to 4.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/platformdirs/releases">platformdirs's releases</a>.</em></p> <blockquote> <h2>4.3.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Update check.yml by <a href="https://github.com/gaborbernat"><code>@gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/302">tox-dev/platformdirs#302</a></li> <li>don't include outdated changelog in docs by <a href="https://github.com/cbm755"><code>@cbm755</code></a> in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/301">tox-dev/platformdirs#301</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cbm755"><code>@cbm755</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/platformdirs/pull/301">tox-dev/platformdirs#301</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3">https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/platformdirs/commit/85feea9d67e6d87b2640f20572862b79f4c6792e"><code>85feea9</code></a> don't include outdated changelog in docs (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/301">#301</a>)</li> <li><a href="https://github.com/tox-dev/platformdirs/commit/580dffd03281bba560dfbeb80518d9b2f2b4a107"><code>580dffd</code></a> Update check.yml (<a href="https://redirect.github.com/tox-dev/platformdirs/issues/302">#302</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/platformdirs/compare/4.3.2...4.3.3">compare view</a></li> </ul> </details> <br /> Updates `pyasn1-modules` from 0.4.0 to 0.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyasn1/pyasn1-modules/releases">pyasn1-modules's releases</a>.</em></p> <blockquote> <h2>Release 0.4.1</h2> <p>It's a minor release.</p> <ul> <li>Added support for Python 3.13.</li> </ul> <p>All changes are noted in the <a href="https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt">CHANGELOG</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt">pyasn1-modules's changelog</a>.</em></p> <blockquote> <h2>Revision 0.4.1, released 10-09-2024</h2> <ul> <li>Added support for Python 3.13</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyasn1/pyasn1-modules/commit/36b036311a83c78175e92161f23afc5e9e56a6da"><code>36b0363</code></a> Prepare release 0.4.1</li> <li><a href="https://github.com/pyasn1/pyasn1-modules/commit/b0d849798afe8e908f3fd467984d0c0bb7875f74"><code>b0d8497</code></a> Add support for Python 3.13 (<a href="https://redirect.github.com/pyasn1/pyasn1-modules/issues/17">#17</a>)</li> <li>See full diff in <a href="https://github.com/pyasn1/pyasn1-modules/compare/v0.4.0...v0.4.1">compare view</a></li> </ul> </details> <br /> Updates `pyasn1` from 0.6.0 to 0.6.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pyasn1/pyasn1/releases">pyasn1's releases</a>.</em></p> <blockquote> <h2>Release 0.6.1</h2> <p>It's a minor release.</p> <ul> <li>Added support for Python 3.13.</li> <li>Cleaned Python 2-related code.</li> <li>Removed bdist_wheel universal flag from setup.cfg.</li> </ul> <p>All changes are noted in the <a href="https://github.com/pyasn1/pyasn1/blob/master/CHANGES.rst">CHANGELOG</a>.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst">pyasn1's changelog</a>.</em></p> <blockquote> <h2>Revision 0.6.1, released 10-09-2024</h2> <ul> <li>Added support for Python 3.13 and updated GitHub Actions [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/73">#73</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/73/">pyasn1/pyasn1#73</a>)</li> <li>Removed Python 2 support and related code [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/62">#62</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/62/">pyasn1/pyasn1#62</a>) [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/61">#61</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/61/">pyasn1/pyasn1#61</a>) [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/60">#60</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/60/">pyasn1/pyasn1#60</a>)</li> <li>Improved error handling and consistency [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/71">#71</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/71/">pyasn1/pyasn1#71</a>) [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/70">#70</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/70/">pyasn1/pyasn1#70</a>)</li> <li>Runtime deprecation of <code>tagMap</code> and <code>typeMap</code> aliases [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/72">#72</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/72/">pyasn1/pyasn1#72</a>)</li> <li>Fixed duplicated and missing declarations [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/64">#64</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/64/">pyasn1/pyasn1#64</a>)</li> <li>Cleaned documentation and comments [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/63">#63</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/63/">pyasn1/pyasn1#63</a>)</li> <li>Removed bdist_wheel universal flag from setup.cfg [pr <a href="https://redirect.github.com/pyasn1/pyasn1/issues/69">#69</a>](<a href="https://redirect.github.com/pyasn1/pyasn1/pull/69/">pyasn1/pyasn1#69</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pyasn1/pyasn1/commit/0f07d7242a78ab4d129b26256d7474f7168cf536"><code>0f07d72</code></a> Prepare release 0.6.1</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/d15cfa0fd2c5f6bd27c886632cdaf89aef5499ec"><code>d15cfa0</code></a> Revert "Monthly downloads badge added (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/67">#67</a>)"</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/2d0a152dbaf39a50793979e59bd6ebfb9d29638f"><code>2d0a152</code></a> Add support for Python 3.13 (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/73">#73</a>)</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/507eca7e7e97963b5415cbc81a2e35daebdca45d"><code>507eca7</code></a> Runtime deprecation of <code>tagMap</code> & <code>typeMap</code> aliases (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/72">#72</a>)</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/8c4f5e529bd13584fcd17581472565350dd6dbdb"><code>8c4f5e5</code></a> Python 3 simplified error handling (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/71">#71</a>)</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/7a599a1355568da807a474df3cd09149909b9922"><code>7a599a1</code></a> raise actual error when value is inconsistent (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/70">#70</a>)</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/d1381d4367dfb5854a07e644b58dc71e3e3a75ba"><code>d1381d4</code></a> Fix duplicated and missing declarations (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/64">#64</a>)</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/6993b85ff7a4bd758a40ffc3447b9c85a7e35e59"><code>6993b85</code></a> obsolete python version mention in docstring and comments (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/63">#63</a>)</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/001bc19e531c023d3ccc2747b1f667d395ded110"><code>001bc19</code></a> Remove various Python 2 version_info checks (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/62">#62</a>)</li> <li><a href="https://github.com/pyasn1/pyasn1/commit/aa81e4b2e01356c93ff838f8032e5c06135f764a"><code>aa81e4b</code></a> Remove python2 code from compat.integer (<a href="https://redirect.github.com/pyasn1/pyasn1/issues/61">#61</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pyasn1/pyasn1/compare/v0.6.0...v0.6.1">compare view</a></li> </ul> </details> <br /> Updates `pytest` from 8.3.2 to 8.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>8.3.3</h2> <h1>pytest 8.3.3 (2024-09-09)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12446">#12446</a>: Avoid calling <code>@Property</code> (and other instance descriptors) during fixture discovery -- by <code>asottile</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12659">#12659</a>: Fixed the issue of not displaying assertion failure differences when using the parameter <code>--import-mode=importlib</code> in pytest>=8.1.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12667">#12667</a>: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12744">#12744</a>: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by <code>Avasam</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/12745">#12745</a>: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/6682">#6682</a>: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in <code>assert condition, msg</code>).</p> </li> <li> <p><a href="https://redirect.github.com/pytest-dev/pytest/issues/9422">#9422</a>: Fix bug where disabling the terminal plugin via <code>-p no:terminal</code> would cause crashes related to missing the <code>verbose</code> option.</p> <p>-- by <code>GTowers1</code>{.interpreted-text role="user"}</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12663">#12663</a>: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.</li> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12678">#12678</a>: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.</li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li><a href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>: Fix typos discovered by codespell and add codespell to pre-commit hooks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/d0f136fe64f9374f18a04562305b178fb380d1ec"><code>d0f136f</code></a> build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/972f307c7861ae498e705d3d12e003fa4b035ac0"><code>972f307</code></a> Prepare release version 8.3.3</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0dabdcfe4de99147a07bd577804b60818ea25bc4"><code>0dabdcf</code></a> Include co-authors in release announcement (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12795">#12795</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a9910a413a691e1b216e2235a9cbec0921117702"><code>a9910a4</code></a> Do not discover properties when iterating fixtures (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12781">#12781</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0f10b6b0d8138d3539de75cb7b2e33167b6fc882"><code>0f10b6b</code></a> Fix issue with slashes being turned into backslashes on Windows (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12760">#12760</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12">#12</a>...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/300d13d2231db85186729c2091ea33480cb39c1a"><code>300d13d</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12785">#12785</a> from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/e5d32c73abcf4fa1362b15aaf660074de8f710d4"><code>e5d32c7</code></a> Merge pull request <a href="https://redirect.github.com/pytest-dev/pytest/issues/12784">#12784</a> from svenevs/fix/docs-example-parametrize-minor-typo</li> <li><a href="https://github.com/pytest-dev/pytest/commit/bc913d194ec009699194b016ca619d5ae7f22c91"><code>bc913d1</code></a> Streamline checks for verbose option (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12706">#12706</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/01cfcc9f2dda817b25511772593012fd93e092d0"><code>01cfcc9</code></a> Fix typos and introduce codespell pre-commit hook (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12769">#12769</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/4873394d53635ef62d1915d23972ed4281a784eb"><code>4873394</code></a> doc: Remove past training (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12772">#12772</a>) (<a href="https://redirect.github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3">compare view</a></li> </ul> </details> <br /> Updates `pytz` from 2024.1 to 2024.2 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/stub42/pytz/commit/3944f75a65268002562b9fd4c912d8bf566e0a66"><code>3944f75</code></a> Bump version numbers to 2024.2 / 2024b</li> <li><a href="https://github.com/stub42/pytz/commit/640c9bd426a3e62f12e7d5424d936b91dc442d93"><code>640c9bd</code></a> IANA 2024b</li> <li><a href="https://github.com/stub42/pytz/commit/382ca0c9e9e5efc8c56ba8f25513ef9287f5281d"><code>382ca0c</code></a> Squashed 'tz/' changes from 380c07cef..923e54bae</li> <li><a href="https://github.com/stub42/pytz/commit/96a1e880f84bed98b54d64de25f08d7b50639b55"><code>96a1e88</code></a> Stop testing unavailable and EOL Python 3.5</li> <li><a href="https://github.com/stub42/pytz/commit/68186b6da89c1772678d5585df6740349369600f"><code>68186b6</code></a> Add support for Python 3.13</li> <li><a href="https://github.com/stub42/pytz/commit/e994058eb38f4c2dd8798e0de3720ac207c7e6f6"><code>e994058</code></a> Run other jobs if one fails</li> <li><a href="https://github.com/stub42/pytz/commit/2326f9f5a93e46eb58563c9c51e4506959e2f500"><code>2326f9f</code></a> Bump GitHub Actions</li> <li>See full diff in <a href="https://github.com/stub42/pytz/compare/release_2024.1...release_2024.2">compare view</a></li> </ul> </details> <br /> Updates `zipp` from 3.20.1 to 3.20.2 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jaraco/zipp/blob/main/NEWS.rst">zipp's changelog</a>.</em></p> <blockquote> <h1>v3.20.2</h1> <h2>Bugfixes</h2> <ul> <li>Make zipp.compat.overlay.zipfile hashable. (<a href="https://redirect.github.com/jaraco/zipp/issues/126">#126</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaraco/zipp/commit/a575660e5c76daca0924f6e9520fd7109e05f424"><code>a575660</code></a> Make no assertions about the number. It could be negative.</li> <li><a href="https://github.com/jaraco/zipp/commit/0b3a1b9ddbc8d9f646d51810b082711bf03261c7"><code>0b3a1b9</code></a> Finalize</li> <li><a href="https://github.com/jaraco/zipp/commit/a4c79614a52f34d2999246d807538d46e5986feb"><code>a4c7961</code></a> Make zipp.compat.overlay.zipfile hashable.</li> <li><a href="https://github.com/jaraco/zipp/commit/d66007a66b7dbd88e69eaf59faae8b614cba256d"><code>d66007a</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li> <li><a href="https://github.com/jaraco/zipp/commit/3fe8c5ba792fd58a5a24eef4e8a845f3b5dd6c2c"><code>3fe8c5b</code></a><code>jaraco/skeleton#146</code></li> <li><a href="https://github.com/jaraco/zipp/commit/81b766c06cc83679c4a04c2bfa6d2c8cc559bf33"><code>81b766c</code></a> Fix an incompatibility (and source of merge conflicts) with projects using Ru...</li> <li><a href="https://github.com/jaraco/zipp/commit/b8a63ca4b77d28eb808c457ec781ed3f8ba50671"><code>b8a63ca</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/zipp/issues/125">#125</a> from saschanaz/patch-1</li> <li><a href="https://github.com/jaraco/zipp/commit/0b95ec706308342782231a9be2acd98be7ccf996"><code>0b95ec7</code></a> Suppress F821</li> <li><a href="https://github.com/jaraco/zipp/commit/5d2fa666ffae2e89a6e4ccbc5ed9b3a5b8d64fc0"><code>5d2fa66</code></a> Merge <a href="https://github.com/jaraco/skeleton">https://github.com/jaraco/skeleton</a></li> <li><a href="https://github.com/jaraco/zipp/commit/a675458e1a7d6ae81d0d441338a74dc98ffc5a61"><code>a675458</code></a> Allow the workflow to be triggered manually.</li> <li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.20.1...v3.20.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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Hammond <benjamin.hammond@gmail.com>
- Loading branch information