Skip to content

Commit 99c6c36

Browse files
⬆️ Bump zipp from 3.8.0 to 3.8.1 (#32)
Bumps [zipp](https://github.com/jaraco/zipp) from 3.8.0 to 3.8.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.8.1</h1> <p>Refreshed packaging.</p> <p>Enrolled with Tidelift.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jaraco/zipp/commit/ba4eebf6656ccbfafb07e2c533d5cf49277f3298"><code>ba4eebf</code></a> Update changelog.</li> <li><a href="https://github.com/jaraco/zipp/commit/14bcfe80af6ba9451ae2982248aa3fc44115735d"><code>14bcfe8</code></a> Merge <a href="https://github.com/jaraco/tidelift">https://github.com/jaraco/tidelift</a></li> <li><a href="https://github.com/jaraco/zipp/commit/25e46d7fd2b20f50267ae96cf632d8ab3cccb671"><code>25e46d7</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/fea1e7cdd57d330f22ac54512ae2df19083c6ec7"><code>fea1e7c</code></a> Ran pre-commit autoupdate</li> <li><a href="https://github.com/jaraco/zipp/commit/2678a7e82d581c07691575d90cd255b64ee63a27"><code>2678a7e</code></a> Honor PEP 518 with pytest-enabler.</li> <li><a href="https://github.com/jaraco/zipp/commit/6dcd157a7057ec8e1f1f6afebe2115f55df4aaed"><code>6dcd157</code></a> Prefer spaces for rst. Fixes <a href="https://github-redirect.dependabot.com/jaraco/skeleton/issues/64">jaraco/skeleton#64</a>.</li> <li><a href="https://github.com/jaraco/zipp/commit/e719f86c138a750f0c4599cd01cb8067b1ca95c8"><code>e719f86</code></a> exclude build env from cov reporting (<a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/60">#60</a>)</li> <li><a href="https://github.com/jaraco/zipp/commit/74f337fec4c233b3a6750fa64b61d03c189d9416"><code>74f337f</code></a> Update Github actions to v3 (<a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/62">#62</a>)</li> <li><a href="https://github.com/jaraco/zipp/commit/a4f5b769793af19f7b858816889c1bf026f55f5c"><code>a4f5b76</code></a> Update base URL for PEPs (<a href="https://github-redirect.dependabot.com/jaraco/zipp/issues/61">#61</a>)</li> <li><a href="https://github.com/jaraco/zipp/commit/10bf1b1fb9e09e9836bea9e2edec620cd9eea7f9"><code>10bf1b1</code></a> Add Python 3.11 into the matrix using workaround from <a href="https://github-redirect.dependabot.com/actions/setup-python/issues/21">actions/setup-python#21</a>...</li> <li>Additional commits viewable in <a href="https://github.com/jaraco/zipp/compare/v3.8.0...v3.8.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.0&new-version=3.8.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>
2 parents 33f762e + 879de51 commit 99c6c36

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
needs: [metadata, matrix-setup]
4848
strategy:
4949
matrix: ${{ fromJson(needs.matrix-setup.outputs.matrix-combinations) }}
50+
permissions:
51+
packages: write
5052
steps:
5153
- uses: actions/checkout@v3
5254
- name: Set up Docker Buildx

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ wheel==0.37.1
301301
# via
302302
# pip-tools
303303
# sphinx-togglebutton
304-
zipp==3.8.0
304+
zipp==3.8.1
305305
# via importlib-metadata
306306

307307
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)