anonim-legivon / picoboard

Imageboard engine powered by Django & Django Rest Framework
MIT License
18 stars 0 forks source link

Bump isort from 4.3.4 to 4.3.15 #37

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps isort from 4.3.4 to 4.3.15.

Release notes *Sourced from [isort's releases](https://github.com/timothycrosley/isort/releases).* > ### 4.3.15 - March 10, 2019 - hot fix release > - Fixed a regression with handling streaming input from pipes (Issue [#895](https://github-redirect.dependabot.com/timothycrosley/isort/issues/895)) > - Fixed handling of \x0c whitespace character (Issue [#811](https://github-redirect.dependabot.com/timothycrosley/isort/issues/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](https://github-redirect.dependabot.com/timothycrosley/isort/issues/890) interoperability with PyCharm by allowing case sensitive non type grouped sorting. > - Fixed issue [#889](https://github-redirect.dependabot.com/timothycrosley/isort/issues/889) under some circumstances isort will incorrectly add a new line at the beginning of a file. > - Fixed issue [#885](https://github-redirect.dependabot.com/timothycrosley/isort/issues/885) many files not being skipped according to set skip settings. > - Fixed issue [#842](https://github-redirect.dependabot.com/timothycrosley/isort/issues/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](https://github-redirect.dependabot.com/timothycrosley/isort/issues/876): confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY > - Fixed issue [#873](https://github-redirect.dependabot.com/timothycrosley/isort/issues/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](https://github-redirect.dependabot.com/timothycrosley/isort/issues/835)) > - Fixed relative import sorting bug (Issue [#417](https://github-redirect.dependabot.com/timothycrosley/isort/issues/417)) > - Fixed "no_lines_before" to also be respected from previous empty sections. > - Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue [#848](https://github-redirect.dependabot.com/timothycrosley/isort/issues/848)) > - Fixed issue [#842](https://github-redirect.dependabot.com/timothycrosley/isort/issues/842) default encoding not-set in Python2 > - Restored Windows automated testing > - Added Mac automated testing > > ### 4.3.9 - Feburary 25, 2019 - hot fix release > - Fixed a bug that led to an incompatibility with black: [#831](https://github-redirect.dependabot.com/timothycrosley/isort/issues/831) > > ### 4.3.8 - February 25, 2019 - hot fix release > - Fixed a bug that led to the recursive option not always been available from the command line. > > ### 4.3.7 - February 25, 2019 - hot fix release > - Expands the finder failsafe to occur on the creation of the finder objects. > > ### 4.3.6 - February 24, 2019 - hot fix release > - Fixes a fatal error that occurs if a single finder throws an exception. Important as we add more finders that utilize third-party libraries. > > ## 4.3.5 - NOTE: Last Python2 Release > This is the final Python 2.x release of isort, and includes the following major changes: > > Potentially Interface Breaking: > ... (truncated)
Changelog *Sourced from [isort's changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md).* > ### 4.3.15 - March 10, 2019 - hot fix release > - Fixed a regression with handling streaming input from pipes (Issue [#895](https://github-redirect.dependabot.com/timothycrosley/isort/issues/895)) > - Fixed handling of \x0c whitespace character (Issue [#811](https://github-redirect.dependabot.com/timothycrosley/isort/issues/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](https://github-redirect.dependabot.com/timothycrosley/isort/issues/890) interoperability with PyCharm by allowing case sensitive non type grouped sorting. > - Fixed issue [#889](https://github-redirect.dependabot.com/timothycrosley/isort/issues/889) under some circumstances isort will incorrectly add a new line at the beginning of a file. > - Fixed issue [#885](https://github-redirect.dependabot.com/timothycrosley/isort/issues/885) many files not being skipped according to set skip settings. > - Fixed issue [#842](https://github-redirect.dependabot.com/timothycrosley/isort/issues/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](https://github-redirect.dependabot.com/timothycrosley/isort/issues/876): confused by symlinks pointing to virtualenv gives FIRSTPARTY not THIRDPARTY > - Fixed issue [#873](https://github-redirect.dependabot.com/timothycrosley/isort/issues/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](https://github-redirect.dependabot.com/timothycrosley/isort/issues/835)) > - Fixed relative import sorting bug (Issue [#417](https://github-redirect.dependabot.com/timothycrosley/isort/issues/417)) > - Fixed "no_lines_before" to also be respected from previous empty sections. > - Fixed slow-down introduced by finders mechanism by adding a LRU cache (issue [#848](https://github-redirect.dependabot.com/timothycrosley/isort/issues/848)) > - Fixed issue [#842](https://github-redirect.dependabot.com/timothycrosley/isort/issues/842) default encoding not-set in Python2 > - Restored Windows automated testing > - Added Mac automated testing > > ### 4.3.9 - February 25, 2019 - hot fix release > - Fixed a bug that led to an incompatibility with black: [#831](https://github-redirect.dependabot.com/timothycrosley/isort/issues/831) > > ### 4.3.8 - February 25, 2019 - hot fix release > - Fixed a bug that led to the recursive option not always been available from the command line. > > ### 4.3.7 - February 25, 2019 - hot fix release > - Expands the finder failsafe to occur on the creation of the finder objects. > > ### 4.3.6 - February 24, 2019 - hot fix release > - Fixes a fatal error that occurs if a single finder throws an exception. Important as we add more finders that utilize third party libraries. > > ### 4.3.5 - February 24, 2019 - last Python 2.7 Maintenance Release > > This is the final Python 2.x release of isort, and includes the following major changes: > > Potentially Interface Breaking: > ... (truncated)
Commits - [`fab9d50`](https://github.com/timothycrosley/isort/commit/fab9d505ecc4a805ddc922f76e9e23679adf672e) Bump version - [`dd1152f`](https://github.com/timothycrosley/isort/commit/dd1152f1ce449f4785fcbd05bbec92943c90cefb) Merge branch 'master' of https://github.com/timothycrosley/isort - [`45d5ca3`](https://github.com/timothycrosley/isort/commit/45d5ca342ce2c8009a5d90007f3b132c87304a94) Enable autodeploy - [`211082d`](https://github.com/timothycrosley/isort/commit/211082d1f2b2be1052a1234e2cefef2bcaca51d5) Merge pull request [#898](https://github-redirect.dependabot.com/timothycrosley/isort/issues/898) from timothycrosley/feature/fix-issue-811 - [`b80d018`](https://github.com/timothycrosley/isort/commit/b80d018c079f39d5d7325231dedd311635d8a2c5) Fix handling of whitespace character - [`6032bd4`](https://github.com/timothycrosley/isort/commit/6032bd4aa685dc483b153a2170671b9aadbd9f13) Merge pull request [#897](https://github-redirect.dependabot.com/timothycrosley/isort/issues/897) from timothycrosley/feature/better-help-doc - [`5fb1357`](https://github.com/timothycrosley/isort/commit/5fb13577c0ddfc77f70221c65770bc9bc9b5366e) Merge pull request [#896](https://github-redirect.dependabot.com/timothycrosley/isort/issues/896) from timothycrosley/feature/fix-issue-895 - [`41e0922`](https://github.com/timothycrosley/isort/commit/41e0922a540bd61ad14aa04e69d1ec4fa251c3de) Improve help documentation - [`2408e2e`](https://github.com/timothycrosley/isort/commit/2408e2ec90d3ba0a4b239ddf901c4febb0800be3) Update changelog - [`5660d6a`](https://github.com/timothycrosley/isort/commit/5660d6a67d5c758446f7bb192aad180f4c566073) Fix issue 895 - Additional commits viewable in [compare view](https://github.com/timothycrosley/isort/compare/4.3.4...4.3.15)


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.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #41.