From c8b7f3a0fa0f6c4c5fb2626a6035f4df3cf1d326 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:34:10 +0000 Subject: [PATCH] Update sqlparse requirement from <0.5 to <0.6 Updates the requirements on [sqlparse](https://github.com/andialbrecht/sqlparse) to permit the latest version. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.1.0...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 960193e4..3309e5fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ dependencies = [ "python-dotenv<2", "python-slugify<9", "sqlalchemy", - "sqlparse<0.5", + "sqlparse<0.6", 'typing-extensions<5; python_version <= "3.7"', ] [project.optional-dependencies]