Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps zipp from 3.8.1 to 3.12.1.

Changelog

Sourced from zipp's changelog.

v3.12.1

  • gh-101566: In CompleteDirs, override ZipFile.getinfo to supply a ZipInfo for implied dirs.

v3.12.0

  • gh-101144: Honor encoding as positional parameter to Path.open() and Path.read_text().

v3.11.0

  • #85: Added support for new methods on Path:

    • match
    • glob and rglob
    • relative_to
    • is_symlink

v3.10.0

  • zipp is now a package.

v3.9.1

  • Removed 'print' expression in test_pickle.

  • bpo-43651: Apply io.text_encoding on Python 3.10 and later.

v3.9.0

  • #81: Path objects are now pickleable if they've been constructed from pickleable objects. Any restored objects will re-construct the zip file with the original arguments.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

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)

Bumps [zipp](https://github.com/jaraco/zipp) from 3.8.1 to 3.12.1.
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/CHANGES.rst)
- [Commits](jaraco/zipp@v3.8.1...v3.12.1)

---
updated-dependencies:
- dependency-name: zipp
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Feb 6, 2023
@alallema
Copy link
Contributor

alallema commented Feb 6, 2023

bors merge

bors bot added a commit that referenced this pull request Feb 6, 2023
677: Bump zipp from 3.8.1 to 3.12.1 r=alallema a=dependabot[bot]

Bumps [zipp](https://github.com/jaraco/zipp) from 3.8.1 to 3.12.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jaraco/zipp/blob/main/CHANGES.rst">zipp's changelog</a>.</em></p>
<blockquote>
<h1>v3.12.1</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101566">gh-101566</a>: In <code>CompleteDirs</code>, override <code>ZipFile.getinfo</code>
to supply a <code>ZipInfo</code> for implied dirs.</li>
</ul>
<h1>v3.12.0</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101144">gh-101144</a>: Honor <code>encoding</code> as positional parameter
to <code>Path.open()</code> and <code>Path.read_text()</code>.</li>
</ul>
<h1>v3.11.0</h1>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/85">#85</a>: Added support for new methods on <code>Path</code>:</p>
<ul>
<li><code>match</code></li>
<li><code>glob</code> and <code>rglob</code></li>
<li><code>relative_to</code></li>
<li><code>is_symlink</code></li>
</ul>
</li>
</ul>
<h1>v3.10.0</h1>
<ul>
<li><code>zipp</code> is now a package.</li>
</ul>
<h1>v3.9.1</h1>
<ul>
<li>
<p>Removed 'print' expression in test_pickle.</p>
</li>
<li>
<p>bpo-43651: Apply <code>io.text_encoding</code> on Python 3.10 and later.</p>
</li>
</ul>
<h1>v3.9.0</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/81">#81</a>: <code>Path</code> objects are now pickleable if they've been
constructed from pickleable objects. Any restored objects
will re-construct the zip file with the original arguments.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jaraco/zipp/commit/71368132608e9fb5cd83bda33b3e3460c8b02f95"><code>7136813</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/e38bfbb93c5dba7fe09eca87d2ccbb0ea7b26c31"><code>e38bfbb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/90">#90</a> from jaraco/bugfix/gh-101566-extractall</li>
<li><a href="https://github.com/jaraco/zipp/commit/7bf2869c0779001da8e334d594b7776314548dc3"><code>7bf2869</code></a> Update changelog. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101566">python/cpython#101566</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/6f8ae4cca3c0f91e768fe3568829dd4854d5b8ea"><code>6f8ae4c</code></a> Override ZipFile.getinfo to supply a ZipInfo for implied dirs. Fixes python/c...</li>
<li><a href="https://github.com/jaraco/zipp/commit/29b95e19a95900f8ac1e93144c829f7ca3ea3654"><code>29b95e1</code></a> Add xfail test capturing missed expectation. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101566">python/cpython#101566</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/0a47dda2de076f95ecd43403d52abf29b7caa7fb"><code>0a47dda</code></a> Update README to reflect finding that 3.2 incorporated into Python 3.10, but ...</li>
<li><a href="https://github.com/jaraco/zipp/commit/0d9c6f0f5b6182cdac448270dbc0529f91b50bd9"><code>0d9c6f0</code></a> Exempt warning. Workaround for <a href="https://github-redirect.dependabot.com/realpython/pytest-mypy/issues/152">realpython/pytest-mypy#152</a></li>
<li><a href="https://github.com/jaraco/zipp/commit/08cd0cd0e6890410e9efd3fedb40fa66b43d08ec"><code>08cd0cd</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/f18255faba76a6a86bf3fa6f73da9d974262aebd"><code>f18255f</code></a> Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-blac...</li>
<li><a href="https://github.com/jaraco/zipp/commit/284359e5123eb6a9f975092d1fb17dfa814d1594"><code>284359e</code></a> Enable default encoding warning where available. See PEP 597.</li>
<li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.8.1...v3.12.1">compare view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Feb 6, 2023

Build failed:

@alallema
Copy link
Contributor

alallema commented Feb 6, 2023

bors merge

bors bot added a commit that referenced this pull request Feb 6, 2023
677: Bump zipp from 3.8.1 to 3.12.1 r=alallema a=dependabot[bot]

Bumps [zipp](https://github.com/jaraco/zipp) from 3.8.1 to 3.12.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jaraco/zipp/blob/main/CHANGES.rst">zipp's changelog</a>.</em></p>
<blockquote>
<h1>v3.12.1</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101566">gh-101566</a>: In <code>CompleteDirs</code>, override <code>ZipFile.getinfo</code>
to supply a <code>ZipInfo</code> for implied dirs.</li>
</ul>
<h1>v3.12.0</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101144">gh-101144</a>: Honor <code>encoding</code> as positional parameter
to <code>Path.open()</code> and <code>Path.read_text()</code>.</li>
</ul>
<h1>v3.11.0</h1>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/85">#85</a>: Added support for new methods on <code>Path</code>:</p>
<ul>
<li><code>match</code></li>
<li><code>glob</code> and <code>rglob</code></li>
<li><code>relative_to</code></li>
<li><code>is_symlink</code></li>
</ul>
</li>
</ul>
<h1>v3.10.0</h1>
<ul>
<li><code>zipp</code> is now a package.</li>
</ul>
<h1>v3.9.1</h1>
<ul>
<li>
<p>Removed 'print' expression in test_pickle.</p>
</li>
<li>
<p>bpo-43651: Apply <code>io.text_encoding</code> on Python 3.10 and later.</p>
</li>
</ul>
<h1>v3.9.0</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/81">#81</a>: <code>Path</code> objects are now pickleable if they've been
constructed from pickleable objects. Any restored objects
will re-construct the zip file with the original arguments.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jaraco/zipp/commit/71368132608e9fb5cd83bda33b3e3460c8b02f95"><code>7136813</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/e38bfbb93c5dba7fe09eca87d2ccbb0ea7b26c31"><code>e38bfbb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/90">#90</a> from jaraco/bugfix/gh-101566-extractall</li>
<li><a href="https://github.com/jaraco/zipp/commit/7bf2869c0779001da8e334d594b7776314548dc3"><code>7bf2869</code></a> Update changelog. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101566">python/cpython#101566</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/6f8ae4cca3c0f91e768fe3568829dd4854d5b8ea"><code>6f8ae4c</code></a> Override ZipFile.getinfo to supply a ZipInfo for implied dirs. Fixes python/c...</li>
<li><a href="https://github.com/jaraco/zipp/commit/29b95e19a95900f8ac1e93144c829f7ca3ea3654"><code>29b95e1</code></a> Add xfail test capturing missed expectation. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101566">python/cpython#101566</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/0a47dda2de076f95ecd43403d52abf29b7caa7fb"><code>0a47dda</code></a> Update README to reflect finding that 3.2 incorporated into Python 3.10, but ...</li>
<li><a href="https://github.com/jaraco/zipp/commit/0d9c6f0f5b6182cdac448270dbc0529f91b50bd9"><code>0d9c6f0</code></a> Exempt warning. Workaround for <a href="https://github-redirect.dependabot.com/realpython/pytest-mypy/issues/152">realpython/pytest-mypy#152</a></li>
<li><a href="https://github.com/jaraco/zipp/commit/08cd0cd0e6890410e9efd3fedb40fa66b43d08ec"><code>08cd0cd</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/f18255faba76a6a86bf3fa6f73da9d974262aebd"><code>f18255f</code></a> Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-blac...</li>
<li><a href="https://github.com/jaraco/zipp/commit/284359e5123eb6a9f975092d1fb17dfa814d1594"><code>284359e</code></a> Enable default encoding warning where available. See PEP 597.</li>
<li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.8.1...v3.12.1">compare view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Feb 6, 2023

Build failed:

@alallema
Copy link
Contributor

alallema commented Feb 6, 2023

bors merge

bors bot added a commit that referenced this pull request Feb 6, 2023
677: Bump zipp from 3.8.1 to 3.12.1 r=alallema a=dependabot[bot]

Bumps [zipp](https://github.com/jaraco/zipp) from 3.8.1 to 3.12.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jaraco/zipp/blob/main/CHANGES.rst">zipp's changelog</a>.</em></p>
<blockquote>
<h1>v3.12.1</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101566">gh-101566</a>: In <code>CompleteDirs</code>, override <code>ZipFile.getinfo</code>
to supply a <code>ZipInfo</code> for implied dirs.</li>
</ul>
<h1>v3.12.0</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101144">gh-101144</a>: Honor <code>encoding</code> as positional parameter
to <code>Path.open()</code> and <code>Path.read_text()</code>.</li>
</ul>
<h1>v3.11.0</h1>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/85">#85</a>: Added support for new methods on <code>Path</code>:</p>
<ul>
<li><code>match</code></li>
<li><code>glob</code> and <code>rglob</code></li>
<li><code>relative_to</code></li>
<li><code>is_symlink</code></li>
</ul>
</li>
</ul>
<h1>v3.10.0</h1>
<ul>
<li><code>zipp</code> is now a package.</li>
</ul>
<h1>v3.9.1</h1>
<ul>
<li>
<p>Removed 'print' expression in test_pickle.</p>
</li>
<li>
<p>bpo-43651: Apply <code>io.text_encoding</code> on Python 3.10 and later.</p>
</li>
</ul>
<h1>v3.9.0</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/81">#81</a>: <code>Path</code> objects are now pickleable if they've been
constructed from pickleable objects. Any restored objects
will re-construct the zip file with the original arguments.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jaraco/zipp/commit/71368132608e9fb5cd83bda33b3e3460c8b02f95"><code>7136813</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/e38bfbb93c5dba7fe09eca87d2ccbb0ea7b26c31"><code>e38bfbb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/90">#90</a> from jaraco/bugfix/gh-101566-extractall</li>
<li><a href="https://github.com/jaraco/zipp/commit/7bf2869c0779001da8e334d594b7776314548dc3"><code>7bf2869</code></a> Update changelog. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101566">python/cpython#101566</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/6f8ae4cca3c0f91e768fe3568829dd4854d5b8ea"><code>6f8ae4c</code></a> Override ZipFile.getinfo to supply a ZipInfo for implied dirs. Fixes python/c...</li>
<li><a href="https://github.com/jaraco/zipp/commit/29b95e19a95900f8ac1e93144c829f7ca3ea3654"><code>29b95e1</code></a> Add xfail test capturing missed expectation. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101566">python/cpython#101566</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/0a47dda2de076f95ecd43403d52abf29b7caa7fb"><code>0a47dda</code></a> Update README to reflect finding that 3.2 incorporated into Python 3.10, but ...</li>
<li><a href="https://github.com/jaraco/zipp/commit/0d9c6f0f5b6182cdac448270dbc0529f91b50bd9"><code>0d9c6f0</code></a> Exempt warning. Workaround for <a href="https://github-redirect.dependabot.com/realpython/pytest-mypy/issues/152">realpython/pytest-mypy#152</a></li>
<li><a href="https://github.com/jaraco/zipp/commit/08cd0cd0e6890410e9efd3fedb40fa66b43d08ec"><code>08cd0cd</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/f18255faba76a6a86bf3fa6f73da9d974262aebd"><code>f18255f</code></a> Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-blac...</li>
<li><a href="https://github.com/jaraco/zipp/commit/284359e5123eb6a9f975092d1fb17dfa814d1594"><code>284359e</code></a> Enable default encoding warning where available. See PEP 597.</li>
<li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.8.1...v3.12.1">compare view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Feb 6, 2023

Build failed:

@alallema
Copy link
Contributor

alallema commented Feb 6, 2023

bors merge

bors bot added a commit that referenced this pull request Feb 6, 2023
677: Bump zipp from 3.8.1 to 3.12.1 r=alallema a=dependabot[bot]

Bumps [zipp](https://github.com/jaraco/zipp) from 3.8.1 to 3.12.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/jaraco/zipp/blob/main/CHANGES.rst">zipp's changelog</a>.</em></p>
<blockquote>
<h1>v3.12.1</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101566">gh-101566</a>: In <code>CompleteDirs</code>, override <code>ZipFile.getinfo</code>
to supply a <code>ZipInfo</code> for implied dirs.</li>
</ul>
<h1>v3.12.0</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101144">gh-101144</a>: Honor <code>encoding</code> as positional parameter
to <code>Path.open()</code> and <code>Path.read_text()</code>.</li>
</ul>
<h1>v3.11.0</h1>
<ul>
<li>
<p><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/85">#85</a>: Added support for new methods on <code>Path</code>:</p>
<ul>
<li><code>match</code></li>
<li><code>glob</code> and <code>rglob</code></li>
<li><code>relative_to</code></li>
<li><code>is_symlink</code></li>
</ul>
</li>
</ul>
<h1>v3.10.0</h1>
<ul>
<li><code>zipp</code> is now a package.</li>
</ul>
<h1>v3.9.1</h1>
<ul>
<li>
<p>Removed 'print' expression in test_pickle.</p>
</li>
<li>
<p>bpo-43651: Apply <code>io.text_encoding</code> on Python 3.10 and later.</p>
</li>
</ul>
<h1>v3.9.0</h1>
<ul>
<li><a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/81">#81</a>: <code>Path</code> objects are now pickleable if they've been
constructed from pickleable objects. Any restored objects
will re-construct the zip file with the original arguments.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jaraco/zipp/commit/71368132608e9fb5cd83bda33b3e3460c8b02f95"><code>7136813</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/e38bfbb93c5dba7fe09eca87d2ccbb0ea7b26c31"><code>e38bfbb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/90">#90</a> from jaraco/bugfix/gh-101566-extractall</li>
<li><a href="https://github.com/jaraco/zipp/commit/7bf2869c0779001da8e334d594b7776314548dc3"><code>7bf2869</code></a> Update changelog. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101566">python/cpython#101566</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/6f8ae4cca3c0f91e768fe3568829dd4854d5b8ea"><code>6f8ae4c</code></a> Override ZipFile.getinfo to supply a ZipInfo for implied dirs. Fixes python/c...</li>
<li><a href="https://github.com/jaraco/zipp/commit/29b95e19a95900f8ac1e93144c829f7ca3ea3654"><code>29b95e1</code></a> Add xfail test capturing missed expectation. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101566">python/cpython#101566</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/0a47dda2de076f95ecd43403d52abf29b7caa7fb"><code>0a47dda</code></a> Update README to reflect finding that 3.2 incorporated into Python 3.10, but ...</li>
<li><a href="https://github.com/jaraco/zipp/commit/0d9c6f0f5b6182cdac448270dbc0529f91b50bd9"><code>0d9c6f0</code></a> Exempt warning. Workaround for <a href="https://github-redirect.dependabot.com/realpython/pytest-mypy/issues/152">realpython/pytest-mypy#152</a></li>
<li><a href="https://github.com/jaraco/zipp/commit/08cd0cd0e6890410e9efd3fedb40fa66b43d08ec"><code>08cd0cd</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/f18255faba76a6a86bf3fa6f73da9d974262aebd"><code>f18255f</code></a> Suppress EncodingWarning in pytest_black. Workaround for shopkeep/pytest-blac...</li>
<li><a href="https://github.com/jaraco/zipp/commit/284359e5123eb6a9f975092d1fb17dfa814d1594"><code>284359e</code></a> Enable default encoding warning where available. See PEP 597.</li>
<li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.8.1...v3.12.1">compare view</a></li>
</ul>
</details>
<br />


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

You can trigger a rebase of this PR 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@bors
Copy link
Contributor

bors bot commented Feb 6, 2023

Build failed:

@alallema alallema merged commit a9b7897 into main Feb 6, 2023
@alallema alallema deleted the dependabot/pip/zipp-3.12.1 branch February 6, 2023 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants