From 3697bed1a85f23557dfdf90929ad2dd680cdd105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:58:56 +0000 Subject: [PATCH] build(deps): update dagger-io requirement in /.dagger-ci/daggerci Updates the requirements on [dagger-io](https://github.com/dagger/dagger) to permit the latest version. - [Release notes](https://github.com/dagger/dagger/releases) - [Changelog](https://github.com/dagger/dagger/blob/main/CHANGELOG.md) - [Commits](https://github.com/dagger/dagger/compare/v0.14.0...v0.15.1) --- updated-dependencies: - dependency-name: dagger-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .dagger-ci/daggerci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dagger-ci/daggerci/requirements.txt b/.dagger-ci/daggerci/requirements.txt index 64677e98..0bee649b 100644 --- a/.dagger-ci/daggerci/requirements.txt +++ b/.dagger-ci/daggerci/requirements.txt @@ -1,5 +1,5 @@ anyio~=4.7 -dagger-io~=0.14 +dagger-io~=0.15 prettytable~=3.12 pytest~=8.3 pytest-benchmark~=5.1