From abafc5457d87786026e8f9a55b8f4bf7edb1d249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 00:41:32 +0000 Subject: [PATCH] build(deps): update anyio requirement in /.dagger-ci/daggerci Updates the requirements on [anyio](https://github.com/agronholm/anyio) to permit the latest version. - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.3.0...4.4.0) --- updated-dependencies: - dependency-name: anyio 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 a9168c4a..f2c7a2c8 100644 --- a/.dagger-ci/daggerci/requirements.txt +++ b/.dagger-ci/daggerci/requirements.txt @@ -1,4 +1,4 @@ -anyio~=4.3 +anyio~=4.4 dagger-io~=0.11 prettytable~=3.10 pytest~=8.2