Skip to content

Commit 2c52e75

Browse files
chore(deps): update beartype requirement from 0.20.2 to 0.21.0
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](beartype/beartype@v0.20.2...v0.21.0) --- updated-dependencies: - dependency-name: beartype dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0ebbf2 commit 2c52e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ python = "^3.9"
3434
numpy = "2.0.2"
3535
pandas = "2.2.2"
3636
typing_extensions = "4.13.2"
37-
beartype = "0.20.2"
37+
beartype = "0.21.0"
3838
docutils = "0.21.2"
3939
reportlab = "4.4.1"
4040
typer = "0.15.3"

0 commit comments

Comments
 (0)