diff --git a/poetry.lock b/poetry.lock index 1d6240e6..049cf82c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -235,13 +235,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "blacken-docs" -version = "1.14.0" +version = "1.15.0" description = "Run Black on Python code blocks in documentation files." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "blacken_docs-1.14.0-py3-none-any.whl", hash = "sha256:fd579c07522d46dc323e4826dfaf8885637d2654936f56e71144682933598812"}, - {file = "blacken_docs-1.14.0.tar.gz", hash = "sha256:1ddda708c9a346ebd70c758d2847b5fd35b3801780261aa23787f19eb5d4d50d"}, + {file = "blacken_docs-1.15.0-py3-none-any.whl", hash = "sha256:020657fd480f9f0a4dc82b9278390891ebd5216992b026e652c5b31d0e9c405d"}, + {file = "blacken_docs-1.15.0.tar.gz", hash = "sha256:2915242add4e584738027b5bebafd4120c174a6c7645e1d8ce1c2f3265edc48a"}, ] [package.dependencies] @@ -1634,4 +1634,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "d1f14c45340f600d27d87f65a8c19246c7723db00ae148fa6cda931656044665" +content-hash = "ea43d931f50063578ae0b83b4529e529fd4b63370ab70cf458c95c9cd31f8cc3" diff --git a/pyproject.toml b/pyproject.toml index e90c201c..92376d6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ yarl = ">=1.6.0" [tool.poetry.dev-dependencies] aresponses = "2.1.6" black = "23.3.0" -blacken-docs = "1.14.0" +blacken-docs = "1.15.0" codespell = "2.2.5" covdefaults = "2.3.0" coverage = {version = "7.2.7", extras = ["toml"]}