From ecee20462431ebc9c59dab3f0fb3d5c852293baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 21:39:45 +0000 Subject: [PATCH] Bump sqlparse in /python-django-admin-portal-example/workos_django 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] --- .../workos_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-django-admin-portal-example/workos_django/requirements.txt b/python-django-admin-portal-example/workos_django/requirements.txt index 6d422c9..864f0bf 100644 --- a/python-django-admin-portal-example/workos_django/requirements.txt +++ b/python-django-admin-portal-example/workos_django/requirements.txt @@ -5,7 +5,7 @@ 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 python-dotenv