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.16 #41

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps isort from 4.3.4 to 4.3.16.

Release notes *Sourced from [isort's releases](https://github.com/timothycrosley/isort/releases).* > ### 4.3.16 - March 23, 2019 - hot fix release > - Fixed issue [#909](https://github-redirect.dependabot.com/timothycrosley/isort/issues/909) - skip and skip-glob are not enforced when using settings-path. > - Fixed issue [#907](https://github-redirect.dependabot.com/timothycrosley/isort/issues/907) - appdirs optional requirement does not correctly specify version > - Fixed issue [#902](https://github-redirect.dependabot.com/timothycrosley/isort/issues/902) - Too broad warning about missing toml package > - Fixed issue [#778](https://github-redirect.dependabot.com/timothycrosley/isort/issues/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](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 > ... (truncated)
Changelog *Sourced from [isort's changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md).* > ### 4.3.16 - March 23, 2019 - hot fix release > - Fixed issue [#909](https://github-redirect.dependabot.com/timothycrosley/isort/issues/909) - skip and skip-glob are not enforced when using settings-path. > - Fixed issue [#907](https://github-redirect.dependabot.com/timothycrosley/isort/issues/907) - appdirs optional requirement does not correctly specify version > - Fixed issue [#902](https://github-redirect.dependabot.com/timothycrosley/isort/issues/902) - Too broad warning about missing toml package > - Fixed issue [#778](https://github-redirect.dependabot.com/timothycrosley/isort/issues/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](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. > ... (truncated)
Commits - [`7d8244f`](https://github.com/timothycrosley/isort/commit/7d8244fb16abf8497bf3d15fb4fce8768a58f4c4) Bump version to 4.3.16 - [`007dabd`](https://github.com/timothycrosley/isort/commit/007dabd186d7ce6cdfe7e95642e511312fe53b7d) Merge pull request [#913](https://github-redirect.dependabot.com/timothycrosley/isort/issues/913) from timothycrosley/feature/fix-issue-902 - [`3387661`](https://github.com/timothycrosley/isort/commit/338766195cad9ebd2b3b2c974f3549da4666e2b9) Merge branch 'master' into feature/fix-issue-902 - [`cd653c3`](https://github.com/timothycrosley/isort/commit/cd653c3115aa8da993fb4e9f722f2cb9780199c0) Merge pull request [#912](https://github-redirect.dependabot.com/timothycrosley/isort/issues/912) from timothycrosley/feature/fix-issue-907 - [`675d235`](https://github.com/timothycrosley/isort/commit/675d23535ffd76a702827c06d5b97740a224c0c5) Merge branch 'master' into feature/fix-issue-907 - [`a760cd4`](https://github.com/timothycrosley/isort/commit/a760cd4781a6fea6924a53b0b75d84dda3e8caf3) Merge branch 'master' into feature/fix-issue-902 - [`136b8d9`](https://github.com/timothycrosley/isort/commit/136b8d90b397fcbcad4e243b1ea75589bf0c565b) Merge pull request [#900](https://github-redirect.dependabot.com/timothycrosley/isort/issues/900) from timothycrosley/feature/fix-issue-778 - [`43f204e`](https://github.com/timothycrosley/isort/commit/43f204e74775480667eeb504ef2be649c06791eb) Only warn if tool.isort section found - [`9098463`](https://github.com/timothycrosley/isort/commit/90984631b99e27095829a3abcceb279fb7b12032) Fix issue [#907](https://github-redirect.dependabot.com/timothycrosley/isort/issues/907), adding minimal appdirs requirement version - [`da01262`](https://github.com/timothycrosley/isort/commit/da01262b8f03b70e889d3b1255e041978f6d40d9) Merge pull request [#911](https://github-redirect.dependabot.com/timothycrosley/isort/issues/911) from timothycrosley/feature/fix-issue-909 - Additional commits viewable in [compare view](https://github.com/timothycrosley/isort/compare/4.3.4...4.3.16)


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 #44.