From 0484f24f514f6cb665b8686c1e6ae3f4f821d7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:52:59 +0000 Subject: [PATCH] build(deps): Bump grandalf from 0.6 to 0.8 Bumps [grandalf](https://github.com/bdcht/grandalf) from 0.6 to 0.8. - [Commits](https://github.com/bdcht/grandalf/compare/v0.6...v0.8) --- updated-dependencies: - dependency-name: grandalf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9ea3fac01..a7d986fff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ install_requires = voluptuous>=0.11.7 requests>=2.22.0 # See https://github.com/bdcht/grandalf/issues/26 - grandalf==0.6 + grandalf==0.8 distro>=1.3.0 appdirs>=1.4.3 ruamel.yaml>=0.17.11