From 1062dc65a898afc1049f5b058ed245af4669523a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:29:33 +0000 Subject: [PATCH] build(deps): update sqlparse requirement from ~=0.5.1 to ~=0.5.3 Updates the requirements on [sqlparse](https://github.com/andialbrecht/sqlparse) to permit the latest version. - [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.5.1...0.5.3) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-prod.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prod.txt b/requirements-prod.txt index 4bd824a7..b5ccd410 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -2,4 +2,4 @@ Django~=5.1.0 djangorestframework~=3.15.0 django-filter~=24.3.0 psycopg2~=2.9.10 -sqlparse~=0.5.1 +sqlparse~=0.5.3 diff --git a/requirements-test.txt b/requirements-test.txt index 1371abd3..eb3d2e34 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ mysqlclient~=2.2.5 psycopg2-binary~=2.9.9 -sqlparse~=0.5.1 +sqlparse~=0.5.3 python-dateutil~=2.9.0 tblib~=3.0.0 openapi-core~=0.19.2