Commit 3d07471
Bump aiodns from 3.6.1 to 4.0.0 (#11945)
Bumps [aiodns](https://github.com/saghul/aiodns) from 3.6.1 to 4.0.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aio-libs/aiodns/blob/master/ChangeLog">aiodns's
changelog</a>.</em></p>
<blockquote>
<h1>4.0.0</h1>
<ul>
<li><strong>Breaking change</strong>: Requires pycares >= 5.0.0</li>
<li>Added new <code>query_dns()</code> method returning native pycares
5.x <code>DNSResult</code> types</li>
<li>Deprecated <code>query()</code> method - still works with
backward-compatible result types</li>
<li>Deprecated <code>gethostbyname()</code> method - use
<code>getaddrinfo()</code> instead</li>
<li>Added compatibility layer for pycares 4.x result types to ease
migration</li>
<li>Updated dependencies
<ul>
<li>Bumped pycares from 4.11.0 to 5.0.1 (<a
href="https://redirect.github.com/saghul/aiodns/issues/220">#220</a>)</li>
<li>Bumped pytest from 8.4.2 to 9.0.2 (<a
href="https://redirect.github.com/saghul/aiodns/issues/224">#224</a>)</li>
<li>Bumped pytest-asyncio from 1.2.0 to 1.3.0 (<a
href="https://redirect.github.com/saghul/aiodns/issues/223">#223</a>)</li>
<li>Bumped mypy from 1.19.0 to 1.19.1 (<a
href="https://redirect.github.com/saghul/aiodns/issues/219">#219</a>)</li>
<li>Bumped winloop from 0.3.1 to 0.4.0 (<a
href="https://redirect.github.com/saghul/aiodns/issues/210">#210</a>)</li>
<li>Bumped actions/upload-artifact from 5 to 6 (<a
href="https://redirect.github.com/saghul/aiodns/issues/222">#222</a>)</li>
<li>Bumped actions/download-artifact from 6.0.0 to 7.0.0 (<a
href="https://redirect.github.com/saghul/aiodns/issues/221">#221</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aio-libs/aiodns/commit/738b54fcec50912465eb73d5b61ef7289675fda7"><code>738b54f</code></a>
Release 4.0.0 (<a
href="https://redirect.github.com/saghul/aiodns/issues/225">#225</a>)</li>
<li><a
href="https://github.com/aio-libs/aiodns/commit/98c1db84de9d6597ae5cbd1c98eea5ebbd5c0f2e"><code>98c1db8</code></a>
Bump pytest from 8.4.2 to 9.0.2 (<a
href="https://redirect.github.com/saghul/aiodns/issues/224">#224</a>)</li>
<li><a
href="https://github.com/aio-libs/aiodns/commit/d32e6da349d958dd73428f273ca6bd6182a908b1"><code>d32e6da</code></a>
Bump pytest-asyncio from 1.2.0 to 1.3.0 (<a
href="https://redirect.github.com/saghul/aiodns/issues/223">#223</a>)</li>
<li><a
href="https://github.com/aio-libs/aiodns/commit/85776406ef44b6c83dedec55e7a33746f0cc46b1"><code>8577640</code></a>
Bump pycares from 4.11.0 to 5.0.1 (<a
href="https://redirect.github.com/saghul/aiodns/issues/220">#220</a>)</li>
<li><a
href="https://github.com/aio-libs/aiodns/commit/2a65ab2110d0abea6dc71ddd525ad20e79bf02aa"><code>2a65ab2</code></a>
Add pycares 5.0 support with backward-compatible result types (<a
href="https://redirect.github.com/saghul/aiodns/issues/218">#218</a>)</li>
<li><a
href="https://github.com/aio-libs/aiodns/commit/0fd88aa6ceeb35be2ee45b0767511425bf7b1cde"><code>0fd88aa</code></a>
Bump actions/upload-artifact from 5 to 6 (<a
href="https://redirect.github.com/saghul/aiodns/issues/222">#222</a>)</li>
<li><a
href="https://github.com/aio-libs/aiodns/commit/2d26acefc0e1e79e4ae60a2867e0f4c8b2038cd7"><code>2d26ace</code></a>
Bump actions/download-artifact from 6.0.0 to 7.0.0 (<a
href="https://redirect.github.com/saghul/aiodns/issues/221">#221</a>)</li>
<li><a
href="https://github.com/aio-libs/aiodns/commit/c2d2c9ef781c26ff6611126e3c6dacc14680bf23"><code>c2d2c9e</code></a>
Bump mypy from 1.19.0 to 1.19.1 (<a
href="https://redirect.github.com/saghul/aiodns/issues/219">#219</a>)</li>
<li>See full diff in <a
href="https://github.com/saghul/aiodns/compare/v3.6.1...v4.0.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>1 parent b919e9d commit 3d07471
9 files changed
Lines changed: 19 additions & 20 deletions
File tree
- aiohttp
- requirements
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
| 121 | + | |
123 | 122 | | |
124 | 123 | | |
125 | 124 | | |
| |||
133 | 132 | | |
134 | 133 | | |
135 | 134 | | |
136 | | - | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | 142 | | |
144 | | - | |
| 143 | + | |
145 | 144 | | |
146 | 145 | | |
147 | 146 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments