From 82fd843d7f68f8401fe37a220a9f8e9900761261 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:39:22 +0000 Subject: [PATCH] Bump sqlparse in /examples/dataflow-xml-pubsub-to-gcs/python Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.3...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/dataflow-xml-pubsub-to-gcs/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dataflow-xml-pubsub-to-gcs/python/requirements.txt b/examples/dataflow-xml-pubsub-to-gcs/python/requirements.txt index dbc9abfcd9..d18a4f5cf1 100644 --- a/examples/dataflow-xml-pubsub-to-gcs/python/requirements.txt +++ b/examples/dataflow-xml-pubsub-to-gcs/python/requirements.txt @@ -54,7 +54,7 @@ regex==2022.10.31 requests==2.28.2 rsa==4.9 six==1.16.0 -sqlparse==0.4.3 +sqlparse==0.5.0 typing_extensions==4.5.0 urllib3==1.26.18 zstandard==0.20.0