Bump aiofiles from 23.1.0 to 23.2.1 (#837)
authorJozef Kruszynski <60214390+jozefKruszynski@users.noreply.github.com>
Mon, 14 Aug 2023 22:38:08 +0000 (23:38 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2023 22:38:08 +0000 (23:38 +0100)
commitd1b20b1a79961203098c3df2ba5e3a39aabf6af7
treec43fc5a7e5c0565ce8b04296dd48db6b3527f63f
parentaec39aa9cf76d76100ac9e4bb9cd24befa692dd0
parenta8e80593bfaf9e4f3f2c37c1e15f2e545a415081
Bump aiofiles from 23.1.0 to 23.2.1 (#837)

Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 23.1.0 to
23.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Tinche/aiofiles/releases">aiofiles's
releases</a>.</em></p>
<blockquote>
<h2>23.2.1</h2>
<ul>
<li>Import <code>os.statvfs</code> conditionally to fix importing on
non-UNIX systems.
<a
href="https://redirect.github.com/Tinche/aiofiles/issues/171">#171</a>
<a
href="https://redirect.github.com/Tinche/aiofiles/pull/172">#172</a></li>
<li>aiofiles is now also tested on Windows.</li>
</ul>
<h1>23.2.0</h1>
<ul>
<li>aiofiles is now tested on Python 3.12 too.
<a
href="https://redirect.github.com/Tinche/aiofiles/issues/166">#166</a>
<a
href="https://redirect.github.com/Tinche/aiofiles/pull/168">#168</a></li>
<li>On Python 3.12, <code>aiofiles.tempfile.NamedTemporaryFile</code>
now accepts a <code>delete_on_close</code> argument, just like the
stdlib version.</li>
<li>On Python 3.12, <code>aiofiles.tempfile.NamedTemporaryFile</code> no
longer exposes a <code>delete</code> attribute, just like the stdlib
version.</li>
<li>Added <code>aiofiles.os.statvfs</code> and
<code>aiofiles.os.path.ismount</code>.
<a
href="https://redirect.github.com/Tinche/aiofiles/pull/162">#162</a></li>
<li>Use <a href="https://pdm.fming.dev/latest/">PDM</a> instead of
Poetry.
<a
href="https://redirect.github.com/Tinche/aiofiles/pull/169">#169</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Tinche/aiofiles/commit/c35ef69768aed5a1a900164f80761a288836b015"><code>c35ef69</code></a>
23.2.1</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/a2720ff6385ebd8ce0d71d0b8150fd0f154de641"><code>a2720ff</code></a>
Hotfix statvfs (<a
href="https://redirect.github.com/Tinche/aiofiles/issues/172">#172</a>)</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/6c083c9209db5d6f6d35229e72ae349dd46b4d85"><code>6c083c9</code></a>
Bump version</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/7faca64ca5adcaa60888eb4b17e87080fe78c179"><code>7faca64</code></a>
23.2.0</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/a986683224515838958e971d312a88e44a5b520c"><code>a986683</code></a>
Tweak changelog</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/014298f42cf17398587a496c02008af88c80f298"><code>014298f</code></a>
Add classifiers</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/13e604cb631f93986fac8c61d299bbe8eebf9fc2"><code>13e604c</code></a>
Enable linting, actually (<a
href="https://redirect.github.com/Tinche/aiofiles/issues/170">#170</a>)</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/e3571c5fdc97a1053ccc7f4bbc12444bab7a7c9f"><code>e3571c5</code></a>
Changelog</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/10d6b067367fc34026063dc075e4226477c96cee"><code>10d6b06</code></a>
Restore README</li>
<li><a
href="https://github.com/Tinche/aiofiles/commit/8b4589f28eda1f01e9d934b880ec95eba489cd3a"><code>8b4589f</code></a>
Switch to PDM (<a
href="https://redirect.github.com/Tinche/aiofiles/issues/169">#169</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Tinche/aiofiles/compare/v23.1.0...v23.2.1">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiofiles&package-manager=pip&previous-version=23.1.0&new-version=23.2.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 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>
pyproject.toml
requirements_all.txt