From 1d778ab0849b74fc68e6ae5442f9c03dcfad8a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:16:33 +0000 Subject: [PATCH] chore(deps): update beartype requirement from 0.21.0 to 0.22.2 Updates the requirements on [beartype](https://github.com/beartype/beartype) to permit the latest version. - [Release notes](https://github.com/beartype/beartype/releases) - [Changelog](https://github.com/beartype/beartype/blob/main/doc/RELEASE.rst) - [Commits](https://github.com/beartype/beartype/compare/v0.21.0...v0.22.2) --- updated-dependencies: - dependency-name: beartype dependency-version: 0.22.2 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 cdd78f3..9be5da7 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" -beartype = "0.21.0" +beartype = "0.22.2" docutils = "0.22.2" reportlab = "4.4.4" typer = "0.19.2"