From 341e3092c48c61740c37976a04ca64fdd508d300 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 01:29:34 +0000 Subject: [PATCH] chore(deps): update dependency flake8-isort to v5.0.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d9aa2ca..6ad710f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -155,7 +155,7 @@ importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "flake8-isort" -version = "5.0.0" +version = "5.0.3" description = "flake8 plugin that integrates isort ." category = "dev" optional = false @@ -626,7 +626,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "51f08784b94c1b6c73a39db8bd8c81d3732e3703b6a359a45df23949ff71fccf" +content-hash = "4419311687e0a2b546632216af0ecb51e5678f85693a3b7a1f60131343eae238" [metadata.files] attrs = [ @@ -729,8 +729,8 @@ flake8-eradicate = [ {file = "flake8_eradicate-1.4.0-py3-none-any.whl", hash = "sha256:e3bbd0871be358e908053c1ab728903c114f062ba596b4d40c852fd18f473d56"}, ] flake8-isort = [ - {file = "flake8-isort-5.0.0.tar.gz", hash = "sha256:e336f928c7edc509684930ab124414194b7f4e237c712af8fcbdf49d8747b10c"}, - {file = "flake8_isort-5.0.0-py3-none-any.whl", hash = "sha256:c73f9cbd1bf209887f602a27b827164ccfeba1676801b2aa23cb49051a1be79c"}, + {file = "flake8-isort-5.0.3.tar.gz", hash = "sha256:0951398c343c67f4933407adbbfb495d4df7c038650c5d05753a006efcfeb390"}, + {file = "flake8_isort-5.0.3-py3-none-any.whl", hash = "sha256:8c4ab431d87780d0c8336e9614e50ef11201bc848ef64ca017532dec39d4bf49"}, ] flake8-logging-format = [ {file = "flake8-logging-format-0.8.1.tar.gz", hash = "sha256:fecab361ff1700d4550cedbd3f4475d45eda01fcaa800768c9551d2ced16b780"}, diff --git a/pyproject.toml b/pyproject.toml index 6a84b5a..8a941c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ flake8-blind-except = "0.2.1" flake8-builtins = "2.0.1" flake8-docstrings = "1.6.0" flake8-eradicate = "1.4.0" -flake8-isort = "5.0.0" +flake8-isort = "5.0.3" flake8-logging-format = "0.8.1" flake8-pep3101 = "2.0.0" flake8-polyfill = "1.0.2"