-
Notifications
You must be signed in to change notification settings - Fork 90
Commit a02bbaf
Merge #666
666: Bump zipp from 3.11.0 to 3.12.0 r=alallema a=dependabot[bot]
Bumps [zipp](https://github.com/jaraco/zipp) from 3.11.0 to 3.12.0.
<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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/jaraco/zipp/commit/ad532d5ed4a37f527eb546c3543e45c5a5ee8d36"><code>ad532d5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/89">#89</a> from jaraco/bugfix/<a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/101144">gh-101144</a></li>
<li><a href="https://github.com/jaraco/zipp/commit/c140d675b16cf1c8fdf25d72caf46dd0c5c8e387"><code>c140d67</code></a> Replace trailing comment with a comment on a separate line.</li>
<li><a href="https://github.com/jaraco/zipp/commit/0be857659829a11c29c18a00f17dc637a6b06509"><code>0be8576</code></a> Prefer simple asserts</li>
<li><a href="https://github.com/jaraco/zipp/commit/7ee87b8855aba8fe932445887a4aeb1844edd844"><code>7ee87b8</code></a> Due to mypy, it's not possible to patch the value, so just be lenient in access.</li>
<li><a href="https://github.com/jaraco/zipp/commit/d4cc86d8fb4591541dfe20f531c35dcecc99ce37"><code>d4cc86d</code></a> Provide 'sys.flags.warn_default_encoding' for the tests to skip prior to 3.10.</li>
<li><a href="https://github.com/jaraco/zipp/commit/7eedfbfd7f0ddf17eb2c95dfa18a646c8e1c9107"><code>7eedfbf</code></a> Invoke test_encoding_warnings in-process, but skip when warn_default_encoding...</li>
<li><a href="https://github.com/jaraco/zipp/commit/7bd6ecd224d570090412d45c393e9ce7f9df38ee"><code>7bd6ecd</code></a> Update changelog. Ref <a href="https://github-redirect.dependabot.com/python/cpython/issues/101144">python/cpython#101144</a>.</li>
<li><a href="https://github.com/jaraco/zipp/commit/e9b7bc3b8c83afb57440799bb9bd1fa126abc053"><code>e9b7bc3</code></a> <a href="https://github-redirect.dependabot.com/python/cpython/issues/101144">python/cpython#101144</a>: Allow open and read_text encoding to be positional. (p...</li>
<li><a href="https://github.com/jaraco/zipp/commit/a3c2f1b35d6a3a583500d31762611f400d8ee903"><code>a3c2f1b</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/eb2bdc83a7d3cfd1c2bc3aeae39a900d654a6839"><code>eb2bdc8</code></a> Update badge for 2023</li>
<li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.11.0...v3.12.0">compare view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changed+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments