From 7bb7b865ec5821958a71c83a0daf00a6c6b92ffc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 20:53:45 +0000 Subject: [PATCH] build(deps): bump the pip group across 3 directories with 3 updates Bumps the pip group with 1 update in the /infra/perfetto.dev/appengine directory: [flask](https://github.com/pallets/flask). Bumps the pip group with 2 updates in the /infra/ui.perfetto.dev/appengine directory: [flask](https://github.com/pallets/flask) and [jinja2](https://github.com/pallets/jinja). Bumps the pip group with 2 updates in the /infra/perfetto-get.appspot.com directory: [flask](https://github.com/pallets/flask) and [requests](https://github.com/psf/requests). Updates `flask` from 1.1.2 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/1.1.2...3.1.3) Updates `flask` from 2.2.5 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/1.1.2...3.1.3) Updates `jinja2` from 3.0.3 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.6) Updates `flask` from 3.0.0 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/1.1.2...3.1.3) Updates `requests` from 2.31.0 to 2.32.4 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.4) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- infra/perfetto-get.appspot.com/requirements.txt | 4 ++-- infra/perfetto.dev/appengine/requirements.txt | 2 +- infra/ui.perfetto.dev/appengine/requirements.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/infra/perfetto-get.appspot.com/requirements.txt b/infra/perfetto-get.appspot.com/requirements.txt index 86ffd368dc..ce0ad09094 100644 --- a/infra/perfetto-get.appspot.com/requirements.txt +++ b/infra/perfetto-get.appspot.com/requirements.txt @@ -1,2 +1,2 @@ -Flask==3.0.0 -requests==2.31.0 +Flask==3.1.3 +requests==2.32.4 diff --git a/infra/perfetto.dev/appengine/requirements.txt b/infra/perfetto.dev/appengine/requirements.txt index 9dc4af3060..1849ff23bf 100644 --- a/infra/perfetto.dev/appengine/requirements.txt +++ b/infra/perfetto.dev/appengine/requirements.txt @@ -1,2 +1,2 @@ -Flask==1.1.2 +Flask==3.1.3 google-cloud-storage diff --git a/infra/ui.perfetto.dev/appengine/requirements.txt b/infra/ui.perfetto.dev/appengine/requirements.txt index 9aa5a27e17..ba9a7a9a63 100644 --- a/infra/ui.perfetto.dev/appengine/requirements.txt +++ b/infra/ui.perfetto.dev/appengine/requirements.txt @@ -1,3 +1,3 @@ -Flask==2.2.5 -Jinja2==3.0.3 +Flask==3.1.3 +Jinja2==3.1.6 requests