[PR #773] [MERGED] Bump waitress from 2.1.1 to 2.1.2 #968

Closed
opened 2026-02-25 20:37:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/773
Author: @dependabot[bot]
Created: 6/2/2022
Status: Merged
Merged: 6/3/2022
Merged by: @benbusby

Base: mainHead: dependabot/pip/waitress-2.1.2


📝 Commits (1)

  • bbb4c30 Bump waitress from 2.1.1 to 2.1.2

📊 Changes

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

View changed files

📝 requirements.txt (+1 -1)

📄 Description

Bumps waitress from 2.1.1 to 2.1.2.

Changelog

Sourced from waitress's changelog.

2.1.2

Bugfix


- When expose_tracebacks is enabled waitress would fail to properly encode
  unicode thereby causing another error during error handling. See
  https://github.com/Pylons/waitress/pull/378
  • Header length checking had a calculation that was done incorrectly when the data was received across multple socket reads. This calculation has been corrected, and no longer will Waitress send back a 413 Request Entity Too Large. See Pylons/waitress#376

Security Bugfix

  • in 2.1.0 a new feature was introduced that allowed the WSGI thread to start sending data to the socket. However this introduced a race condition whereby a socket may be closed in the sending thread while the main thread is about to call select() therey causing the entire application to be taken down. Waitress will no longer close the socket in the WSGI thread, instead waking up the main thread to cleanup. See Pylons/waitress#377
Commits
  • 0aa4879 Remove change of default for clear_untrusted_proxy_headers
  • 2784628 Revert "Merge pull request #370 from Yourun-proger/del_warnings"
  • 479df63 Prep 2.1.2
  • 4f6789b Merge pull request #377 from Pylons/bugfix/select-closed-socket-race
  • 1952050 Merge pull request #379 from Pylons/enhancement/pyupgrade-3.7
  • 8f5b473 pyupgrade 3.7
  • c7a3d7e Only close socket in the main thread
  • 7c3739b Merge pull request #376 from Pylons/bugfix/header-calculation
  • 3066fdd Merge pull request #378 from Pylons/bugfix/expose_tracebacks-encode-error
  • 4467d76 Fix tests to assume body is bytes
  • 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.


🔄 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/benbusby/whoogle-search/pull/773 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/2/2022 **Status:** ✅ Merged **Merged:** 6/3/2022 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `dependabot/pip/waitress-2.1.2` --- ### 📝 Commits (1) - [`bbb4c30`](https://github.com/benbusby/whoogle-search/commit/bbb4c308b3a2166ab7f8bf09ef9eaf6570e2551e) Bump waitress from 2.1.1 to 2.1.2 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `requirements.txt` (+1 -1) </details> ### 📄 Description Bumps [waitress](https://github.com/Pylons/waitress) from 2.1.1 to 2.1.2. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Pylons/waitress/blob/v2.1.2/CHANGES.txt">waitress's changelog</a>.</em></p> <blockquote> <h2>2.1.2</h2> <p>Bugfix</p> <pre><code> - When expose_tracebacks is enabled waitress would fail to properly encode unicode thereby causing another error during error handling. See https://github.com/Pylons/waitress/pull/378 <ul> <li>Header length checking had a calculation that was done incorrectly when the data was received across multple socket reads. This calculation has been corrected, and no longer will Waitress send back a 413 Request Entity Too Large. See <a href="https://github-redirect.dependabot.com/Pylons/waitress/pull/376">Pylons/waitress#376</a></li> </ul> <p>Security Bugfix </code></pre></p> <ul> <li>in 2.1.0 a new feature was introduced that allowed the WSGI thread to start sending data to the socket. However this introduced a race condition whereby a socket may be closed in the sending thread while the main thread is about to call select() therey causing the entire application to be taken down. Waitress will no longer close the socket in the WSGI thread, instead waking up the main thread to cleanup. See <a href="https://github-redirect.dependabot.com/Pylons/waitress/pull/377">Pylons/waitress#377</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Pylons/waitress/commit/0aa4879d08b1fa816505dbb4f42342ba1d531644"><code>0aa4879</code></a> Remove change of default for clear_untrusted_proxy_headers</li> <li><a href="https://github.com/Pylons/waitress/commit/2784628a0fd1a38492e27384815953a44b3a3d5a"><code>2784628</code></a> Revert &quot;Merge pull request <a href="https://github-redirect.dependabot.com/Pylons/waitress/issues/370">#370</a> from Yourun-proger/del_warnings&quot;</li> <li><a href="https://github.com/Pylons/waitress/commit/479df63fb087189c2f5b377bc8f61b6acb900d81"><code>479df63</code></a> Prep 2.1.2</li> <li><a href="https://github.com/Pylons/waitress/commit/4f6789b035610e0552738cdc4b35ca809a592d48"><code>4f6789b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Pylons/waitress/issues/377">#377</a> from Pylons/bugfix/select-closed-socket-race</li> <li><a href="https://github.com/Pylons/waitress/commit/1952050446806113920152805db46edaf3dda8ba"><code>1952050</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Pylons/waitress/issues/379">#379</a> from Pylons/enhancement/pyupgrade-3.7</li> <li><a href="https://github.com/Pylons/waitress/commit/8f5b473a8e660dbd9bdccdff4ef2dab1a14fbeb4"><code>8f5b473</code></a> pyupgrade 3.7</li> <li><a href="https://github.com/Pylons/waitress/commit/c7a3d7ed70e57aa37b1c2efd6b5365ac75cee2ac"><code>c7a3d7e</code></a> Only close socket in the main thread</li> <li><a href="https://github.com/Pylons/waitress/commit/7c3739b27f04f01fcabe6f20e328759cbe46ea5c"><code>7c3739b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Pylons/waitress/issues/376">#376</a> from Pylons/bugfix/header-calculation</li> <li><a href="https://github.com/Pylons/waitress/commit/3066fdd7d558bbd0023b7885900419483251a0f8"><code>3066fdd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/Pylons/waitress/issues/378">#378</a> from Pylons/bugfix/expose_tracebacks-encode-error</li> <li><a href="https://github.com/Pylons/waitress/commit/4467d76725998d921c3e550479a88eca367bccc6"><code>4467d76</code></a> Fix tests to assume body is bytes</li> <li>Additional commits viewable in <a href="https://github.com/Pylons/waitress/compare/v2.1.1...v2.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=waitress&package-manager=pip&previous-version=2.1.1&new-version=2.1.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 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](https://github.com/benbusby/whoogle-search/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:37:15 +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/whoogle-search#968
No description provided.