dependabot[bot] opened a new pull request, #156:
URL: https://github.com/apache/openwhisk-runtime-python/pull/156

   Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.11.0 to 2.11.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/scrapy/scrapy/releases";>scrapy's releases</a>.</em></p>
   <blockquote>
   <h2>2.11.1</h2>
   <ul>
   <li>Security bug fixes.</li>
   <li>Support for Twisted &gt;= 23.8.0.</li>
   <li>Documentation improvements.</li>
   </ul>
   <p><a 
href="https://docs.scrapy.org/en/latest/news.html#scrapy-2-11-1-2024-02-14";>See 
the full changelog.</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/scrapy/scrapy/blob/master/docs/news.rst";>scrapy's 
changelog</a>.</em></p>
   <blockquote>
   <h2>Scrapy 2.11.1 (2024-02-14)</h2>
   <p>Highlights:</p>
   <ul>
   <li>
   <p>Security bug fixes.</p>
   </li>
   <li>
   <p>Support for Twisted &gt;= 23.8.0.</p>
   </li>
   <li>
   <p>Documentation improvements.</p>
   </li>
   </ul>
   <p>Security bug fixes</p>
   <pre><code>
   -   Addressed `ReDoS vulnerabilities`_:
   <pre><code>-   ``scrapy.utils.iterators.xmliter`` is now deprecated in favor 
of
       :func:`~scrapy.utils.iterators.xmliter_lxml`, which
       :class:`~scrapy.spiders.XMLFeedSpider` now uses.
   
       To minimize the impact of this change on existing code,
       :func:`~scrapy.utils.iterators.xmliter_lxml` now supports indicating
       the node namespace with a prefix in the node name, and big files with
       highly nested trees when using libxml2 2.7+.
   
   -   Fixed regular expressions in the implementation of the
       :func:`~scrapy.utils.response.open_in_browser` function.
   
   Please, see the `cc65-xxvf-f7r9 security advisory`_ for more information.
   
   .. _ReDoS vulnerabilities: 
https://owasp.org/www-community/attacks/Regular_expression_Denial_of_Service_-_ReDoS
   .. _cc65-xxvf-f7r9 security advisory: 
https://github.com/scrapy/scrapy/security/advisories/GHSA-cc65-xxvf-f7r9
   </code></pre>
   <ul>
   <li>
   <p>:setting:<code>DOWNLOAD_MAXSIZE</code> and 
:setting:<code>DOWNLOAD_WARNSIZE</code> now also apply
   to the decompressed response body. Please, see the <code>7j7m-v7m3-jqm7 
security advisory</code>_ for more information.</p>
   <p>.. _7j7m-v7m3-jqm7 security advisory: <a 
href="https://github.com/scrapy/scrapy/security/advisories/GHSA-7j7m-v7m3-jqm7";>https://github.com/scrapy/scrapy/security/advisories/GHSA-7j7m-v7m3-jqm7</a></p>
   </li>
   <li>
   <p>Also in relation with the <code>7j7m-v7m3-jqm7 security advisory</code>_, 
the
   deprecated <code>scrapy.downloadermiddlewares.decompression</code> module 
has been
   removed.</p>
   </li>
   <li>
   <p>The <code>Authorization</code> header is now dropped on redirects to a 
different
   domain. Please, see the <code>cw9j-q3vf-hrrv security advisory</code>_ for 
more
   information.</p>
   <p>.. _cw9j-q3vf-hrrv security advisory: <a 
href="https://github.com/scrapy/scrapy/security/advisories/GHSA-cw9j-q3vf-hrrv";>https://github.com/scrapy/scrapy/security/advisories/GHSA-cw9j-q3vf-hrrv</a></p>
   </li>
   </ul>
   <p>Modified requirements
   &lt;/tr&gt;&lt;/table&gt;
   </code></pre></p>
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/2f1d345e74d19e33016f9e69fcda0bda9afb568d";><code>2f1d345</code></a>
 Solve test issues</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/502addc717b6b971425a9385359a382b8d0187a1";><code>502addc</code></a>
 Bump version: 2.11.0 → 2.11.1</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/6b88b3346c393f07c4e4481405c3fd1ab4cc58a4";><code>6b88b33</code></a>
 Set the release date of versions 2.11.1 and 1.8.4</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/479619b340f197a8f24c5db45bc068fb8755f2c5";><code>479619b</code></a>
 Merge branch '2.11-redos' into 2.11</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/809bfac4890f75fc73607318a04d2ccba71b3d9f";><code>809bfac</code></a>
 Merge branch '2.11-compression-bomb' into 2.11</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/5bcb8fd5019c72d05c4a96da78a7fcb6ecb55b75";><code>5bcb8fd</code></a>
 Merge branch '2.11-authorization' into 2.11</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/a55e933c11899997757bd4107738f9472d1d3c2e";><code>a55e933</code></a>
 Release notes for 2.11.1 (<a 
href="https://redirect.github.com/scrapy/scrapy/issues/6150";>#6150</a>)</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/5e5a92026e43023b80f7733844a2703c3f966009";><code>5e5a920</code></a>
 Remove slow leftovers</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/810aaa637da12a1f393291eb2b13aa0c8a163efb";><code>810aaa6</code></a>
 Undo an unintended change</li>
   <li><a 
href="https://github.com/scrapy/scrapy/commit/c5dad41190551578c2973c34520952f26f75dc7b";><code>c5dad41</code></a>
 Speed up tests, remove comments without regexps</li>
   <li>Additional commits viewable in <a 
href="https://github.com/scrapy/scrapy/compare/2.11.0...2.11.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scrapy&package-manager=pip&previous-version=2.11.0&new-version=2.11.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 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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/openwhisk-runtime-python/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