From 626940ac7c79428adc77e9128354955ace74fb07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:55:36 +0200 Subject: [PATCH] Bump blacken-docs from 1.13.0 to 1.14.0 (#777) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9034a1e7..b4882231 100644 --- a/poetry.lock +++ b/poetry.lock @@ -256,13 +256,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] @@ -1845,4 +1845,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e23832b70450fcef97e132b280b8a3be719f52fe79ee6039a3eed4ce90fee7e2" +content-hash = "5199ba8bef25b10313df41283d84d2bdac00fbb75dbab75019dd9673b0ebcc44" diff --git a/pyproject.toml b/pyproject.toml index d12e9ebf..85d56f54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ yarl = ">=1.6.0" [tool.poetry.dev-dependencies] aresponses = "^2.1.6" black = "^22.12" -blacken-docs = "^1.13.0" +blacken-docs = "^1.14.0" coverage = {version = "^7.2", extras = ["toml"]} flake8 = "^4.0.1" flake8-docstrings = "^1.7.0"