commit | 4256610b85314b8c4bc794d889b615e1b8a1c910 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon May 06 18:25:30 2024 +0000 |
committer | GitHub <noreply@github.com> | Mon May 06 18:25:30 2024 +0000 |
tree | 79ff6d8ada0f07f228d3f5b28d7c9771c9706ab3 | |
parent | 006b9bdecdcd16da1ab3f74489dcdc386afa4365 [diff] |
build(deps): bump the pip group across 2 directories with 2 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). Updates `flask` from 1.1.2 to 2.2.5 - [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...2.2.5) Updates `flask` from 2.2.5 to 3.0.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...2.2.5) Updates `jinja2` from 3.0.3 to 3.1.4 - [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.4) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/infra/perfetto.dev/appengine/requirements.txt b/infra/perfetto.dev/appengine/requirements.txt index 9dc4af3..59e38b1 100644 --- a/infra/perfetto.dev/appengine/requirements.txt +++ b/infra/perfetto.dev/appengine/requirements.txt
@@ -1,2 +1,2 @@ -Flask==1.1.2 +Flask==2.2.5 google-cloud-storage
diff --git a/infra/ui.perfetto.dev/appengine/requirements.txt b/infra/ui.perfetto.dev/appengine/requirements.txt index 9aa5a27..109be86 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.0.3 +Jinja2==3.1.4 requests