Skip to content

Commit

Permalink
Bump aiodns from 3.1.1 to 3.2.0 (#8277)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent f91cb32 commit 836f4a7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/base.txt --strip-extras requirements/base.in
#
aiodns==3.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.3.2
# via -r requirements/runtime-deps.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/constraints.txt --resolver=backtracking --strip-extras requirements/constraints.in
#
aiodns==3.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.3.2
# via -r requirements/runtime-deps.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/dev.txt --resolver=backtracking --strip-extras requirements/dev.in
#
aiodns==3.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.3.2
# via -r requirements/runtime-deps.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/runtime-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/runtime-deps.txt --strip-extras requirements/runtime-deps.in
#
aiodns==3.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.3.2
# via -r requirements/runtime-deps.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --allow-unsafe --output-file=requirements/test.txt --resolver=backtracking --strip-extras requirements/test.in
#
aiodns==3.1.1 ; sys_platform == "linux" or sys_platform == "darwin"
aiodns==3.2.0 ; sys_platform == "linux" or sys_platform == "darwin"
# via -r requirements/runtime-deps.in
aiohappyeyeballs==2.3.2
# via -r requirements/runtime-deps.in
Expand Down

0 comments on commit 836f4a7

Please sign in to comment.