From 17c013229efda8788d389c1dfeafdd9a4c9285a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:01:05 +0200 Subject: [PATCH] build(deps-dev): bump types-docutils (#1142) Bumps [types-docutils](https://github.com/python/typeshed) from 0.22.3.20260518 to 0.22.3.20260712. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-docutils dependency-version: 0.22.3.20260712 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cedeb928..59cc8d70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = [ "types-requests==2.33.0.20260518", # for mypy "pandas-stubs==3.0.3.260530", # for mypy "tokenize-rt==6.2.0", # for mypy - "types-docutils==0.22.3.20260518", # for mypy + "types-docutils==0.22.3.20260712", # for mypy "types-PyYaml==6.0.12.20260518", # for mypy "commitizen==4.16.4", "deprecated==1.3.1", # for commitizen