This repository was archived by the owner on Sep 8, 2025. It is now read-only.
Commit 77f03cf
authored
chore(deps): bump tempfile from 3.20.0 to 3.21.0 (#445)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.20.0 to
3.21.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md">tempfile's
changelog</a>.</em></p>
<blockquote>
<h2>3.21.0</h2>
<ul>
<li>Updated <code>windows-sys</code> requirement to allow version
0.60.x</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Stebalien/tempfile/commit/48bff5f54c71a880ea7a9efb19e48be7b2eeb3d9"><code>48bff5f</code></a>
test(tempdir): configure tempdir on wasi</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/704a1d27520735e8922c58e84cd193365ceaedaf"><code>704a1d2</code></a>
test(tempdir): cleanup tempdir tests and run more tests on wasi</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/a0dc80d3e38202e71ce2f304472703abf6d5aa0b"><code>a0dc80d</code></a>
Add Android CI target (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/367">#367</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/4ad1ae6d82608b8e34100f1e215cfbc26aef91db"><code>4ad1ae6</code></a>
chore(release): release 3.21.0</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/3849eddaa82cd9a5b0f26b2bd653da0e358a4400"><code>3849edd</code></a>
build(deps): bump actions/checkout from 4 to 5 (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/368">#368</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/0657fdf24925287e6d5544d9e321a48d7ceaafdc"><code>0657fdf</code></a>
build(deps): update windows-sys requirement <0.61 (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/360">#360</a>)</li>
<li><a
href="https://github.com/Stebalien/tempfile/commit/69b95c7ac7a19957c375e012cd4648615d1fd487"><code>69b95c7</code></a>
ci: fix was tests in CI (<a
href="https://redirect.github.com/Stebalien/tempfile/issues/361">#361</a>)</li>
<li>See full diff in <a
href="https://github.com/Stebalien/tempfile/compare/v3.20.0...v3.21.0">compare
view</a></li>
</ul>
</details>
<br />
[](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 99b8940 commit 77f03cf
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2156 | 2156 | | |
2157 | 2157 | | |
2158 | 2158 | | |
2159 | | - | |
| 2159 | + | |
2160 | 2160 | | |
2161 | | - | |
| 2161 | + | |
2162 | 2162 | | |
2163 | 2163 | | |
2164 | 2164 | | |
2165 | 2165 | | |
2166 | 2166 | | |
2167 | | - | |
| 2167 | + | |
2168 | 2168 | | |
2169 | 2169 | | |
2170 | 2170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
0 commit comments