Brian Wellington [Wed, 13 Oct 2021 23:31:03 +0000 (16:31 -0700)]
Improve dns.message.make_query() docs.
Update the docs to match the code. Specifically, the docs implied that
EDNS was only enabled if use_edns was set, while the code would enable
EDNS if any parameter that required EDNS was set and use_edns was not
set.
dependabot[bot] [Mon, 11 Oct 2021 16:03:21 +0000 (16:03 +0000)]
Update flake8 requirement from ^3.7.9 to ^4.0.1
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](https://github.com/pycqa/flake8/compare/3.7.9...4.0.1)
dependabot[bot] [Mon, 4 Oct 2021 16:03:43 +0000 (16:03 +0000)]
Update pytest-cov requirement from ^2.10.0 to ^3.0.0
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v3.0.0)
dependabot[bot] [Mon, 4 Oct 2021 16:01:58 +0000 (16:01 +0000)]
Update coverage requirement from ^5.1 to ^6.0
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version.
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](https://github.com/nedbat/coveragepy/compare/coverage-5.1...6.0)
Update cryptography requirement from >=2.6,<4.0 to >=2.6,<36.0
Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/2.6...35.0.0)
Updates the requirements on [idna](https://github.com/kjd/idna) to permit the latest version.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v2.1...v3.2)
dependabot[bot] [Wed, 23 Jun 2021 16:02:39 +0000 (16:02 +0000)]
Update mypy requirement from ^0.902 to ^0.910
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.902...v0.910)
dependabot[bot] [Wed, 16 Jun 2021 05:12:43 +0000 (05:12 +0000)]
Update trio requirement from >=0.14,<0.19 to >=0.14,<0.20
Updates the requirements on [trio](https://github.com/python-trio/trio) to permit the latest version.
- [Release notes](https://github.com/python-trio/trio/releases)
- [Commits](https://github.com/python-trio/trio/compare/v0.14.0...v0.19.0)
dependabot[bot] [Fri, 11 Jun 2021 05:07:33 +0000 (05:07 +0000)]
Update mypy requirement from ^0.901 to ^0.902
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.901...v0.902)
dependabot[bot] [Wed, 9 Jun 2021 05:06:22 +0000 (05:06 +0000)]
Update mypy requirement from ^0.812 to ^0.901
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.812...v0.901)
Bob Halley [Tue, 18 May 2021 13:52:15 +0000 (06:52 -0700)]
Fix two problems with dns.xfr.make_query():
1) We always used class IN instead of using the class of the txn manager.
2) We directly appended to the authority section instead of using
find_rrset(), which meant that our changes were not indexed and
would break if other code tried to use find_rrset() to find what
we added.
dependabot[bot] [Mon, 10 May 2021 05:34:32 +0000 (05:34 +0000)]
Update sphinx requirement from ^3.0.0 to ^4.0.0
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.0...v4.0.0)