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 1/2] 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 From 2b7c903fbebbc044045ef89909b34e7fd3d3383a Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 18 Jul 2024 22:31:26 +0000 Subject: [PATCH 2/2] Add automated changelog yaml from template for bot PR --- .changes/unreleased/Dependencies-20240718-223125.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/unreleased/Dependencies-20240718-223125.yaml diff --git a/.changes/unreleased/Dependencies-20240718-223125.yaml b/.changes/unreleased/Dependencies-20240718-223125.yaml new file mode 100644 index 000000000..374b27620 --- /dev/null +++ b/.changes/unreleased/Dependencies-20240718-223125.yaml @@ -0,0 +1,6 @@ +kind: "Dependencies" +body: "Update beartype requirement from <0.18.0 to <0.19.0" +time: 2024-07-18T22:31:25.00000Z +custom: + Author: dependabot[bot] + PR: 1070