From d61fae8cfa4b27e5dae1c27bd245873cf9f5aa9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Oct 2021 18:50:43 +0200 Subject: [PATCH] Bump rgain3 from 1.1.0 to 1.1.1 in /analyzer (#1411) Bumps [rgain3](https://github.com/chaudum/rgain) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/chaudum/rgain/releases) - [Changelog](https://github.com/chaudum/rgain3/blob/1.1.1/CHANGES.md) - [Commits](https://github.com/chaudum/rgain/compare/1.1...1.1.1) --- updated-dependencies: - dependency-name: rgain3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- analyzer/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analyzer/setup.py b/analyzer/setup.py index f7e8cb47f..919afcd5c 100644 --- a/analyzer/setup.py +++ b/analyzer/setup.py @@ -29,7 +29,7 @@ setup( "pika>=1.0.0", "file-magic", "requests>=2.7.0", - "rgain3==1.1.0", + "rgain3==1.1.1", "PyGObject>=3.34.0", # If this version is changed, it needs changing in the install script too "pycairo==1.19.1",