From 75874c1d9b3f19e3b980314770b2a41beb7a355f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 07:10:35 +0000 Subject: [PATCH] Bump isort from 5.2.2 to 5.3.0 Bumps [isort](https://github.com/timothycrosley/isort) from 5.2.2 to 5.3.0. - [Release notes](https://github.com/timothycrosley/isort/releases) - [Changelog](https://github.com/timothycrosley/isort/blob/develop/CHANGELOG.md) - [Commits](https://github.com/timothycrosley/isort/compare/5.2.2...5.3.0) Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 71dbd5e..5133399 100644 --- a/poetry.lock +++ b/poetry.lock @@ -185,7 +185,7 @@ description = "A Python utility / library to sort Python imports." name = "isort" optional = false python-versions = ">=3.6,<4.0" -version = "5.2.2" +version = "5.3.0" [package.extras] colors = ["colorama (>=0.4.3,<0.5.0)"] @@ -333,7 +333,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "95216019daac048c1f5551e64ba788cf40a2723eacb43f87b1cb11468bda12e4" +content-hash = "6cbb52114483cbd53f3a39f14e889cf41f4cf9b16b92d5109bc5c96904846f5d" python-versions = "^3.6" [metadata.files] @@ -452,8 +452,8 @@ importlib-metadata = [ {file = "importlib_metadata-1.6.0.tar.gz", hash = "sha256:34513a8a0c4962bc66d35b359558fd8a5e10cd472d37aec5f66858addef32c1e"}, ] isort = [ - {file = "isort-5.2.2-py3-none-any.whl", hash = "sha256:aea484023188ef1c38256dd24afa96e914adafe3a911a1786800a74e433006d1"}, - {file = "isort-5.2.2.tar.gz", hash = "sha256:96b27045e3187b9bdde001143b79f9b10a462f372bff7062302818013b6c86f3"}, + {file = "isort-5.3.0-py3-none-any.whl", hash = "sha256:723de131d9ae9d2561844f0ee525ce33a396a11bcda57174f036ed5ab3d6a122"}, + {file = "isort-5.3.0.tar.gz", hash = "sha256:cdca22530d093ed16983ba52c41560fa0219d1b958e44fd2ae2995dcc7b785be"}, ] markdown2 = [ {file = "markdown2-2.3.9-py2.py3-none-any.whl", hash = "sha256:e6b401ec80b75e76a6b3dbb2c8ade513156fa55fa6c30b9640a1abf6184a07c8"}, diff --git a/pyproject.toml b/pyproject.toml index 981bfb0..0a8a070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ cffi = "^1.0.0" refract = "==0.4.0" [tool.poetry.dev-dependencies] -isort = "^5.2" +isort = "^5.3" flake8 = "^3.8.3" black = { version = "==19.10b0", allow-prereleases = true } coveralls = "^2.1.1"