dependabot[bot] opened a new pull request, #94:
URL: https://github.com/apache/incubator-streampipes/pull/94

   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/apache/incubator-streampipes/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to