Skip to content

Commit

Permalink
Merge #271
Browse files Browse the repository at this point in the history
271: Bump scrapy from 2.6.3 to 2.7.1 r=alallema a=dependabot[bot]

Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.6.3 to 2.7.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.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>
<ul>
<li>Added Python 3.11 support, dropped Python 3.6 support</li>
<li>Improved support for <a href="https://docs.scrapy.org/en/latest/topics/coroutines.html#topics-coroutines">asynchronous callbacks</a></li>
<li><a href="https://docs.scrapy.org/en/latest/topics/asyncio.html#using-asyncio">Asyncio support</a> is enabled by default on new projects</li>
<li>Output names of item fields can now be arbitrary strings</li>
<li>Centralized <a href="https://docs.scrapy.org/en/latest/topics/request-response.html#request-fingerprints">request fingerprinting</a> configuration is now possible</li>
</ul>
<p><a href="https://docs.scrapy.org/en/latest/news.html#scrapy-2-7-0-2022-10-17">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.7.1 (2022-11-02)</h2>
<p>New features</p>
<pre><code>
-   Relaxed the restriction introduced in 2.6.2 so that the
    ``Proxy-Authentication`` header can again be set explicitly, as long as the
    proxy URL in the :reqmeta:`proxy` metadata has no other credentials, and
    for as long as that proxy URL remains the same; this restores compatibility
    with scrapy-zyte-smartproxy 2.1.0 and older (:issue:`5626`).
<p>Bug fixes</p>
<pre><code>
-   Using ``-O``/``--overwrite-output`` and ``-t``/``--output-format`` options
    together now produces an error instead of ignoring the former option
    (:issue:`5516`, :issue:`5605`).

-   Replaced deprecated :mod:`asyncio` APIs that implicitly use the current
    event loop with code that explicitly requests a loop from the event loop
    policy (:issue:`5685`, :issue:`5689`).

-   Fixed uses of deprecated Scrapy APIs in Scrapy itself (:issue:`5588`,
    :issue:`5589`).

-   Fixed uses of a deprecated Pillow API (:issue:`5684`, :issue:`5692`).

-   Improved code that checks if generators return values, so that it no longer
    fails on decorated methods and partial methods (:issue:`5323`,
    :issue:`5592`, :issue:`5599`, :issue:`5691`).

Documentation
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Upgraded the Code of Conduct to Contributor Covenant v2.1 (:issue:&lt;code&gt;5698&lt;/code&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Fixed typos (:issue:&lt;code&gt;5681&lt;/code&gt;, :issue:&lt;code&gt;5694&lt;/code&gt;).&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Quality assurance&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;
-   Re-enabled some erroneously disabled flake8 checks (:issue:`5688`).

-   Ignored harmless deprecation warnings from :mod:`typing` in tests
    (:issue:`5686`, :issue:`5697`).

-   Modernized our CI configuration (:issue:`5695`, :issue:`5696`).


&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;scrapy/scrapy@6ded3cf4cd134b615239babe28bb28c3ff524b05&quot;&gt;&lt;code&gt;6ded3cf&lt;/code&gt;&lt;/a&gt; Bump version: 2.7.0 → 2.7.1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@95880c5de1b1909bf03303fb9c02cddb0508fe1a&quot;&gt;&lt;code&gt;95880c5&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://github-redirect.dependabot.com/scrapy/scrapy/issues/5701&quot;&gt;#5701&lt;/a&gt; from scrapy/relnotes-2.7.1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@5ec175b8bb08f93c431d7d64d2389b90ec7a1f37&quot;&gt;&lt;code&gt;5ec175b&lt;/code&gt;&lt;/a&gt; Small relnotes fixes.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@940a73863bf7dcb16b3f2d9f5efb83efe4599712&quot;&gt;&lt;code&gt;940a738&lt;/code&gt;&lt;/a&gt; Release notes for 2.7.1.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@a95a338eeada7275a5289cf036136610ebaf07eb&quot;&gt;&lt;code&gt;a95a338&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://github-redirect.dependabot.com/scrapy/scrapy/issues/5599&quot;&gt;#5599&lt;/a&gt; from tonal/patch-1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@9077d0f9b490114f117c668f115240c16afccedf&quot;&gt;&lt;code&gt;9077d0f&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://github-redirect.dependabot.com/scrapy/scrapy/issues/5698&quot;&gt;#5698&lt;/a&gt; from pankali/patch-1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@76c2cb070e4efe3ae33a4b3d72a5bcac6709f48f&quot;&gt;&lt;code&gt;76c2cb0&lt;/code&gt;&lt;/a&gt; Merge pull request &lt;a href=&quot;https://github-redirect.dependabot.com/scrapy/scrapy/issues/5697&quot;&gt;#5697&lt;/a&gt; from iamkaushal/&lt;a href=&quot;https://github-redirect.dependabot.com/scrapy/scrapy/issues/5686&quot;&gt;#5686&lt;/a&gt;_fix&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@9f45be439de8a3b9a6d201c33e98b408a73c02bb&quot;&gt;&lt;code&gt;9f45be4&lt;/code&gt;&lt;/a&gt; Update Code of Conduct to Contributor Covenant v2.1&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@bd9e482c2f0db92065708c8291be6e8bc1f05218&quot;&gt;&lt;code&gt;bd9e482&lt;/code&gt;&lt;/a&gt; added typing.io and typing.re in pytest warning filter to ignore&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;scrapy/scrapy@fd692f309105d917f5f46bd00a88c550d6cc7da3&quot;&gt;&lt;code&gt;fd692f3&lt;/code&gt;&lt;/a&gt; Prevent running the -O and -t command-line options together (&lt;a href=&quot;https://github-redirect.dependabot.com/scrapy/scrapy/issues/5605&quot;&gt;#5605&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Additional commits viewable in &lt;a href=&quot;scrapy/scrapy@2.6.3...2.7.1&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.6.3&new-version=2.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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)


</details>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: alallema <amelie@meilisearch.com>
  • Loading branch information
3 people committed Nov 8, 2022
2 parents 71f8686 + 21d7bd7 commit 360c00e
Show file tree
Hide file tree
Showing 2 changed files with 151 additions and 158 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Expand Up @@ -4,9 +4,9 @@ verify_ssl = true
name = "pypi"

[packages]
Scrapy = "==2.6.3"
Scrapy = "==2.7.1"
selenium = "==4.5.0"
pytest = "==7.2.0"
pytest = "==7.1.3"
meilisearch = "==0.22.1"
requests-iap = "==0.2.0"
python-keycloak-client = "==0.2.3"
Expand Down

0 comments on commit 360c00e

Please sign in to comment.