[PR #3042] [MERGED] Bump dnspython from 2.4.1 to 2.4.2 #2883

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/3042
Author: @dependabot[bot]
Created: 8/10/2023
Status: Merged
Merged: 8/23/2023
Merged by: @tonioo

Base: masterHead: dependabot/pip/dnspython-2.4.2


📝 Commits (1)

  • 640e899 Bump dnspython from 2.4.1 to 2.4.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps dnspython from 2.4.1 to 2.4.2.

Changelog

Sourced from dnspython's changelog.

2.4.2

  • Async queries could wait forever instead of respecting the timeout if the timeout was 0 and a packet was lost. The timeout is now respected.

  • Restore HTTP/2 support which was accidentally broken during the https refactoring done as part of 2.4.0.

  • When an inception time and lifetime are specified, the signer now sets the expiration to the inception time plus lifetime, instead of the current time plus the lifetime.

Commits
  • 5278eb3 update whatsnew for 2.4.2
  • ef4fab1 Ensure async https() requests are bounded in total time
  • 60df484 test inception, expiration, and lifetime when signing
  • 6c79315 DNSSEC rrsig_expiration calculation (#977)
  • b79e30e 2.4.2 prep
  • 52c2dc1 Fix unintended "wait forever" behavior with zero timeouts #976.
  • 1d9651c Use HTTP2 when possible in https() #973.
  • See full diff 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 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)

🔄 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/3042 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 8/10/2023 **Status:** ✅ Merged **Merged:** 8/23/2023 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `dependabot/pip/dnspython-2.4.2` --- ### 📝 Commits (1) - [`640e899`](https://github.com/modoboa/modoboa/commit/640e8996f12d8e40bc1e78634acd3e63dfe6da5f) Bump dnspython from 2.4.1 to 2.4.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.4.1 to 2.4.2. <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.4.2</h2> <ul> <li> <p>Async queries could wait forever instead of respecting the timeout if the timeout was 0 and a packet was lost. The timeout is now respected.</p> </li> <li> <p>Restore HTTP/2 support which was accidentally broken during the https refactoring done as part of 2.4.0.</p> </li> <li> <p>When an inception time and lifetime are specified, the signer now sets the expiration to the inception time plus lifetime, instead of the current time plus the lifetime.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rthalley/dnspython/commit/5278eb3a2dc470dc2b89bae7de6ee4b8714f5847"><code>5278eb3</code></a> update whatsnew for 2.4.2</li> <li><a href="https://github.com/rthalley/dnspython/commit/ef4fab1c6b7533c533c0970ac656592d1f20a0c3"><code>ef4fab1</code></a> Ensure async https() requests are bounded in total time</li> <li><a href="https://github.com/rthalley/dnspython/commit/60df484bc6996cad131f54f9349d053ee66274a9"><code>60df484</code></a> test inception, expiration, and lifetime when signing</li> <li><a href="https://github.com/rthalley/dnspython/commit/6c7931575e6ea1c8126bae751a6c1485c0c8cdff"><code>6c79315</code></a> DNSSEC rrsig_expiration calculation (<a href="https://redirect.github.com/rthalley/dnspython/issues/977">#977</a>)</li> <li><a href="https://github.com/rthalley/dnspython/commit/b79e30e5a42f52ecfbca8a1b9278e8cc5274a329"><code>b79e30e</code></a> 2.4.2 prep</li> <li><a href="https://github.com/rthalley/dnspython/commit/52c2dc1bc360d604081e0b981d69dc6c553a7b0a"><code>52c2dc1</code></a> Fix unintended &quot;wait forever&quot; behavior with zero timeouts <a href="https://redirect.github.com/rthalley/dnspython/issues/976">#976</a>.</li> <li><a href="https://github.com/rthalley/dnspython/commit/1d9651c2d5bc565846a12bdbd2a9ccb7ecf46a15"><code>1d9651c</code></a> Use HTTP2 when possible in https() <a href="https://redirect.github.com/rthalley/dnspython/issues/973">#973</a>.</li> <li>See full diff in <a href="https://github.com/rthalley/dnspython/compare/v2.4.1...v2.4.2">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.4.1&new-version=2.4.2)](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 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) </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:13:13 +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#2883
No description provided.