From 5e11d82d391063ad2e0a9c805a332314d1811fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 05:34:38 +0000 Subject: [PATCH] Update rollbar requirement from ~=0.15.2 to ~=1.0.0 Updates the requirements on [rollbar](https://github.com/rollbar/pyrollbar) to permit the latest version. - [Release notes](https://github.com/rollbar/pyrollbar/releases) - [Changelog](https://github.com/rollbar/pyrollbar/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollbar/pyrollbar/compare/v0.15.2...v1.0.0) --- updated-dependencies: - dependency-name: rollbar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 536ee634..e176433a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.31.0 qhue~=2.0.1 -rollbar~=0.15.2 +rollbar~=1.0.0 polib Pillow Kodistubs \ No newline at end of file