From 791fa04bcdabed1374e09a2f0eb4146ddf2c423e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 05:39:22 +0000 Subject: [PATCH] Bump isort from 5.3.0 to 5.4.0 Bumps [isort](https://github.com/timothycrosley/isort) from 5.3.0 to 5.4.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.3.0...5.4.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 cee600c..49a70cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -255,7 +255,7 @@ description = "A Python utility / library to sort Python imports." name = "isort" optional = false python-versions = ">=3.6,<4.0" -version = "5.3.0" +version = "5.4.0" [package.extras] colors = ["colorama (>=0.4.3,<0.5.0)"] @@ -625,7 +625,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["pathlib2", "contextlib2", "unittest2"] [metadata] -content-hash = "3a97d0cbc5eea48f19bfd6c42c51535c9b1625b59c3eb1533d92ed1b99c4ac1c" +content-hash = "e613663323d4caf49b3c25cf0224ce8ce157b410bfeafc6a847642bd405a09a3" python-versions = "^3.6" [metadata.files] @@ -776,8 +776,8 @@ isodate = [ {file = "isodate-0.6.0.tar.gz", hash = "sha256:2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8"}, ] isort = [ - {file = "isort-5.3.0-py3-none-any.whl", hash = "sha256:723de131d9ae9d2561844f0ee525ce33a396a11bcda57174f036ed5ab3d6a122"}, - {file = "isort-5.3.0.tar.gz", hash = "sha256:cdca22530d093ed16983ba52c41560fa0219d1b958e44fd2ae2995dcc7b785be"}, + {file = "isort-5.4.0-py3-none-any.whl", hash = "sha256:32bd1190ae0a5cc45f10fbe3fb85918b17441f8e51db51e67453972e9acb6c96"}, + {file = "isort-5.4.0.tar.gz", hash = "sha256:2426f423a77bfb639ec67cf13ef7cb96f3521772b8831f099a777aae0c9ba571"}, ] jdcal = [ {file = "jdcal-1.4.1-py2.py3-none-any.whl", hash = "sha256:1abf1305fce18b4e8aa248cf8fe0c56ce2032392bc64bbd61b5dff2a19ec8bba"}, diff --git a/pyproject.toml b/pyproject.toml index 9236a73..943371a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ sqlalchemy = "^1.3.0" deepmerge = "==0.1.0" [tool.poetry.dev-dependencies] -isort = "^5.3" +isort = "^5.4" flake8 = "^3.8.3" black = { version = "==19.10b0", allow-prereleases = true } coveralls = "^2.1.1"