Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump zipp from 3.15.0 to 3.16.2 (#403)
Bumps [zipp](https://github.com/jaraco/zipp) from 3.15.0 to 3.16.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.16.2</h1> <h2>Bugfixes</h2> <ul> <li>In <code>Path.match</code>, Windows path separators are no longer honored. The fact that they were was incidental and never supported. (<a href="https://redirect.github.com/jaraco/zipp/issues/92">#92</a>)</li> <li>Fixed name/suffix/suffixes/stem operations when no filename is present and the Path is not at the root of the zipfile. (<a href="https://redirect.github.com/jaraco/zipp/issues/96">#96</a>)</li> <li>Reworked glob utilizing the namelist directly. (<a href="https://redirect.github.com/jaraco/zipp/issues/101">#101</a>)</li> </ul> <h1>v3.16.1</h1> <h2>Bugfixes</h2> <ul> <li>Replaced the <code>fnmatch.translate</code> with a fresh glob-to-regex translator for more correct matching behavior. (<a href="https://redirect.github.com/jaraco/zipp/issues/98">#98</a>)</li> </ul> <h1>v3.16.0</h1> <h2>Features</h2> <ul> <li>Require Python 3.8 or later.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaraco/zipp/commit/5f03323a4bde1ee0f1c8c3c7e29c2de64ce92044"><code>5f03323</code></a> Finalize</li> <li><a href="https://github.com/jaraco/zipp/commit/9d6e639af499f4b83d53a32e99b54b243b532a56"><code>9d6e639</code></a> Use PurePosixPath when constructing the _base</li> <li><a href="https://github.com/jaraco/zipp/commit/e6bfe0ddc56931da68e269b6c918c7decb47c4a5"><code>e6bfe0d</code></a> Merge pull request <a href="https://redirect.github.com/jaraco/zipp/issues/103">#103</a> from jaraco/bugfix/92-posix-path-match</li> <li><a href="https://github.com/jaraco/zipp/commit/c23037827cfe16f16ed9fbaa5e7278e96035820a"><code>c230378</code></a> Extract method for resolving the 'base' for name/suffix/suffixes/stem operations</li> <li><a href="https://github.com/jaraco/zipp/commit/c208e98cfc01c5cd53d94cd85a54668c60f967f9"><code>c208e98</code></a> Add xfail test capturing missed expectation. Ref <a href="https://redirect.github.com/jaraco/zipp/issues/96">#96</a>.</li> <li><a href="https://github.com/jaraco/zipp/commit/c386e99ea6cacfdf519e76e29c269c0ae845b27a"><code>c386e99</code></a> Use PurePosixPath when matching paths in .match</li> <li><a href="https://github.com/jaraco/zipp/commit/906d37988336c22242db7e71955b67179f915f7b"><code>906d379</code></a> In test_stem, test against a filename that starts with a dot. Ref <a href="https://redirect.github.com/jaraco/zipp/issues/96">#96</a>.</li> <li><a href="https://github.com/jaraco/zipp/commit/9ccd1991d6f7416cc9cd02a042009a75caf3fc9a"><code>9ccd199</code></a> Disable tests on Windows due to numpy doesn't install. Ref <a href="https://redirect.github.com/numpy/numpy/issues/23808">numpy/numpy#23808</a></li> <li><a href="https://github.com/jaraco/zipp/commit/96a33fcb1da2428f1eb6d8eefff8faeecbe877da"><code>96a33fc</code></a> Grab later build of numpy; workaround for <a href="https://redirect.github.com/numpy/numpy/issues/23808">numpy/numpy#23808</a>.</li> <li><a href="https://github.com/jaraco/zipp/commit/47c5fe9eef5f23f7119670981296f4bef2d97b4c"><code>47c5fe9</code></a> Replace TODO with issue <a href="https://redirect.github.com/jaraco/zipp/issues/106">#106</a></li> <li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.15.0...v3.16.2">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.15.0&new-version=3.16.2)](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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
- Loading branch information