From bcc5332e77b9c5e7b61a57aa17262f4e9d62b93b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 18:34:22 +0000 Subject: [PATCH] chore(deps): update docutils requirement from 0.22.3 to 0.22.4 Updates the requirements on [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: docutils dependency-version: 0.22.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c4041e..1f049dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ python = "^3.9" numpy = "2.0.2" pandas = "2.3.3" typing_extensions = "4.15.0" -docutils = "0.22.3" +docutils = "0.22.4" beartype = "0.22.2" reportlab = "4.4.6" typer = "0.20.0"