From dd691444e691bfb67043cea73f672a279e927f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 18:14:15 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [flask](https://github.com/pallets/flask) and [simplejson](https://github.com/simplejson/simplejson). Updates `flask` from 0.9 to 3.1.3 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/0.9...3.1.3) Updates `simplejson` from 2.0.9 to 2.6.1 - [Release notes](https://github.com/simplejson/simplejson/releases) - [Changelog](https://github.com/simplejson/simplejson/blob/master/CHANGES.txt) - [Commits](https://github.com/simplejson/simplejson/compare/v2.0.9...v2.6.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: simplejson dependency-version: 2.6.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 82f9822f..161311d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ redis==2.7.2 hiredis==0.1.1 python-daemon==1.6 -flask==0.9 -simplejson==2.0.9 +flask==3.1.3 +simplejson==2.6.1 unittest2 mock #python-simple-hipchat