From 5ea8bbe348fea1e34e7c4d204e7732cd7b92894c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 17 Feb 2024 02:38:37 +0000 Subject: [PATCH] Update dependency types-docutils to v0.20.0.20240201 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2a7cbe15..15f7b867 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1044,13 +1044,13 @@ files = [ [[package]] name = "types-docutils" -version = "0.20.0.20240106" +version = "0.20.0.20240201" description = "Typing stubs for docutils" optional = false python-versions = ">=3.8" files = [ - {file = "types-docutils-0.20.0.20240106.tar.gz", hash = "sha256:03992ec976fbe080db588e1e56a83c5e4aba5c733022b25bb26cb84397b96049"}, - {file = "types_docutils-0.20.0.20240106-py3-none-any.whl", hash = "sha256:d408f9305761905b157ea3cb80f53d4026bce7d4cc47312939118715467d0278"}, + {file = "types-docutils-0.20.0.20240201.tar.gz", hash = "sha256:ba4bfd4ff6dd19640ba7ab5d93900393a65897880f3650997964a943f4e79a6b"}, + {file = "types_docutils-0.20.0.20240201-py3-none-any.whl", hash = "sha256:79d3bcef235f7c81a63f4f3dcf1d0b138985079bb32d02f5a7d266e1f9f361ba"}, ] [[package]] @@ -1099,4 +1099,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c30cf161c3f0e6042b74be66befd816119e57c33c776ede1653e54d323d9a2e2" +content-hash = "ebf5f49576e65c023c525360c373c236a3726a3751a8abb7c06b05f0699e7bbc" diff --git a/pyproject.toml b/pyproject.toml index 10450350..91a141bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ mypy = "1.8.0" pytest = "8.0.1" pytest-cov = "4.1.0" sphinxcontrib-autoprogram = "0.1.8" -types-docutils = "0.20.0.20240106" +types-docutils = "0.20.0.20240201" pylint = "^3.0.0" furo = "^2024.0.0" setuptools = "^69.0.3"