From b20f9ac94741f786b658233d5fea82ef0e833348 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:16:52 +0000 Subject: [PATCH] Update dependency xdg to v6 --- cli/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 1b2ba197..f94c9070 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -12,7 +12,7 @@ readme = "README.rst" dependencies = [ "PyYAML", "requests", - "xdg<5.2", + "xdg<6.1", ] dynamic = ["version"]