[PR #2490] [CLOSED] Bump dnspython from 2.1.0 to 2.2.1 #2579

Closed
opened 2026-02-27 12:11:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2490
Author: @dependabot[bot]
Created: 4/8/2022
Status: Closed

Base: masterHead: dependabot/pip/dnspython-2.2.1


📝 Commits (1)

  • 915d872 Bump dnspython from 2.1.0 to 2.2.1

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 requirements.txt (+1 -1)

📄 Description

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps dnspython from 2.1.0 to 2.2.1.

Changelog

Sourced from dnspython's changelog.

2.2.1

This release has no new features, but fixes the following issues:

  • dns.zone.from_text failed if relativize was False and an origin was specified in the parameters.

  • A number of types permitted an empty "rest of the rdata".

  • L32, L64, LP, and NID were missing from dns/rdtypes/ANY/init.py

  • The type definition for dns.resolver.resolve_address() was incorrect.

  • dns/win32util.py erroneously had the executable bit set.

  • The type definition for a number of asynchronous query routines was missing the default of None for the backend parameter.

  • dns/tsigkeyring.py didn't import dns.tsig.

  • A number of rdata types that have a "rest of the line" behavior for the last field of the rdata erroneously permitted an empty string.

  • Timeout intervals are no longer reported with absurd precision in exception text.

2.2.0

  • SVCB and HTTPS records have been updated to track the evolving draft standard.

  • The ZONEMD type has been added.

  • The resolver now returns a LifetimeTimeout exception which includes an error trace like the NoNameservers exception. This class is a subclass of dns.exception.Timeout for backwards compatibility.

  • DNS-over-HTTPS will try to use HTTP/2 if the httpx and h2 packages are installed.

  • DNS-over-HTTPS is now supported for asynchronous queries and resolutions.

  • dns.zonefile.read_rrsets() has been added, which allows rrsets in zonefile format, or a restrition of it, to be read. This function is useful for applications that want to read DNS data in text format, but do not want to use a Zone.

  • On Windows systems, if the WMI module is available, the resolver will retrieve

... (truncated)

Commits
  • 8a05f0c add manual trigger
  • dd70686 trigger 2.2 workflow
  • bed09f4 trigger 2.2 branch workflow
  • 3582d13 more 2.2.1 prep
  • f45c7ec _validate_name now handles relative names in an absolute zone.
  • 54f9ea2 documentation update
  • a8c49a1 2.2.1 whatsnew prep
  • 4704db2 fix documentation broken by the immutable mechanism
  • 004c2aa Add missing types to exceptions stub
  • 6c17aa4 update pytest tool dep, remove mypy dep
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2490 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/8/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/pip/dnspython-2.2.1` --- ### 📝 Commits (1) - [`915d872`](https://github.com/modoboa/modoboa/commit/915d87203cd0bc9a557cc92497ac1be5fae9c1e1) Bump dnspython from 2.1.0 to 2.2.1 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description [//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.1.0 to 2.2.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst">dnspython's changelog</a>.</em></p> <blockquote> <h2>2.2.1</h2> <p>This release has no new features, but fixes the following issues:</p> <ul> <li> <p>dns.zone.from_text failed if relativize was False and an origin was specified in the parameters.</p> </li> <li> <p>A number of types permitted an empty &quot;rest of the rdata&quot;.</p> </li> <li> <p>L32, L64, LP, and NID were missing from dns/rdtypes/ANY/<strong>init</strong>.py</p> </li> <li> <p>The type definition for dns.resolver.resolve_address() was incorrect.</p> </li> <li> <p>dns/win32util.py erroneously had the executable bit set.</p> </li> <li> <p>The type definition for a number of asynchronous query routines was missing the default of None for the backend parameter.</p> </li> <li> <p>dns/tsigkeyring.py didn't import dns.tsig.</p> </li> <li> <p>A number of rdata types that have a &quot;rest of the line&quot; behavior for the last field of the rdata erroneously permitted an empty string.</p> </li> <li> <p>Timeout intervals are no longer reported with absurd precision in exception text.</p> </li> </ul> <h2>2.2.0</h2> <ul> <li> <p>SVCB and HTTPS records have been updated to track the evolving draft standard.</p> </li> <li> <p>The ZONEMD type has been added.</p> </li> <li> <p>The resolver now returns a LifetimeTimeout exception which includes an error trace like the NoNameservers exception. This class is a subclass of dns.exception.Timeout for backwards compatibility.</p> </li> <li> <p>DNS-over-HTTPS will try to use HTTP/2 if the httpx and h2 packages are installed.</p> </li> <li> <p>DNS-over-HTTPS is now supported for asynchronous queries and resolutions.</p> </li> <li> <p><code>dns.zonefile.read_rrsets()</code> has been added, which allows rrsets in zonefile format, or a restrition of it, to be read. This function is useful for applications that want to read DNS data in text format, but do not want to use a Zone.</p> </li> <li> <p>On Windows systems, if the WMI module is available, the resolver will retrieve</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/8a05f0c96f0d1558c3d65deac9059162c5687a48"><code>8a05f0c</code></a> add manual trigger</li> <li><a href="https://github.com/rthalley/dnspython/commit/dd7068668cf55266cf71bbea3ec8647b20b47eb4"><code>dd70686</code></a> trigger 2.2 workflow</li> <li><a href="https://github.com/rthalley/dnspython/commit/bed09f484d7160827db60424fd37de2cdaaefa11"><code>bed09f4</code></a> trigger 2.2 branch workflow</li> <li><a href="https://github.com/rthalley/dnspython/commit/3582d1323fbfbb3ea11cb1eab646224daafe839b"><code>3582d13</code></a> more 2.2.1 prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/f45c7ec04726d882e68cc1b04b8ef86715adc50d"><code>f45c7ec</code></a> _validate_name now handles relative names in an absolute zone.</li> <li><a href="https://github.com/rthalley/dnspython/commit/54f9ea2dad0283b286a2f848a9d62b95983af9a7"><code>54f9ea2</code></a> documentation update</li> <li><a href="https://github.com/rthalley/dnspython/commit/a8c49a17cdb8320dd14f29feda9904bccb118dd2"><code>a8c49a1</code></a> 2.2.1 whatsnew prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/4704db2798515184d169f4b73783a7f7724d9407"><code>4704db2</code></a> fix documentation broken by the immutable mechanism</li> <li><a href="https://github.com/rthalley/dnspython/commit/004c2aad2854813038f6b49f0b13295fa55aa390"><code>004c2aa</code></a> Add missing types to exceptions stub</li> <li><a href="https://github.com/rthalley/dnspython/commit/6c17aa471e133c53e3eda6c9d8fd3715dd6cdc55"><code>6c17aa4</code></a> update pytest tool dep, remove mypy dep</li> <li>Additional commits viewable in <a href="https://github.com/rthalley/dnspython/compare/v2.1.0...v2.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dnspython&package-manager=pip&previous-version=2.1.0&new-version=2.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:11:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2579
No description provided.