From cc84a5ec5548f8f6664b0a6a8a4d92413441367f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:08:23 +0000 Subject: [PATCH] Bump sqlparse from 0.4.2 to 0.4.4 in /examples/pyramid Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.4.2...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/pyramid/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pyramid/requirements.txt b/examples/pyramid/requirements.txt index 91c2a9b..c6b918f 100644 --- a/examples/pyramid/requirements.txt +++ b/examples/pyramid/requirements.txt @@ -15,7 +15,7 @@ pytz==2021.3 PyYAML==5.4 requests==2.26.0 simplejson==3.17.6 -sqlparse==0.4.2 +sqlparse==0.4.4 uritemplate==4.1.1 urllib3==1.26.7 pyramid_basemodel==0.5.1