From 85e0cd81539af422226a533e5a53525be7273000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 02:04:54 +0000 Subject: [PATCH 1/2] build(deps-dev): 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be602a1932..b60eef0ff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "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", From 078f6fe371f79251bb909e348fcf110b993ad77a Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Wed, 11 Jan 2023 08:44:06 +0545 Subject: [PATCH 2/2] Unpin grandalf See https://github.com/bdcht/grandalf/issues/26#issuecomment-1378175273. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b60eef0ff3..f29f91fbbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,7 @@ dependencies = [ "configobj>=5.0.6", "voluptuous>=0.11.7", "requests>=2.22.0", - # See https://github.com/bdcht/grandalf/issues/26 - "grandalf==0.8", + "grandalf>=0.6,<1", "distro>=1.3.0", "appdirs>=1.4.3", "ruamel.yaml>=0.17.11",