From fac48adb130ef6a3624a8999fd26b4330aec7b51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 08:26:45 +0000 Subject: [PATCH] Bump rgain3 from 1.0.0 to 1.1.0 in /python_apps/airtime_analyzer Bumps [rgain3](https://github.com/chaudum/rgain) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/chaudum/rgain/releases) - [Changelog](https://github.com/chaudum/rgain3/blob/main/CHANGES.md) - [Commits](https://github.com/chaudum/rgain/compare/1.0...1.1) --- updated-dependencies: - dependency-name: rgain3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python_apps/airtime_analyzer/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_apps/airtime_analyzer/setup.py b/python_apps/airtime_analyzer/setup.py index 0b34477c8..5ab84464a 100644 --- a/python_apps/airtime_analyzer/setup.py +++ b/python_apps/airtime_analyzer/setup.py @@ -23,7 +23,7 @@ setup( "pika>=1.0.0", "file-magic", "requests>=2.7.0", - "rgain3==1.0.0", + "rgain3==1.1.0", "pycairo==1.19.1", ], zip_safe=False,