From 78c140a3698249b2f60e1a1a6c20ccaa49fc3a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 22:42:17 +0000 Subject: [PATCH] Bump sqlparse from 0.4.3 to 0.4.4 in /config Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.3 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.3...0.4.4) --- updated-dependencies: - dependency-name: sqlparse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 18 +++++++----------- config/requirements_prod.txt | 28 +++++++--------------------- 2 files changed, 14 insertions(+), 32 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 5cf0a386..a0ed5b6b 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -15,7 +15,7 @@ charset-normalizer==2.1.1 click==8.1.3 # via pip-tools django==3.2.16 - # via -r ./config/requirements.in + # via -r requirements.in idna==3.4 # via requests packaging==23.0 @@ -23,23 +23,19 @@ packaging==23.0 pep517==0.13.0 # via build pip-tools==6.12.1 - # via -r ./config/requirements.in + # via -r requirements.in pymysql==1.0.2 - # via -r ./config/requirements.in + # via -r requirements.in pytz==2022.7 # via django requests==2.28.1 - # via -r ./config/requirements.in + # via -r requirements.in shellvars-py @ git+https://github.com/birkin/shellvars-py.git - # via -r ./config/requirements.in + # via -r requirements.in sqlalchemy==1.3.12 - # via -r ./config/requirements.in -sqlparse==0.4.3 + # via -r requirements.in +sqlparse==0.4.4 # via django -tomli==2.0.1 - # via - # build - # pep517 urllib3==1.26.13 # via requests wheel==0.38.4 diff --git a/config/requirements_prod.txt b/config/requirements_prod.txt index bf76b1a6..5bb9f5fd 100644 --- a/config/requirements_prod.txt +++ b/config/requirements_prod.txt @@ -14,43 +14,29 @@ charset-normalizer==2.0.12 click==8.0.4 # via pip-tools django==3.2.16 - # via -r ./temp_requirements.in + # via -r requirements_prod.in idna==3.4 # via requests -importlib-metadata==4.8.3 - # via - # click - # pep517 pep517==0.13.0 # via pip-tools pip-tools==6.4.0 - # via -r ./temp_requirements.in + # via -r requirements_prod.in pymysql==1.0.2 - # via -r ./temp_requirements.in + # via -r requirements_prod.in pytz==2022.7.1 # via django requests==2.27.1 - # via -r ./temp_requirements.in + # via -r requirements_prod.in shellvars-py @ git+https://github.com/birkin/shellvars-py.git - # via -r ./temp_requirements.in + # via -r requirements_prod.in sqlalchemy==1.3.12 - # via -r ./temp_requirements.in -sqlparse==0.4.3 + # via -r requirements_prod.in +sqlparse==0.4.4 # via django -tomli==1.2.3 - # via pep517 -typing-extensions==4.1.1 - # via - # asgiref - # importlib-metadata urllib3==1.26.14 # via requests wheel==0.37.1 # via pip-tools -zipp==3.6.0 - # via - # importlib-metadata - # pep517 # The following packages are considered to be unsafe in a requirements file: # pip