Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pycares from 2.3.0 to 4.2.0 #51

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2022

Bumps pycares from 2.3.0 to 4.2.0.

Release notes

Sourced from pycares's releases.

4.2.0

What's Changed

New Contributors

Full Changelog: saghul/pycares@pycares-4.1.2...pycares-4.2.0

4.1.2

Added support for Python 3.10.

4.1.1

Added support for Python 3.10.

4.1.0

Add support for Python 3.10.

4.0.0

  • core: add support for CAA queries
  • core: add support for getaddrinfo()
  • doc: update README
  • core: add ability to use the system installed c-ares
  • misc: set version to 4.0.0
  • test: remove TTL tests
  • core: update c-ares and use a submodule
  • core: drop bundled c-ares version
  • misc: drop tasks.py

3.2.3

No release notes provided.

3.2.2

  • Publish aarch64 wheels

3.2.1

No release notes provided.

3.2.0

  • misc: add Python 3.9 classifier
  • core: drop py3.5 from CI and documentation
  • ci: run tests in Python 3.9
  • ci: fix SDK path in appveyor
  • ci: fix VS linker in appveyor
  • ci: update python installer script in appveyor
  • misc: add compiled windows dll to gitignore
  • test: skip SOA non-ascii test due to changes in remote host
  • test: fix broken chunked TXT test due to changes in remote host
  • test: skip ANY test due to problems with mac
  • ci: add action to release wheels to PyPi

... (truncated)

Changelog

Sourced from pycares's changelog.

No longer updated. Please check the commits.

Version 4.0.0

  • doc: uppdate README
  • core: add support for CAA queries
  • core: add support for getaddrinfo()
  • doc: update README
  • core: add ability to use the system installed c-ares
  • misc: set version to 4.0.0
  • test: remove TTL tests
  • core: update c-ares and use a submodule
  • core: drop bundled c-ares version
  • misc: drop tasks.py

Version 3.2.0

  • misc: add Python 3.9 classifier
  • core: drop py3.5 from CI and documentation
  • ci: run tests in Python 3.9
  • ci: fix SDK path in appveyor
  • ci: fix VS linker in appveyor
  • ci: update python installer script in appveyor
  • misc: add compiled windows dll to gitignore
  • test: skip SOA non-ascii test due to changes in remote host
  • test: fix broken chunked TXT test due to changes in remote host
  • test: skip ANY test due to problems with mac
  • ci: add action to release wheels to PyPi
  • ci: drop AppVeyor
  • ci: don't fail fast
  • ci: stop testing on Travis
  • test: add generic way to check for a CI
  • test: relax check
  • test: try to avoid spurious CI failures
  • ci: test all platforms on GH actions
  • ci: build wheels on GH Actions
  • build: fix build error on macOS
  • ci: explicitly set Python versions to build wheels for
  • ci: update cibuildwheel
  • ci: re-add IDNA test

Version 3.1.1

  • ffi: new style callbacks

Version 3.1.0

  • misc: add Python 3.8 classifier
  • (origin/master, origin/HEAD) build: use Travis to build Python Wheels

... (truncated)

Commits
  • 7d62675 misc: update changelog
  • 5de6097 misc: set version to 4.2.0
  • faab689 tests: ignoring 2 tests due to dead servers
  • 8026e66 tests: updated google TXT records for an outdated test
  • f431164 deps: update bundled c-ares
  • b1b9834 misc: set version to 4.1.2
  • b6d517e build: add PYPIREADME.rst to manifest
  • f427967 misc: set version to 4.1.1
  • 70820fc misc: add PyPI README without images
  • a856b20 misc: update c-ares URL
  • Additional commits viewable in compare view

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [pycares](https://github.com/saghul/pycares) from 2.3.0 to 4.2.0.
- [Release notes](https://github.com/saghul/pycares/releases)
- [Changelog](https://github.com/saghul/pycares/blob/master/ChangeLog)
- [Commits](saghul/pycares@pycares-2.3.0...pycares-4.2.0)

---
updated-dependencies:
- dependency-name: pycares
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 5, 2022
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.

None yet

0 participants