From cde87eede56ee4801541b598fb6b4827da780a5c Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 12 Aug 2025 00:07:58 +0200 Subject: [PATCH] Update pixi.toml --- pixi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 5334edbe4..08acfa908 100644 --- a/pixi.toml +++ b/pixi.toml @@ -40,8 +40,8 @@ pytest-cov = "*" pluggy = "*" coverage = "*" freezegun = "*" -"dbus-python" = "*" -"requests" = ">=2.25.0,<=2.26.0" +dbus-python = "*" +requests = "*" [environments.default] features = ["test"]