Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2025

Bumps aiodns from 3.0.0 to 3.4.0.

Changelog

Sourced from aiodns's changelog.

3.4.0

  • Added fallback to sock_state_cb if event_thread creation fails (#151)
    • Improved reliability on systems with exhausted inotify watches
    • Implemented transparent fallback mechanism to ensure DNS resolution continues to work
  • Implemented strict typing (#138)
    • Added comprehensive type annotations
    • Improved mypy configuration
    • Added py.typed marker file
  • Updated dependencies
    • Bumped pycares from 4.7.0 to 4.8.0 (#149)
  • Added support for Python 3.13 (#153)
    • Updated CI configuration to test with Python 3.13

3.3.0

  • Used c-ares event thread when available (#145)
    • Significantly improved performance by using the c-ares event thread
  • Dropped Python 3.8 support (#129)
  • Updated CI infrastructure
    • Fixed release workflow for breaking changes in upload/download artifact (#148)
    • Added tests on push (#139)
    • Fixed test coverage (#140)
    • Updated CI configuration (#130)
    • Bumped actions/upload-artifact from 2 to 4 (#133)
    • Bumped actions/download-artifact from 4.1.7 to 4.2.1 (#131)
    • Bumped actions/download-artifact from 4.2.1 to 4.3.0 (#144)
    • Bumped actions/setup-python from 2 to 5 (#134)
    • Bumped actions/checkout from 2 to 4 (#132)
    • Bumped dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#135)
  • Updated dependencies
    • Bumped pycares from 4.4.0 to 4.6.0 (#137)
    • Bumped pycares from 4.5.0 to 4.6.1 (#143)
    • Bumped pycares from 4.6.1 to 4.7.0 (#146)
    • Bumped pytest-cov from 5.0.0 to 6.1.0 (#136)
    • Bumped pytest-cov from 6.1.0 to 6.1.1 (#142)

3.2.0

  • Added support for getnameinfo
  • Added support for getaddrinfo (#118)
  • Added Winloop as a valid EventLoop (#116)
  • Fixed missing py.typed file for wheel
  • Updated test_query_ptr test to use address with PTR record

3.1.1

  • Fixed timeout implementation
  • Added tests to verify timeouts work correctly
  • Added PEP-561 with py.typed

... (truncated)

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.0.0 to 3.4.0.
- [Release notes](https://github.com/saghul/aiodns/releases)
- [Changelog](https://github.com/aio-libs/aiodns/blob/master/ChangeLog)
- [Commits](aio-libs/aiodns@aiodns-3.0.0...v3.4.0)

---
updated-dependencies:
- dependency-name: aiodns
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2025

Labels

The following labels could not be found: :recycle: dependencies, :snake: python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2025

Looks like aiodns is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Jun 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/aiodns-3.4.0 branch June 10, 2025 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants