From a661a0a48c92c8734ce018e806c3a6e32e765e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 05:58:02 +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 53e70fea..9455807e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 -rollbar~=0.15.2 +rollbar~=1.0.0 polib~=1.2.0 Pillow~=10.1.0 Kodistubs~=20.0.1