From 9e5d08b67603809fbc7c9bfd539d5ea2d990579c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:29:01 +0000 Subject: [PATCH] build(deps): bump sqlparse from 0.5.5 to 0.6.0 in /requirements Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.5.5 to 0.6.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.5...0.6.0) --- updated-dependencies: - dependency-name: sqlparse dependency-version: 0.6.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements/development.txt | 74 ++++++++++++++++++++++++++++-------- requirements/testing.txt | 51 +++++++++++++++++-------- 2 files changed, 94 insertions(+), 31 deletions(-) diff --git a/requirements/development.txt b/requirements/development.txt index 16857526..c4a049bc 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -4,19 +4,61 @@ # # make upgrade # -asgiref==3.11.1 # via -r requirements/testing.txt, django -astroid==4.0.4 # via -r requirements/testing.txt, pylint -dill==0.4.1 # via -r requirements/testing.txt, pylint -django==5.2.15 # via -c requirements/common_constraints.txt, -r requirements/testing.txt -iniconfig==2.3.0 # via -r requirements/testing.txt, pytest -isort==8.0.1 # via -r requirements/testing.txt, pylint -mccabe==0.7.0 # via -r requirements/testing.txt, pylint -packaging==26.2 # via -r requirements/testing.txt, pytest -platformdirs==4.10.0 # via -r requirements/testing.txt, pylint -pluggy==1.6.0 # via -r requirements/testing.txt, pytest -pycodestyle==2.14.0 # via -r requirements/testing.txt -pygments==2.20.0 # via -r requirements/testing.txt, pytest -pylint==4.0.6 # via -r requirements/testing.txt -pytest==9.1.1 # via -r requirements/testing.txt -sqlparse==0.5.5 # via -r requirements/testing.txt, django -tomlkit==0.15.0 # via -r requirements/testing.txt, pylint +asgiref==3.11.1 + # via + # -r testing.txt + # django +astroid==4.0.4 + # via + # -r testing.txt + # pylint +dill==0.4.1 + # via + # -r testing.txt + # pylint +django==5.2.17 + # via + # -c common_constraints.txt + # -r testing.txt +iniconfig==2.3.0 + # via + # -r testing.txt + # pytest +isort==8.0.1 + # via + # -r testing.txt + # pylint +mccabe==0.7.0 + # via + # -r testing.txt + # pylint +packaging==26.2 + # via + # -r testing.txt + # pytest +platformdirs==4.10.0 + # via + # -r testing.txt + # pylint +pluggy==1.6.0 + # via + # -r testing.txt + # pytest +pycodestyle==2.14.0 + # via -r testing.txt +pygments==2.20.0 + # via + # -r testing.txt + # pytest +pylint==4.0.6 + # via -r testing.txt +pytest==9.1.1 + # via -r testing.txt +sqlparse==0.6.0 + # via + # -r testing.txt + # django +tomlkit==0.15.0 + # via + # -r testing.txt + # pylint diff --git a/requirements/testing.txt b/requirements/testing.txt index 28ff70ba..4d65a62f 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,18 +4,39 @@ # # make upgrade # -asgiref==3.11.1 # via django -astroid==4.0.4 # via pylint -dill==0.4.1 # via pylint -iniconfig==2.3.0 # via pytest -isort==8.0.1 # via -r requirements/testing.in, pylint -mccabe==0.7.0 # via pylint -packaging==26.2 # via pytest -platformdirs==4.10.0 # via pylint -pluggy==1.6.0 # via pytest -pycodestyle==2.14.0 # via -r requirements/testing.in -pygments==2.20.0 # via pytest -pylint==4.0.6 # via -r requirements/testing.in -pytest==9.1.1 # via -r requirements/testing.in -sqlparse==0.5.5 # via django -tomlkit==0.15.0 # via pylint +asgiref==3.11.1 + # via django +astroid==4.0.4 + # via pylint +dill==0.4.1 + # via pylint +django==5.2.17 + # via + # -c common_constraints.txt + # -r testing.in +iniconfig==2.3.0 + # via pytest +isort==8.0.1 + # via + # -r testing.in + # pylint +mccabe==0.7.0 + # via pylint +packaging==26.2 + # via pytest +platformdirs==4.10.0 + # via pylint +pluggy==1.6.0 + # via pytest +pycodestyle==2.14.0 + # via -r testing.in +pygments==2.20.0 + # via pytest +pylint==4.0.6 + # via -r testing.in +pytest==9.1.1 + # via -r testing.in +sqlparse==0.6.0 + # via django +tomlkit==0.15.0 + # via pylint