From d557ec91429c35817e9a5cab82c5f8dc37cb376a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 04:09:26 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20blac?= =?UTF-8?q?ken-docs=20to=20v1.14.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a1145b0b..ef5874a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -257,13 +257,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "blacken-docs" -version = "1.13.0" +version = "1.14.0" description = "Run Black on Python code blocks in documentation files." optional = false python-versions = ">=3.7" files = [ - {file = "blacken_docs-1.13.0-py3-none-any.whl", hash = "sha256:455388df506fca04742f36a4a3475630eb7f141cb98acc6070d3c24bcf69cdda"}, - {file = "blacken_docs-1.13.0.tar.gz", hash = "sha256:2babba84a42fb31a1d393dcf5a9a66d9b0657bdc320aec69d9f96301501dba35"}, + {file = "blacken_docs-1.14.0-py3-none-any.whl", hash = "sha256:fd579c07522d46dc323e4826dfaf8885637d2654936f56e71144682933598812"}, + {file = "blacken_docs-1.14.0.tar.gz", hash = "sha256:1ddda708c9a346ebd70c758d2847b5fd35b3801780261aa23787f19eb5d4d50d"}, ] [package.dependencies] @@ -1689,4 +1689,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "af80f090d148d030f46836abdbb275d215c6c3a715c94d2535c02c29e1c40638" +content-hash = "15155cc56d3956fee439ba2c15c69c50add41b8463468cc079d149a48ba88bc9" diff --git a/pyproject.toml b/pyproject.toml index b823a5bc..f19ee82d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Changelog = "https://github.com/frenck/python-wled/releases" [tool.poetry.dev-dependencies] aresponses = "2.1.6" black = "23.3.0" -blacken-docs = "1.13.0" +blacken-docs = "1.14.0" codespell = "2.2.4" covdefaults = "2.3.0" coverage = {version = "7.2.7", extras = ["toml"]}