From 55a681287ebb2be69cc8959dc83953a5beb6b2a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 17:15:46 +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. - [Release notes](https://github.com/bdcht/grandalf/releases) - [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 544cdc68f6..cbffbeb0d8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,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