From fae807e61673d5d33325f664e8acc0b8beb80a74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:53:01 +0000 Subject: [PATCH] Bump sqlparse from 0.3.1 to 0.5.0 Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.3.1 to 0.5.0. - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.3.1...0.5.0) --- updated-dependencies: - dependency-name: sqlparse dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8c2a017..7e45d09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,30 +2,23 @@ asgiref==3.2.7 attrs==19.3.0 certifi==2020.4.5.1 chardet==3.0.4 -Django==3.0.14 +django==3.0.14 django-filter==2.3.0 djangorestframework==3.11.2 -djangorestframework-simplejwt==4.4.0 +djangorestframework-simplejwt==5.2.2 drf-rw-serializers==1.0.3 -flake8==3.8.4 idna==2.9 -isort==5.7.0 -mccabe==0.6.1 more-itertools==8.2.0 packaging==20.3 pluggy==0.13.1 py==1.10.0 -pycodestyle==2.6.0 -pydocstyle==5.1.1 -pyflakes==2.2.0 -PyJWT==1.7.1 +pyjwt==1.7.1 pyparsing==2.4.7 pytest==5.4.1 pytest-django==3.9.0 pytz==2019.3 requests==2.23.0 six==1.14.0 -snowballstemmer==2.1.0 -sqlparse==0.3.1 -urllib3==1.26.5 +sqlparse==0.5.0 +urllib3==1.25.11 wcwidth==0.1.9