From 8b9dbc7c1c1900e3c4c93c3d17fa51aea92aecf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:10:07 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /creative/app directory: [flask](https://github.com/pallets/flask), [pyarrow](https://github.com/apache/arrow), [jinja2](https://github.com/pallets/jinja) and [werkzeug](https://github.com/pallets/werkzeug). 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 `pyarrow` from 4.0.0 to 14.0.1 - [Commits](https://github.com/apache/arrow/compare/apache-arrow-4.0.0...go/v14.0.1) Updates `jinja2` from 2.11.2 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/2.11.2...3.1.4) Updates `werkzeug` from 2.0.3 to 3.0.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.0.3...3.0.3) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: pyarrow dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- creative/app/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/creative/app/requirements.txt b/creative/app/requirements.txt index 465a009..d66e68b 100644 --- a/creative/app/requirements.txt +++ b/creative/app/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.1.2 +Flask==2.2.5 Flask-WTF==0.14.3 google-cloud-firestore==2.0.2 Flask-Bootstrap==3.3.7.1 @@ -6,12 +6,12 @@ google-cloud-bigquery==2.14.0 google-cloud-bigquery-storage==2.4.0 pandas==1.2.4 ipython==7.31.1 -pyarrow==4.0.0 +pyarrow==14.0.1 pytest==6.2.3 mock-firestore==0.10.0 Flask-BasicAuth==0.2.0 itsdangerous==2.0.1 -Jinja2==2.11.2 +Jinja2==3.1.4 MarkupSafe==1.1.1 -werkzeug==2.0.3 +werkzeug==3.0.3 protobuf==3.20.*