From 47cc94a1adf0fbb5370db3aff0f45749f7badfe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:49:53 +0000 Subject: [PATCH] Bump beartype from 0.15.0 to 0.17.2 Bumps [beartype](https://github.com/beartype/beartype) from 0.15.0 to 0.17.2. - [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.15.0...v0.17.2) --- updated-dependencies: - dependency-name: beartype dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 66f499ef..36934d3d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -262,13 +262,13 @@ tzdata = ["tzdata"] [[package]] name = "beartype" -version = "0.17.1" +version = "0.17.2" description = "Unbearably fast runtime type checking in pure Python." optional = false python-versions = ">=3.8.0" files = [ - {file = "beartype-0.17.1-py3-none-any.whl", hash = "sha256:583deb076e312f5acc2e2928706af2facab1f4282be775ee619e6f42c290f423"}, - {file = "beartype-0.17.1.tar.gz", hash = "sha256:001df1ce51c76f0a21c2183215b26254b667fd8b688a6cbe8f013907cdaaf9b3"}, + {file = "beartype-0.17.2-py3-none-any.whl", hash = "sha256:c22b21e1f785cfcf5c4d3d13070f532b6243a3ad67e68d2298ff08d539847dce"}, + {file = "beartype-0.17.2.tar.gz", hash = "sha256:e911e1ae7de4bccd15745f7643609d8732f64de5c2fb844e89cbbed1c5a8d495"}, ] [package.extras] @@ -4922,4 +4922,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c198df5261c30fc74ac26017c8c0ccd10f33c6d124a2410fe78c0b213edafc0c" +content-hash = "b5246530b48a96f4e1840d570282c1ef29f72fc0a418c5ac3acf5bd8900441d6" diff --git a/pyproject.toml b/pyproject.toml index 79810573..393a6b91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ colt5-attention = "0.10.19" vector-quantize-pytorch = "1.12.16" tokenmonster = "1.1.12" scipy = "1.9.3" -beartype = "0.17.1" +beartype = "0.17.2" tiktoken = "0.6.0" tqdm = "4.66.1" rich = "13.7.0"