From e2cf0174ae0cce617c407139d4a6405c0123e82e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 23:47:28 -0700 Subject: [PATCH] dependencies(deps): update xattr requirement (#14) Updates the requirements on [xattr](https://github.com/xattr/xattr) to permit the latest version. - [Release notes](https://github.com/xattr/xattr/releases) - [Changelog](https://github.com/xattr/xattr/blob/main/CHANGES.txt) - [Commits](https://github.com/xattr/xattr/compare/v0.10.1...v1.1.0) --- updated-dependencies: - dependency-name: xattr dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e8e64b6..a498183 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "powercli >=0.3.0, <1", "PyYAML >=6.0.1, <7", "tqdm >=4.66.1, <5", - "xattr >=0.10.1, <1", + "xattr >=0.10.1, <2", ] [project.optional-dependencies]