Skip to content

Commit 0e9eccb

Browse files
Bump aiodns from 3.3.0 to 3.4.0 (#10841)
Bumps [aiodns](https://github.com/saghul/aiodns) from 3.3.0 to 3.4.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>3.4.0</h1> <ul> <li>Added fallback to <code>sock_state_cb</code> if <code>event_thread</code> creation fails (<a href="https://redirect.github.com/saghul/aiodns/issues/151">#151</a>) <ul> <li>Improved reliability on systems with exhausted inotify watches</li> <li>Implemented transparent fallback mechanism to ensure DNS resolution continues to work</li> </ul> </li> <li>Implemented strict typing (<a href="https://redirect.github.com/saghul/aiodns/issues/138">#138</a>) <ul> <li>Added comprehensive type annotations</li> <li>Improved mypy configuration</li> <li>Added py.typed marker file</li> </ul> </li> <li>Updated dependencies <ul> <li>Bumped pycares from 4.7.0 to 4.8.0 (<a href="https://redirect.github.com/saghul/aiodns/issues/149">#149</a>)</li> </ul> </li> <li>Added support for Python 3.13 (<a href="https://redirect.github.com/saghul/aiodns/issues/153">#153</a>) <ul> <li>Updated CI configuration to test with Python 3.13</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aio-libs/aiodns/commit/be1f149ee34f025704f6788cf895fb2d00d04760"><code>be1f149</code></a> Release 3.4.0 (<a href="https://redirect.github.com/saghul/aiodns/issues/154">#154</a>)</li> <li><a href="https://github.com/aio-libs/aiodns/commit/796d500447cf7d7eb522ccb4cdfc1beeb519e593"><code>796d500</code></a> Start testing on Python 3.13 with the CI (<a href="https://redirect.github.com/saghul/aiodns/issues/153">#153</a>)</li> <li><a href="https://github.com/aio-libs/aiodns/commit/c856d44bfdf9ec665cda2f27ca3e68b262f728cb"><code>c856d44</code></a> Fallback to <code>sock_state_cb</code> if <code>event_thread</code> creation fails (<a href="https://redirect.github.com/saghul/aiodns/issues/151">#151</a>)</li> <li><a href="https://github.com/aio-libs/aiodns/commit/5c4b29c4847e532cb48976913fe31d0d8a51063a"><code>5c4b29c</code></a> Strict typing (<a href="https://redirect.github.com/saghul/aiodns/issues/138">#138</a>)</li> <li><a href="https://github.com/aio-libs/aiodns/commit/928b8a6affc15d7134c3a0f45e417661f26c7bd7"><code>928b8a6</code></a> Bump pycares from 4.7.0 to 4.8.0 (<a href="https://redirect.github.com/saghul/aiodns/issues/149">#149</a>)</li> <li>See full diff in <a href="https://github.com/saghul/aiodns/compare/v3.3.0...v3.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=aiodns&package-manager=pip&previous-version=3.3.0&new-version=3.4.0)](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 563f190 commit 0e9eccb

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/base.txt --strip-extras requirements/base.in
66
#
7-
aiodns==3.3.0
7+
aiodns==3.4.0
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
1010
# via -r requirements/runtime-deps.in

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/constraints.txt --resolver=backtracking --strip-extras requirements/constraints.in
66
#
7-
aiodns==3.3.0
7+
aiodns==3.4.0
88
# via
99
# -r requirements/lint.in
1010
# -r requirements/runtime-deps.in

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/dev.txt --resolver=backtracking --strip-extras requirements/dev.in
66
#
7-
aiodns==3.3.0
7+
aiodns==3.4.0
88
# via
99
# -r requirements/lint.in
1010
# -r requirements/runtime-deps.in

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in
66
#
7-
aiodns==3.3.0
7+
aiodns==3.4.0
88
# via -r requirements/lint.in
99
annotated-types==0.7.0
1010
# via pydantic

requirements/runtime-deps.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/runtime-deps.txt --strip-extras requirements/runtime-deps.in
66
#
7-
aiodns==3.3.0
7+
aiodns==3.4.0
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
1010
# via -r requirements/runtime-deps.in

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --allow-unsafe --output-file=requirements/test.txt --resolver=backtracking --strip-extras requirements/test.in
66
#
7-
aiodns==3.3.0
7+
aiodns==3.4.0
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.6.1
1010
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)