From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 11:50:44 +0000 (+0000) Subject: build(deps): update sqlparse requirement from ~=0.5.0 to ~=0.5.1 X-Git-Tag: v3.2.0~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dfe6991a7bcdb11fd878a087aba314e9fdaa2db;p=thirdparty%2Fpatchwork.git build(deps): update sqlparse requirement from ~=0.5.0 to ~=0.5.1 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.5.0...0.5.1) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- diff --git a/requirements-prod.txt b/requirements-prod.txt index c596bc4a..6e91bfb8 100644 --- a/requirements-prod.txt +++ b/requirements-prod.txt @@ -2,4 +2,4 @@ Django~=5.0.7 djangorestframework~=3.15.0 django-filter~=24.2.0 psycopg2~=2.9.9 -sqlparse~=0.5.0 +sqlparse~=0.5.1 diff --git a/requirements-test.txt b/requirements-test.txt index 242c0222..74dc7dde 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ mysqlclient~=2.2.4 psycopg2-binary~=2.9.9 -sqlparse~=0.5.0 +sqlparse~=0.5.1 python-dateutil~=2.9.0 tblib~=3.0.0 openapi-core~=0.19.2