Flask-Dropbox icon indicating copy to clipboard operation
Flask-Dropbox copied to clipboard

Bump pep8 from 1.4.5 to 1.7.1

Open dependabot-preview[bot] opened this issue 5 years ago • 0 comments

Bumps pep8 from 1.4.5 to 1.7.1.

Release notes

Sourced from pep8's releases.

1.7.1

This will be the final release of the pep8 package, all future usage should be of the pycodestyle package instead (version 2.x + of this repository).

Changes:

  • Prominently note via warning message that the tool is no longer released as pep8 and will only be fixed in the pycodestyle package
Changelog

Sourced from pep8's changelog.

1.7.1 (2017-10-22)

Changes:

  • Prominently note via warning message that the tool is no longer released as pep8 and will only be fixed in the pycodestyle package

1.7.0 (2016-01-12)

Announcements:

Changes:

  • Reverted the fix in #368, "options passed on command line are only ones accepted" feature. This has many unintended consequences in pep8 and flake8 and needs to be reworked when I have more time.
  • Added support for Python 3.5. (Issue #420 & #459)
  • Added support for multi-line config_file option parsing. (Issue #429)
  • Improved parameter parsing. (Issues #420 & #456)

Bugs:

  • Fixed BytesWarning on Python 3. (Issue #459)

1.6.2 (2015-02-15)

Changes:

  • Added check for breaking around a binary operator. (Issue #197, Pull #305)

Bugs:

  • Restored config_file parameter in process_options(). (Issue #380)

1.6.1 (2015-02-08)

Changes:

  • Assign variables before referenced. (Issue #287)

Bugs:

... (truncated)
Commits
  • 45f79c7 Release 1.7.1
  • 0b5a432 Add links to old and new package names
  • 05ec89f Updated the doc index with not about new name
  • d4a6003 Removed pycodestyle entry point
  • 24d3ca6 Updated version number to 1.7.1.dev0
  • b6cef17 Added pycodestyle entrypoint
  • 504d8dc Backported maintainer update in setup.py
  • b8088a2 Merge pull request #470 from PyCQA/release/v1.7
  • a0da509 Changed to make new release 1.7 rather than 1.6.3
  • dd2302e Added missing changelog entries.
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Feb 12 '20 13:02 dependabot-preview[bot]