diff --git a/poetry.lock b/poetry.lock index ce615b0..1fead26 100644 --- a/poetry.lock +++ b/poetry.lock @@ -236,13 +236,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] @@ -1468,4 +1468,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ded4967bbc5f61aa558069a953c1ee57f816a2237f2f4982e220c1af309c8507" +content-hash = "b367b51cd5ca79e4eb477966de64efa716da9a631e555c321cfd50f19f3601fe" diff --git a/pyproject.toml b/pyproject.toml index 250696a..cdcec62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Changelog = "https://github.com/klaasnicolaas/python-odp-gent/releases" ruff = "0.0.277" aresponses = "2.1.6" black = "23.3.0" -blacken-docs = "1.14.0" +blacken-docs = "1.15.0" codespell = "2.2.5" coverage = {version = "7.2.7", extras = ["toml"]} mypy = "1.4.1"