From 53c071e9617479bbfb1c8a3c1d6f147704774755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:47:56 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Updates the requirements on [flask](https://github.com/pallets/flask) and [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. Updates `flask` to 3.1.0 - [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/2.1.2...3.1.0) Updates `gunicorn` to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...23.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- grizzly_data_lineage/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grizzly_data_lineage/requirements.txt b/grizzly_data_lineage/requirements.txt index 89699d9..df4cb7f 100644 --- a/grizzly_data_lineage/requirements.txt +++ b/grizzly_data_lineage/requirements.txt @@ -1,9 +1,9 @@ -Flask~=2.1.2 +Flask~=3.1.0 mo-sql-parsing PyYAML~=6.0 Jinja2~=3.1.2 python-dotenv~=0.20.0 -gunicorn~=20.1.0 +gunicorn~=23.0.0 google-cloud-bigquery~=3.2.0 google-auth~=2.9.0 sql-formatter \ No newline at end of file