| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | |
|
| |\
| |
| | |
Add new certificate types in CERT record
|
| |/
|
|
|
| |
Consider new certificate types as defined in
https://datatracker.ietf.org/doc/html/rfc4398
|
| |\
| |
| | |
Correct a typo in dns/asyncbackend.py
|
| |/ |
|
| |\
| |
| | |
Add support for RFC 6742 types.
|
| |/
|
|
| |
This adds the NID, L32, L64, and LP types.
|
| |\
| |
| | |
zone_for_name() improvements
|
| | |
| |
| |
| |
| |
| |
| | |
zone_for_name() will now use it to make the search more efficient.
zone_for_name() now has an optional lifetime parameter which limits the
total time that can be spent resolving.
|
| |\ \
| |/
|/| |
Update idna requirement from ^2.1 to >=2.1,<4.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)
---
updated-dependencies:
- dependency-name: idna
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | |
|
| |
|
|
| |
is not too long for unknown address families. [#672]
|
| | |
|
| |\
| |
| | |
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)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |\
| |
| | |
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)
---
updated-dependencies:
- dependency-name: trio
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | | |
|
| |/ |
|
| | |
|
| |
|
|
| |
[Issue #654]
|
| | |
|
| | |
|
| |
|
| |
try out github actions
|
| |\
| |
| | |
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)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| |\
| |
| | |
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)
---
updated-dependencies:
- dependency-name: mypy
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
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.
|
| |\
| |
| | |
Added serial to inbound_xfr arguments
|
| |/ |
|
| | |
|
| |\
| |
| | |
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)
Signed-off-by: dependabot[bot] <support@github.com>
|
| |\
| |
| | |
Prevent import failure when /etc/protocols is unavailable.
|
| |/
|
|
|
|
|
| |
Fixes #662.
* dns/rdtypes/IN/WKS.py: Wrap TCP and UDP protocol lookups in
try...except.
|
| | |
|
| |\
| |
| | |
Return error trace in LifetimeTimeout
|
| | | |
|
| | |
| |
| |
| |
| | |
This is a bit cleaner than yielding it and having the caller throw an
exception trying to treat it as a message.
|
| |/ |
|
| |
|
|
| |
omitted.
|
| | |
|
| |\
| |
| | |
Update SVCB to the current spec.
|