From b81e90a46e54c05f66157db40967745745d70bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:09:39 +0000 Subject: [PATCH] pip runtime: bump beartype from 0.18.5 to 0.19.0 Bumps [beartype](https://github.com/beartype/beartype) from 0.18.5 to 0.19.0. - [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.18.5...v0.19.0) --- updated-dependencies: - dependency-name: beartype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e9c3d01..06ef4ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ colorama==0.4.6 PyYAML==6.0.2 boltons==24.0.0 click==8.1.7 -beartype==0.18.5 +beartype==0.19.0 importlib-resources importlib-metadata backports.zoneinfo[tzdata];python_version<"3.9" \ No newline at end of file