From 1c1c6f247a20474ce29bf7fb11994a03a0e61fd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:14:17 +0200 Subject: [PATCH] Bump flake8-markdown from 0.2.0 to 0.3.0 (#57) Bumps [flake8-markdown](https://github.com/johnfraney/flake8-markdown) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/johnfraney/flake8-markdown/releases) - [Commits](https://github.com/johnfraney/flake8-markdown/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: flake8-markdown dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1487c60d..705b41ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -367,14 +367,14 @@ flake8 = ">=3.5,<4.0" [[package]] name = "flake8-markdown" -version = "0.2.0" +version = "0.3.0" description = "Lints Python code blocks in Markdown files using flake8" category = "dev" optional = false python-versions = ">=3.6,<4.0" [package.dependencies] -flake8 = ">=3.7,<4.0" +flake8 = ">=3.0,<5.0" [[package]] name = "flake8-polyfill" @@ -922,7 +922,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "2b403ba9ea3aebc1ec6476e6710da920be927a09861bb01a909a6a5de4ec9e2e" +content-hash = "faf94760eb6a02a4b85c726ed90930222ff0b1e6b4bd0e075e46cdfa94649275" [metadata.files] aiohttp = [ @@ -1114,8 +1114,8 @@ flake8-eradicate = [ {file = "flake8_eradicate-1.1.0-py3-none-any.whl", hash = "sha256:d8e39b684a37c257a53cda817d86e2d96c9ba3450ddc292742623a5dfee04d9e"}, ] flake8-markdown = [ - {file = "flake8-markdown-0.2.0.tar.gz", hash = "sha256:bca29422c66815c2f360fea3efce7356d42832e925d8ceb0525983f4e94a591c"}, - {file = "flake8_markdown-0.2.0-py3-none-any.whl", hash = "sha256:6727f28c71b941f0026bc7e08675a71002bfbf69018317bcec81e0502a33db3f"}, + {file = "flake8-markdown-0.3.0.tar.gz", hash = "sha256:5b54f143c9568da11a9d74ce5e580e96685fe758a14933f140c6d7006041fafd"}, + {file = "flake8_markdown-0.3.0-py3-none-any.whl", hash = "sha256:122705b8b26b1523c5a225a728743393d254394e142680e4af17f930cdd87386"}, ] flake8-polyfill = [ {file = "flake8-polyfill-1.0.2.tar.gz", hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"}, diff --git a/pyproject.toml b/pyproject.toml index e43c990d..8dafd5fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ flake8-bugbear = "^21.9.2" flake8-builtins = "^1.5.3" flake8-comprehensions = "^3.7.0" flake8-eradicate = "^1.1.0" -flake8-markdown = "^0.2.0" +flake8-markdown = "^0.3.0" darglint = "^1.8.1" safety = "^1.10.3" codespell = "^2.1.0"