From 519b72ef98f2a393b0dc2521703d18397b36bbe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Oct 2021 17:15:43 +0200 Subject: [PATCH] Bump sqlparse from 0.4.0 to 0.4.2 (#5) Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.0 to 0.4.2. - [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.0...0.4.2) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88c9807..9786770 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ multidict==5.1.0 python-dotenv==0.14.0 pytz==2020.1 requests==2.25.1 -sqlparse==0.4.0 +sqlparse==0.4.2 twitchio==2.0.6 typing-extensions==3.7.4.3 urllib3==1.26.5 -- GitLab