From 0ac716a4b9d2b5c475b6a84c7e6a28b5146397c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:31:07 +0000 Subject: [PATCH] Update beartype requirement from <0.18.0 to <0.19.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.18.5) --- 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..63b96f325 100644 --- a/dagger/requirements.txt +++ b/dagger/requirements.txt @@ -1,3 +1,3 @@ -beartype<0.18.0 +beartype<0.19.0 dagger-io~=0.9.7 python-dotenv