Release notes
*Sourced from [isort's releases](https://github.com/timothycrosley/isort/releases).*
> ### 4.3.18 - May 1, 2019 - hotfix release
> - Fixed an issue with parsing files that contain Unicode characters in Python 2
> - Fixed issue [#924](https://github-redirect.dependabot.com/timothycrosley/isort/issues/924) - Pulling in pip internals causes depreciation warning
> - Fixed issue [#938](https://github-redirect.dependabot.com/timothycrosley/isort/issues/938) - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`)
> - Improved interoperability with toml configuration files
Changelog
*Sourced from [isort's changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md).*
> ### 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](https://github-redirect.dependabot.com/timothycrosley/isort/issues/924) - Pulling in pip internals causes depreciation warning
> - Fixed issue [#938](https://github-redirect.dependabot.com/timothycrosley/isort/issues/938) - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`)
> - Improved interoperability with toml configuration files
Commits
- [`35212ac`](https://github.com/timothycrosley/isort/commit/35212ac4656c6943a3355f5314bf8741b297d3b1) Hot-fix Release 4.3.18
- [`d8899b9`](https://github.com/timothycrosley/isort/commit/d8899b9e0ac6d928c1e91b7ea1eefb2913f3c704) Remove 'pip' requirement, as it is no longer required
- [`c798bda`](https://github.com/timothycrosley/isort/commit/c798bda2c80e2eedc982e110839d9839b785051f) Merge pull request [#939](https://github-redirect.dependabot.com/timothycrosley/isort/issues/939) from timothycrosley/feature/implement-938
- [`8f71645`](https://github.com/timothycrosley/isort/commit/8f7164547a857a1024277276b98731ec1ac09493) Tox fixes
- [`e63757d`](https://github.com/timothycrosley/isort/commit/e63757d14e5aa0ccfb1248f8bc44fd2042fae403) Fix issue [#938](https://github-redirect.dependabot.com/timothycrosley/isort/issues/938) - add support for checking file list against skip config
- [`807943e`](https://github.com/timothycrosley/isort/commit/807943e1e711349d1754ef7e9b07859281656471) Merge pull request [#928](https://github-redirect.dependabot.com/timothycrosley/isort/issues/928) from di/use-pip-api
- [`4ba6380`](https://github.com/timothycrosley/isort/commit/4ba63800ffe7599f58c5cebf14d80a9c2bd576e0) Merge pull request [#927](https://github-redirect.dependabot.com/timothycrosley/isort/issues/927) from acjh/patch-1
- [`67bcfe5`](https://github.com/timothycrosley/isort/commit/67bcfe51b04e6d1de779da0eb8f4eaddf067cfb3) Add empty line for valid rst unordered list syntax
- [`a9c7bb3`](https://github.com/timothycrosley/isort/commit/a9c7bb3a4afdd1df318929b045b94fc1cc054cdf) Fix list passed from toml settings
- [`05c3592`](https://github.com/timothycrosley/isort/commit/05c3592dd61af2bce67306097a057f8c7f0a69f2) Merge pull request [#925](https://github-redirect.dependabot.com/timothycrosley/isort/issues/925) from Cluas/fix-python2-stdout-write-unicode-error
- Additional commits viewable in [compare view](https://github.com/timothycrosley/isort/compare/4.3.17...4.3.18)
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.
Bumps isort from 4.3.17 to 4.3.18.
Release notes
*Sourced from [isort's releases](https://github.com/timothycrosley/isort/releases).* > ### 4.3.18 - May 1, 2019 - hotfix release > - Fixed an issue with parsing files that contain Unicode characters in Python 2 > - Fixed issue [#924](https://github-redirect.dependabot.com/timothycrosley/isort/issues/924) - Pulling in pip internals causes depreciation warning > - Fixed issue [#938](https://github-redirect.dependabot.com/timothycrosley/isort/issues/938) - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`) > - Improved interoperability with toml configuration filesChangelog
*Sourced from [isort's changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md).* > ### 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](https://github-redirect.dependabot.com/timothycrosley/isort/issues/924) - Pulling in pip internals causes depreciation warning > - Fixed issue [#938](https://github-redirect.dependabot.com/timothycrosley/isort/issues/938) - Providing a way to filter explicitly passed in files via configuration settings (`--filter-files`) > - Improved interoperability with toml configuration filesCommits
- [`35212ac`](https://github.com/timothycrosley/isort/commit/35212ac4656c6943a3355f5314bf8741b297d3b1) Hot-fix Release 4.3.18 - [`d8899b9`](https://github.com/timothycrosley/isort/commit/d8899b9e0ac6d928c1e91b7ea1eefb2913f3c704) Remove 'pip' requirement, as it is no longer required - [`c798bda`](https://github.com/timothycrosley/isort/commit/c798bda2c80e2eedc982e110839d9839b785051f) Merge pull request [#939](https://github-redirect.dependabot.com/timothycrosley/isort/issues/939) from timothycrosley/feature/implement-938 - [`8f71645`](https://github.com/timothycrosley/isort/commit/8f7164547a857a1024277276b98731ec1ac09493) Tox fixes - [`e63757d`](https://github.com/timothycrosley/isort/commit/e63757d14e5aa0ccfb1248f8bc44fd2042fae403) Fix issue [#938](https://github-redirect.dependabot.com/timothycrosley/isort/issues/938) - add support for checking file list against skip config - [`807943e`](https://github.com/timothycrosley/isort/commit/807943e1e711349d1754ef7e9b07859281656471) Merge pull request [#928](https://github-redirect.dependabot.com/timothycrosley/isort/issues/928) from di/use-pip-api - [`4ba6380`](https://github.com/timothycrosley/isort/commit/4ba63800ffe7599f58c5cebf14d80a9c2bd576e0) Merge pull request [#927](https://github-redirect.dependabot.com/timothycrosley/isort/issues/927) from acjh/patch-1 - [`67bcfe5`](https://github.com/timothycrosley/isort/commit/67bcfe51b04e6d1de779da0eb8f4eaddf067cfb3) Add empty line for valid rst unordered list syntax - [`a9c7bb3`](https://github.com/timothycrosley/isort/commit/a9c7bb3a4afdd1df318929b045b94fc1cc054cdf) Fix list passed from toml settings - [`05c3592`](https://github.com/timothycrosley/isort/commit/05c3592dd61af2bce67306097a057f8c7f0a69f2) Merge pull request [#925](https://github-redirect.dependabot.com/timothycrosley/isort/issues/925) from Cluas/fix-python2-stdout-write-unicode-error - Additional commits viewable in [compare view](https://github.com/timothycrosley/isort/compare/4.3.17...4.3.18)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.