Skip to content

Commit 1062dc6

Browse files
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](andialbrecht/sqlparse@0.5.1...0.5.3) --- updated-dependencies: - dependency-name: sqlparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c7aed3 commit 1062dc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Django~=5.1.0
22
djangorestframework~=3.15.0
33
django-filter~=24.3.0
44
psycopg2~=2.9.10
5-
sqlparse~=0.5.1
5+
sqlparse~=0.5.3

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mysqlclient~=2.2.5
22
psycopg2-binary~=2.9.9
3-
sqlparse~=0.5.1
3+
sqlparse~=0.5.3
44
python-dateutil~=2.9.0
55
tblib~=3.0.0
66
openapi-core~=0.19.2

0 commit comments

Comments
 (0)