diff --git a/poetry.lock b/poetry.lock index 8bed297..3ebd0b1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -287,13 +287,13 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "blacken-docs" -version = "1.15.0" +version = "1.16.0" description = "Run Black on Python code blocks in documentation files." optional = false python-versions = ">=3.8" files = [ - {file = "blacken_docs-1.15.0-py3-none-any.whl", hash = "sha256:020657fd480f9f0a4dc82b9278390891ebd5216992b026e652c5b31d0e9c405d"}, - {file = "blacken_docs-1.15.0.tar.gz", hash = "sha256:2915242add4e584738027b5bebafd4120c174a6c7645e1d8ce1c2f3265edc48a"}, + {file = "blacken_docs-1.16.0-py3-none-any.whl", hash = "sha256:b0dcb84b28ebfb352a2539202d396f50e15a54211e204a8005798f1d1edb7df8"}, + {file = "blacken_docs-1.16.0.tar.gz", hash = "sha256:b4bdc3f3d73898dfbf0166f292c6ccfe343e65fc22ddef5319c95d1a8dcc6c1c"}, ] [package.dependencies] @@ -2002,4 +2002,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "fdd835f3573cc93cd2b8845a456d261f4033c98eb14ef8a07d553140c75b5629" +content-hash = "9ea5fc5917edb45a000ff812b063400e248e75817e4a7233dad2c80f6a61788c" diff --git a/pyproject.toml b/pyproject.toml index f525d69..44c4d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ python = "^3.8" aresponses = "^2.1.6" bandit = "^1.7.5" black = "^22.12" -blacken-docs = "^1.15.0" +blacken-docs = "^1.16.0" codespell = "^2.2.5" coverage = {version = "^7.3", extras = ["toml"]} darglint = "^1.8.1"