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 isort from 4.3.4 to 4.3.21 in /cvat/requirements #1692

Merged
merged 1 commit into from
Jun 14, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps isort from 4.3.4 to 4.3.21.

Release notes

Sourced from isort's releases.

4.3.20 - May 14, 2019 - hot fix release

  • Fixed issue #948 - Pipe redirection broken on Python2.7

4.3.19 - May 12, 2019 - hot fix release

  • Fixed issue #942 - correctly handle pyi (Python Template Files) to match black output

4.3.18 - May 1, 2019 - hotfix release

  • Fixed an issue with parsing files that contain Unicode characters in Python 2
  • Fixed issue #924 - Pulling in pip internals causes depreciation warning
  • Fixed issue #938 - Providing a way to filter explicitly passed in files via configuration settings (--filter-files)
  • Improved interoperability with toml configuration files

4.3.17 - April 7, 2019 - hot fix release

  • Fixed issue #905 & #919: Import section headers behaving strangely

4.3.16 - March 23, 2019 - hot fix release

  • Fixed issue #909 - skip and skip-glob are not enforced when using settings-path.
  • Fixed issue #907 - appdirs optional requirement does not correctly specify version
  • Fixed issue #902 - Too broad warning about missing toml package
  • Fixed issue #778 - remove user from known standard library as it's no longer in any supported Python version.

4.3.15 - March 10, 2019 - hot fix release

  • Fixed a regression with handling streaming input from pipes (Issue #895)
  • Fixed handling of \x0c whitespace character (Issue #811)
  • Improved CLI documentation

4.3.14 - March 9, 2019 - hot fix release

  • Fixed a regression with /directory/.py style patterns

4.3.13 - March 8, 2019 - hot fix release

  • Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used.
  • Fixed some output being printed even when --quiet mode is enabled.
  • Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting.
  • Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file.
  • Fixed issue #885 many files not being skipped according to set skip settings.
  • Fixed issue #842 streaming encoding improvements.

4.3.12 - March 6, 2019 - hot fix release

  • Fix error caused when a virtual environment not detected

4.3.11 - March 6, 2019 - hot fix release

  • Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY
  • Fixed issue #873: current version skips every file on travis
  • Additional caching to reduce performance regression introduced in 4.3.5
  • Improved handling of pex files and other binary Python files

4.3.10 - March 2, 2019 - hot fix release

  • Fixed Windows incompatibilities (Issue #835)
  • Fixed relative import sorting bug (Issue #417)
  • Fixed "no_lines_before" to also be respected from previous empty sections.
... (truncated)
Changelog

Sourced from isort's changelog.

4.3.21 - June 25, 2019 - hot fix release

  • Fixed issue #957 - Long aliases and use_parentheses generates invalid syntax

4.3.20 - May 14, 2019 - hot fix release

  • Fixed issue #948 - Pipe redirection broken on Python2.7

4.3.19 - May 12, 2019 - hot fix release

  • Fixed issue #942 - correctly handle pyi (Python Template Files) to match black output

4.3.18 - May 1, 2019 - hot fix release

  • Fixed an issue with parsing files that contain unicode characters in Python 2
  • Fixed issue #924 - Pulling in pip internals causes depreciation warning
  • Fixed issue #938 - Providing a way to filter explicitly passed in files via configuration settings (--filter-files)
  • Improved interoperability with toml configuration files

4.3.17 - April 7, 2019 - hot fix release

  • Fixed issue #905 & #919: Import section headers behaving strangely

4.3.16 - March 23, 2019 - hot fix release

  • Fixed issue #909 - skip and skip-glob are not enforced when using settings-path.
  • Fixed issue #907 - appdirs optional requirement does not correctly specify version
  • Fixed issue #902 - Too broad warning about missing toml package
  • Fixed issue #778 - remove user from known standard library as it's no longer in any supported Python version.

4.3.15 - March 10, 2019 - hot fix release

  • Fixed a regression with handling streaming input from pipes (Issue #895)
  • Fixed handling of \x0c whitespace character (Issue #811)
  • Improved CLI documentation

4.3.14 - March 9, 2019 - hot fix release

  • Fixed a regression with /directory/.py style patterns

4.3.13 - March 8, 2019 - hot fix release

  • Fixed the inability to accurately determine import section when a mix of conda and virtual environments are used.
  • Fixed some output being printed even when --quiet mode is enabled.
  • Fixed issue #890 interoperability with PyCharm by allowing case sensitive non type grouped sorting.
  • Fixed issue #889 under some circumstances isort will incorrectly add a new line at the beginning of a file.
  • Fixed issue #885 many files not being skipped according to set skip settings.
  • Fixed issue #842 streaming encoding improvements.

4.3.12 - March 6, 2019 - hot fix release

  • Fix error caused when virtual environment not detected

4.3.11 - March 6, 2019 - hot fix release

  • Fixed issue #876: confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY
  • Fixed issue #873: current version skips every file on travis
  • Additional caching to reduce performance regression introduced in 4.3.5

4.3.10 - March 2, 2019 - hot fix release

  • Fixed Windows incompatibilities (Issue #835)
... (truncated)
Commits

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)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5629

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.009%) to 65.83%

Files with Coverage Reduction New Missed Lines %
cvat/apps/engine/media_extractors.py 2 77.06%
Totals Coverage Status
Change from base Build 5621: -0.009%
Covered Lines: 10916
Relevant Lines: 16191

💛 - Coveralls

@nmanovic nmanovic merged commit dcff79e into develop Jun 14, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/pip/cvat/requirements/isort-4.3.21 branch June 14, 2020 05:14
frndmg pushed a commit to signatrix/cvat that referenced this pull request Aug 5, 2020
Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.4 to 4.3.21.
- [Release notes](https://github.com/timothycrosley/isort/releases)
- [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md)
- [Commits](PyCQA/isort@4.3.4...4.3.21)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants