Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scrapy from 2.6.3 to 2.7.1 #271

Merged
merged 2 commits into from
Nov 8, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2022

Bumps scrapy from 2.6.3 to 2.7.1.

Release notes

Sourced from scrapy's releases.

2.7.1

  • Relaxed the restriction introduced in 2.6.2 so that the Proxy-Authentication header can again be set explicitly in certain cases, restoring compatibility with scrapy-zyte-smartproxy 2.1.0 and older
  • Bug fixes

See the full changelog

2.7.0

See the full changelog

Changelog

Sourced from scrapy's changelog.

Scrapy 2.7.1 (2022-11-02)

New features


-   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`).

Bug fixes


-   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
</code></pre>
<ul>
<li>
<p>Upgraded the Code of Conduct to Contributor Covenant v2.1 (:issue:<code>5698</code>).</p>
</li>
<li>
<p>Fixed typos (:issue:<code>5681</code>, :issue:<code>5694</code>).</p>
</li>
</ul>
<p>Quality assurance</p>
<pre><code>

  • 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).

&lt;/tr&gt;&lt;/table&gt;
</code></pre>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>

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

<br />

Dependabot compatibility score

You can trigger a rebase of this PR 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 dependabot bot added dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs labels Nov 3, 2022
@alallema
Copy link
Contributor

alallema commented Nov 8, 2022

@dependabot recreate

@alallema
Copy link
Contributor

alallema commented Nov 8, 2022

@dependabot rebase

Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.6.3 to 2.7.1.
- [Release notes](https://github.com/scrapy/scrapy/releases)
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
- [Commits](scrapy/scrapy@2.6.3...2.7.1)

---
updated-dependencies:
- dependency-name: scrapy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/scrapy-2.7.1 branch from 348cb0e to 361695e Compare November 8, 2022 11:12
@alallema
Copy link
Contributor

alallema commented Nov 8, 2022

bors merge

@meili-bors
Copy link
Contributor

meili-bors bot commented Nov 8, 2022

Build succeeded:

@meili-bors meili-bors bot merged commit 360c00e into main Nov 8, 2022
@meili-bors meili-bors bot deleted the dependabot/pip/scrapy-2.7.1 branch November 8, 2022 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file skip-changelog The PR will not appear in the release changelogs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant