From c8a0a4a51cd6c13084934efb11bd1b4e3bf096ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:45:35 +0000 Subject: [PATCH] Bump flake8-simplify from 0.20.0 to 0.21.0 Bumps [flake8-simplify](https://github.com/MartinThoma/flake8-simplify) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/MartinThoma/flake8-simplify/releases) - [Changelog](https://github.com/MartinThoma/flake8-simplify/blob/main/CHANGELOG.md) - [Commits](https://github.com/MartinThoma/flake8-simplify/commits/0.21.0) --- updated-dependencies: - dependency-name: flake8-simplify dependency-type: direct:development update-type: version-update:semver-minor ... 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 0ba6ec4..f0797c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -639,13 +639,13 @@ flake8 = "*" [[package]] name = "flake8-simplify" -version = "0.20.0" +version = "0.21.0" description = "flake8 plugin which checks for code that can be simplified" optional = false python-versions = ">=3.6.1" files = [ - {file = "flake8_simplify-0.20.0-py3-none-any.whl", hash = "sha256:599a47824726c93fadcf0274e569daed45052e38cd906360d9080eaa3bd76d61"}, - {file = "flake8_simplify-0.20.0.tar.gz", hash = "sha256:7b8796bbea8aed45f56621c389d0556cc86f0afa5d992581139451240a8fbeca"}, + {file = "flake8_simplify-0.21.0-py3-none-any.whl", hash = "sha256:439391e762a9370b371208add0b5c5c40c3d25a98e1f5421d263215d08194183"}, + {file = "flake8_simplify-0.21.0.tar.gz", hash = "sha256:c95ff1dcc1de5949af47e0087cbf1164445881131b15bcd7a71252670f492f4d"}, ] [package.dependencies] @@ -1735,4 +1735,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "b739e50d296730bff78591a61796bbb84bf64b4a464327b24350f13b295ecd3c" +content-hash = "f80bf7cb7fda1012d7aebee276a233e9eafb55aeb6768d13879972f2fa7b58c5" diff --git a/pyproject.toml b/pyproject.toml index fa1a8c2..53c9d15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8-comprehensions = "^3.14.0" flake8-docstrings = "^1.7.0" flake8-eradicate = "^1.4.0" flake8-markdown = "^0.3.0" -flake8-simplify = "^0.20.0" +flake8-simplify = "^0.21.0" isort = "^5.10.1" pre-commit = "^3.4.0" pre-commit-hooks = "^4.4.0"