From 7b7b267ab44958fb777d9404b03a1ba5992fb95e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Oct 2021 07:20:16 +0000 Subject: [PATCH] Bump flake8-markdown from 0.2.0 to 0.3.0 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] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8361c81..d46cea0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -371,14 +371,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" @@ -926,7 +926,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "22185d77fcb6e526b38c499ac57053c25480c9dfcbbb28ee1699cbc80dc38c93" +content-hash = "7f5cebe65f0bd378fa097c6333bcafaea7c78d0f3d100bd6aa625c224f5e979c" [metadata.files] aiohttp = [ @@ -1118,8 +1118,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 acc2d96..54f1d26 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.7.0" safety = "^1.10.3" codespell = "^2.1.0"