Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 10, 2026

Bumps aiodns from 3.6.1 to 4.0.0.

Changelog

Sourced from aiodns's changelog.

4.0.0

  • Breaking change: Requires pycares >= 5.0.0
  • Added new query_dns() method returning native pycares 5.x DNSResult types
  • Deprecated query() method - still works with backward-compatible result types
  • Deprecated gethostbyname() method - use getaddrinfo() instead
  • Added compatibility layer for pycares 4.x result types to ease migration
  • Updated dependencies
    • Bumped pycares from 4.11.0 to 5.0.1 (#220)
    • Bumped pytest from 8.4.2 to 9.0.2 (#224)
    • Bumped pytest-asyncio from 1.2.0 to 1.3.0 (#223)
    • Bumped mypy from 1.19.0 to 1.19.1 (#219)
    • Bumped winloop from 0.3.1 to 0.4.0 (#210)
    • Bumped actions/upload-artifact from 5 to 6 (#222)
    • Bumped actions/download-artifact from 6.0.0 to 7.0.0 (#221)
Commits

Dependabot compatibility score

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 commands and options

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)

Bumps [aiodns](https://github.com/saghul/aiodns) from 3.6.1 to 4.0.0.
- [Release notes](https://github.com/saghul/aiodns/releases)
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog)
- [Commits](aio-libs/aiodns@v3.6.1...v4.0.0)

---
updated-dependencies:
- dependency-name: aiodns
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2026
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 10, 2026
@github-actions github-actions bot enabled auto-merge (squash) January 10, 2026 22:49
@codspeed-hq
Copy link

codspeed-hq bot commented Jan 10, 2026

Merging this PR will not alter performance

✅ 59 untouched benchmarks


Comparing dependabot/pip/3.14/aiodns-4.0.0 (ebd0d69) with 3.14 (026eced)1

Open in CodSpeed

Footnotes

  1. No successful run was found on 3.14 (2f9f56e) during the generation of this report, so 026eced was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@codecov
Copy link

codecov bot commented Jan 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (3.14@2f9f56e). Learn more about missing BASE report.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.14   #11947   +/-   ##
=======================================
  Coverage        ?   98.19%           
=======================================
  Files           ?      128           
  Lines           ?    44863           
  Branches        ?     2421           
=======================================
  Hits            ?    44053           
  Misses          ?      625           
  Partials        ?      185           
Flag Coverage Δ
CI-GHA 98.07% <100.00%> (?)
OS-Linux 97.83% <100.00%> (?)
OS-Windows 95.59% <100.00%> (?)
OS-macOS 96.88% <100.00%> (?)
Py-3.10.11 94.88% <100.00%> (?)
Py-3.10.19 96.46% <100.00%> (?)
Py-3.11.14 97.36% <100.00%> (?)
Py-3.11.9 96.87% <100.00%> (?)
Py-3.12.10 95.21% <100.00%> (?)
Py-3.12.12 97.45% <100.00%> (?)
Py-3.13.11 97.65% <100.00%> (?)
Py-3.14.2 97.00% <100.00%> (?)
VM-macos 96.88% <100.00%> (?)
VM-ubuntu 97.83% <100.00%> (?)
VM-windows 95.59% <100.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants