From bccd3647fc2dd3500ddde740cdb343812a97e4f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 22:55:47 +0000 Subject: [PATCH] Update beartype requirement from <0.18.0 to <0.20.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](https://github.com/beartype/beartype/compare/v0.1.0...v0.19.0) --- updated-dependencies: - dependency-name: beartype dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dagger/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dagger/requirements.txt b/dagger/requirements.txt index f150e3093..e3a0fffa3 100644 --- a/dagger/requirements.txt +++ b/dagger/requirements.txt @@ -1,3 +1,3 @@ -beartype<0.18.0 +beartype<0.20.0 dagger-io~=0.9.7 python-dotenv