From be36b0e3246149b3464c6a44865669533f91df01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2020 07:11:24 +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 04a1208..03a8e0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -146,7 +146,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)"] @@ -254,7 +254,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "e340cf26965af42abdc65a4609b7bfe68e84cd4c26580ed11645ebc28ed26753" +content-hash = "d7aac67dab442c5a44dbe5d5e859de779350aae9a97f4a2567a13a6c760634d7" python-versions = "^3.6" [metadata.files] @@ -338,8 +338,8 @@ importlib-metadata = [ {file = "importlib_metadata-1.7.0.tar.gz", hash = "sha256:90bb658cdbbf6d1735b6341ce708fc7024a3e14e99ffdc5783edea9f9b077f83"}, ] 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"}, ] mccabe = [ {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, diff --git a/pyproject.toml b/pyproject.toml index 3285770..c59b3ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ requests = "2.*" [tool.poetry.dev-dependencies] coveralls = "^2.1.1" -isort = "^5.2" +isort = "^5.3" flake8 = "^3.8.3" black = { version = "==19.10b0", allow-prereleases = true }