From 103d6159d13276fe9f2daedab9bd43293803cd93 Mon Sep 17 00:00:00 2001 From: Marco D'Aleo Date: Sat, 17 Jan 2026 16:41:08 +0000 Subject: [PATCH] Relax dependencies to match Fedora 42 packages --- poetry.lock | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4fda07b..8a963f7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -289,4 +289,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "4a5c993fcc16fe3739c43eb00bed750ce0803d45e37c7a786aa0b83bb4930267" +content-hash = "8cfa38f4e2f17dba430ea08f7be3c91890a0c7a4535b69d9565b84d714f589bc" diff --git a/pyproject.toml b/pyproject.toml index c200403..17860f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "chguard" -version = "0.3.1" +version = "0.3.2" description = "Safety-first tool to snapshot and restore filesystem ownership and permissions." authors = ["Marco D'Aleo "] license = "GPL-3.0-or-later" @@ -12,8 +12,8 @@ repository = "https://git.sysmd.uk/guardutils/chguard" python = ">=3.10,<4.0" rich = ">=12" argcomplete = ">=2" -platformdirs = ">=4.5.1" -filelock = ">=3.20.1" +platformdirs = ">=4.2.2" +filelock = ">=3.15.4" [tool.poetry.scripts] chguard = "chguard.cli:main"