From 7af5fdd52f5fcffc19787bce7216ce421f1c1068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 21:39:49 +0000 Subject: [PATCH] Bump sqlparse in /python-django-magic-link-example/magic_link_example 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] --- .../magic_link_example/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-django-magic-link-example/magic_link_example/requirements.txt b/python-django-magic-link-example/magic_link_example/requirements.txt index 0ed691c..8539aa0 100644 --- a/python-django-magic-link-example/magic_link_example/requirements.txt +++ b/python-django-magic-link-example/magic_link_example/requirements.txt @@ -5,6 +5,6 @@ Django==4.1.3 idna==2.10 pytz==2021.1 requests==2.25.1 -sqlparse==0.4.2 +sqlparse==0.4.4 urllib3==1.26.5 workos>=1.23.3