dependabot[bot] opened a new pull request, #4:
URL: https://github.com/apache/openserverless-runtimes/pull/4

   Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.5.0 to 2.11.2.
   <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.2</h2>
   <p>Mostly bug fixes, including security bug fixes.</p>
   <p><a 
href="https://docs.scrapy.org/en/latest/news.html#scrapy-2-11-2-2024-05-14";>See 
the full changelog.</a></p>
   <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>
   <h2>2.11.0</h2>
   <ul>
   <li>Spiders can now modify settings in their <code>from_crawler</code> 
methods, e.g. based on spider arguments.</li>
   <li>Periodic logging of stats.</li>
   <li>Bug fixes.</li>
   </ul>
   <p><a 
href="https://docs.scrapy.org/en/latest/news.html#scrapy-2-11-0-2023-09-18";>See 
the full changelog.</a></p>
   <h2>2.10.1</h2>
   <p>Marked <code>Twisted &gt;= 23.8.0</code> as unsupported.</p>
   <h2>2.10.0</h2>
   <ul>
   <li>Added Python 3.12 support, dropped Python 3.7 support.</li>
   <li>The new add-ons framework simplifies configuring 3rd-party components 
that support it.</li>
   <li>Exceptions to retry can now be configured.</li>
   <li>Many fixes and improvements for feed exports.</li>
   </ul>
   <p><a 
href="https://docs.scrapy.org/en/2.10/news.html#scrapy-2-10-0-2023-08-04";>See 
the full changelog.</a></p>
   <h2>2.9.0</h2>
   <ul>
   <li>Per-domain download settings.</li>
   <li>Compatibility with new <a 
href="https://cryptography.io/en/latest/";>cryptography</a> and new <a 
href="https://github.com/scrapy/parsel";>parsel</a>.</li>
   <li>JMESPath selectors from the new <a 
href="https://github.com/scrapy/parsel";>parsel</a>.</li>
   <li>Bug fixes.</li>
   </ul>
   <p><a 
href="https://docs.scrapy.org/en/latest/news.html#scrapy-2-9-0-2023-05-08";>See 
the full changelog.</a></p>
   <h2>2.8.0</h2>
   <p>This is a maintenance release, with minor features, bug fixes, and 
cleanups.</p>
   <p><a 
href="https://docs.scrapy.org/en/latest/news.html#scrapy-2-8-0-2023-02-02";>See 
the full changelog</a>.</p>
   <h2>2.7.1</h2>
   <ul>
   <li>Relaxed the restriction introduced in 2.6.2 so that the 
<code>Proxy-Authentication</code> header can again be set explicitly in certain 
cases, restoring compatibility with scrapy-zyte-smartproxy 2.1.0 and older</li>
   <li>Bug fixes</li>
   </ul>
   <p><a 
href="https://docs.scrapy.org/en/latest/news.html#scrapy-2-7-1-2022-11-02";>See 
the full changelog</a></p>
   <h2>2.7.0</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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.2 (2024-05-14)</h2>
   <p>Security bug fixes</p>
   <pre><code>
   -   Redirects to non-HTTP protocols are no longer followed. Please, see the
       `23j4-mw76-5v7h security advisory`_ for more information. (:issue:`457`)
   <pre><code>.. _23j4-mw76-5v7h security advisory: 
https://github.com/scrapy/scrapy/security/advisories/GHSA-23j4-mw76-5v7h
   </code></pre>
   <ul>
   <li>
   <p>The <code>Authorization</code> header is now dropped on redirects to a 
different<br />
   scheme (<code>http://</code> or <code>https://</code>) or port, even if the 
domain is the<br />
   same. Please, see the <code>4qqq-9vqf-3h3f security advisory</code>_ for 
more<br />
   information.</p>
   <p>.. _4qqq-9vqf-3h3f security advisory: <a 
href="https://github.com/scrapy/scrapy/security/advisories/GHSA-4qqq-9vqf-3h3f";>https://github.com/scrapy/scrapy/security/advisories/GHSA-4qqq-9vqf-3h3f</a></p>
   </li>
   <li>
   <p>When using system proxy settings that are different for 
<code>http://</code> and<br />
   <code>https://</code>, redirects to a different URL scheme will now also 
trigger the<br />
   corresponding change in proxy settings for the redirected request. 
Please,<br />
   see the <code>jm3v-qxmh-hxwv security advisory</code>_ for more 
information.<br />
   (:issue:<code>767</code>)</p>
   <p>.. _jm3v-qxmh-hxwv security advisory: <a 
href="https://github.com/scrapy/scrapy/security/advisories/GHSA-jm3v-qxmh-hxwv";>https://github.com/scrapy/scrapy/security/advisories/GHSA-jm3v-qxmh-hxwv</a></p>
   </li>
   <li>
   <p>:attr:<code>Spider.allowed_domains 
&amp;lt;scrapy.Spider.allowed_domains&amp;gt;</code> is now<br />
   enforced for all requests, and not only requests from spider callbacks.<br />
   (:issue:<code>1042</code>, :issue:<code>2241</code>, 
:issue:<code>6358</code>)</p>
   </li>
   <li>
   <p>:func:<code>~scrapy.utils.iterators.xmliter_lxml</code> no longer 
resolves XML<br />
   entities. (:issue:<code>6265</code>)</p>
   </li>
   <li>
   <p>defusedxml_ is now used to make<br />
   :class:<code>scrapy.http.request.rpc.XmlRpcRequest</code> more secure.<br />
   (:issue:<code>6250</code>, :issue:<code>6251</code>)</p>
   <p>.. _defusedxml: <a 
href="https://github.com/tiran/defusedxml";>https://github.com/tiran/defusedxml</a></p>
   </li>
   </ul>
   <p>Bug fixes</p>
   <pre><code>
   -   Restored support for brotlipy_, which had been dropped in Scrapy 2.11.1 
in
       favor of brotli_. (:issue:`6261`)
   
       .. _brotli: https://github.com/google/brotli
   
       .. note:: brotlipy is deprecated, both in Scrapy and upstream. Use brotli
           instead if you can.
   
   &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
   &lt;/code&gt;&lt;/pre&gt;
   &lt;/blockquote&gt;
   &lt;p&gt;... (truncated)&lt;/p&gt;
   &lt;/details&gt;
   &lt;details&gt;
   &lt;summary&gt;Commits&lt;/summary&gt;
   
   &lt;ul&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/e8cb5a03b382b98f2c8945355076390f708b918d&quot;&gt;&lt;code&gt;e8cb5a0&lt;/code&gt;&lt;/a&gt;
 Bump version: 2.11.1 → 2.11.2&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/2c031f4061ae9bf486cc9e2a699355450638e8c2&quot;&gt;&lt;code&gt;2c031f4&lt;/code&gt;&lt;/a&gt;
 Set the release date of 2.11.2&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/3ffa17c0204deb3bdf2c7c60f5a56c9f777698c6&quot;&gt;&lt;code&gt;3ffa17c&lt;/code&gt;&lt;/a&gt;
 Use posargs for pypy3-pinned&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/c6a8f0e4d945622a7e71adf635e272b66eddbbd0&quot;&gt;&lt;code&gt;c6a8f0e&lt;/code&gt;&lt;/a&gt;
 Update VERSION references&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/60d2577284128cd0cf4af54745730da4a9005177&quot;&gt;&lt;code&gt;60d2577&lt;/code&gt;&lt;/a&gt;
 Merge remote-tracking branch '23j4/2.11.2-release-notes' into 2.11&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/36287cb665ab4b0c65fd53181c9a0ef04990ada6&quot;&gt;&lt;code&gt;36287cb&lt;/code&gt;&lt;/a&gt;
 Merge branch 'redirect-protocols' into 2.11&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/f138d5d1450ef38ee077c2472c136c70d8d673e8&quot;&gt;&lt;code&gt;f138d5d&lt;/code&gt;&lt;/a&gt;
 Merge branch 'environ-proxy-protocol' into 2.11&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/1d0502f25bbe55a22899af915623fda1aaeb9dd8&quot;&gt;&lt;code&gt;1d0502f&lt;/code&gt;&lt;/a&gt;
 Merge branch 'advisory-fix' into 2.11&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/bb948af00babe545a7fb52700f4ba1424d206677&quot;&gt;&lt;code&gt;bb948af&lt;/code&gt;&lt;/a&gt;
 Release notes for 2.11.2 (&lt;a 
href=&quot;https://redirect.github.com/scrapy/scrapy/issues/6359&quot;&gt;#6359&lt;/a&gt;)&lt;/li&gt;
   &lt;li&gt;&lt;a 
href=&quot;https://github.com/scrapy/scrapy/commit/5ad9433dd59cd8436ce33bf2c44796516eef4c3c&quot;&gt;&lt;code&gt;5ad9433&lt;/code&gt;&lt;/a&gt;
 Merge remote-tracking branch 'scrapy/2.11' into 2.11&lt;/li&gt;
   &lt;li&gt;Additional commits viewable in &lt;a 
href=&quot;https://github.com/scrapy/scrapy/compare/2.5.0...2.11.2&quot;&gt;compare
 view&lt;/a&gt;&lt;/li&gt;
   &lt;/ul&gt;
   &lt;/details&gt;
   
   &lt;br /&gt;
   </code></pre>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=scrapy&package-manager=pip&previous-version=2.5.0&new-version=2.11.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)
   You can disable automated security fix PRs for this repo from the [Security 
Alerts page](https://github.com/apache/openserverless-runtimes/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