From 5c4585d56f19e694f0820dde7f70f3a7d74705e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:21:39 +0000 Subject: [PATCH] Update foamlib requirement in /tests Updates the requirements on [foamlib](https://github.com/gerlero/foamlib) to permit the latest version. - [Release notes](https://github.com/gerlero/foamlib/releases) - [Commits](https://github.com/gerlero/foamlib/compare/v0.1.0...v0.5.0) --- updated-dependencies: - dependency-name: foamlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 874a8a0..a0e33b0 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,3 +1,3 @@ pytest>=7,<7.3 pytest-asyncio-cooperative>=0.37.0,<0.38 -foamlib>=0.1.0,<0.5.0 +foamlib>=0.1.0,<0.6.0