From 735906bf9b2aff6b1bbc66531c6b48ab53c6d243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Sep 2020 07:20:55 +0000 Subject: [PATCH] build(deps): bump isort from 5.5.3 to 5.5.4 Bumps [isort](https://github.com/pycqa/isort) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/5.5.3...5.5.4) 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 6c5efd69..47783e2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -302,7 +302,7 @@ description = "A Python utility / library to sort Python imports." name = "isort" optional = true python-versions = ">=3.6,<4.0" -version = "5.5.3" +version = "5.5.4" [package.extras] colors = ["colorama (>=0.4.3,<0.5.0)"] @@ -679,7 +679,7 @@ checkers = ["bandit", "black", "doc8", "flake8", "flake8-docstrings", "isort", " tests = ["asynctest", "codecov", "pytest", "pytest-aiohttp", "pytest-asyncio", "pytest-cov"] [metadata] -content-hash = "5175d92f58e546153d91e8c98b497939387267750f21cce084d50c2d0d53a393" +content-hash = "a840de00c753772e265b6b9b6263622e9cb9ac3e0142441eda7fa70e72fd0e3d" lock-version = "1.0" python-versions = "^3.6" @@ -826,8 +826,8 @@ iniconfig = [ {file = "iniconfig-1.0.1.tar.gz", hash = "sha256:e5f92f89355a67de0595932a6c6c02ab4afddc6fcdc0bfc5becd0d60884d3f69"}, ] isort = [ - {file = "isort-5.5.3-py3-none-any.whl", hash = "sha256:c16eaa7432a1c004c585d79b12ad080c6c421dd18fe27982ca11f95e6898e432"}, - {file = "isort-5.5.3.tar.gz", hash = "sha256:6187a9f1ce8784cbc6d1b88790a43e6083a6302f03e9ae482acc0f232a98c843"}, + {file = "isort-5.5.4-py3-none-any.whl", hash = "sha256:36f0c6659b9000597e92618d05b72d4181104cf59472b1c6a039e3783f930c95"}, + {file = "isort-5.5.4.tar.gz", hash = "sha256:ba040c24d20aa302f78f4747df549573ae1eaf8e1084269199154da9c483f07f"}, ] mccabe = [ {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, diff --git a/pyproject.toml b/pyproject.toml index 545979e8..4a578d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ codecov = { version = "2.1.9", optional = true } doc8 = { version = "0.8.1", optional = true } flake8 = { version = "3.8.3", optional = true } flake8-docstrings = { version = "1.5.0", optional = true } -isort = { version = "5.5.3", optional = true } +isort = { version = "5.5.4", optional = true } mypy = { version = "0.782", optional = true } pygments = { version = "2.7.1", optional = true } pytest = { version = "6.1.0", optional = true }