Skip to content

Commit add3937

Browse files
Bump aiodns from 3.1.1 to 3.2.0 (#8278)
Bumps [aiodns](https://github.com/saghul/aiodns) from 3.1.1 to 3.2.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/saghul/aiodns/commit/1c5f28f8700a9c45c0ee0e3ee04a1e5bdde7fd8c"><code>1c5f28f</code></a> Set version to 3.2.0</li> <li><a href="https://github.com/saghul/aiodns/commit/7480968bb3bbf665f983aea65c2c7bd6772de8f9"><code>7480968</code></a> Add support for getnameinfo</li> <li><a href="https://github.com/saghul/aiodns/commit/c77e97a59a8155d1c51d56386e1a90e62f6dd97e"><code>c77e97a</code></a> Add support for getaddrinfo (<a href="https://redirect.github.com/saghul/aiodns/issues/118">#118</a>)</li> <li><a href="https://github.com/saghul/aiodns/commit/d40f913d5554b2e55f56f1aa53bb3cb77f8ee542"><code>d40f913</code></a> Add Winloop as a valid EventLoop (<a href="https://redirect.github.com/saghul/aiodns/issues/116">#116</a>)</li> <li><a href="https://github.com/saghul/aiodns/commit/ca7b01816b74dcb207bfb5a8d30145d9fbc4f8ac"><code>ca7b018</code></a> Added a missing py.typed file for wheel</li> <li><a href="https://github.com/saghul/aiodns/commit/816e48d86fc5a15b81fe94e0335d21ffa0fb4b5a"><code>816e48d</code></a> Update test_query_ptr test to use address with PTR record</li> <li>See full diff in <a href="https://github.com/saghul/aiodns/compare/v3.1.1...v3.2.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.1.1&new-version=3.2.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent 742a7d9 commit add3937

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
7+
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.3.2
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.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
7+
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.3.2
1010
# via -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.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
7+
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.3.2
1010
# via -r requirements/runtime-deps.in

‎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.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
7+
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.3.2
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.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
7+
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
88
# via -r requirements/runtime-deps.in
99
aiohappyeyeballs==2.3.2
1010
# via -r requirements/runtime-deps.in

0 commit comments

Comments
 (0)