Skip to content

Commit 675deae

Browse files
Update dependency sqlparse to v0.5.0 [SECURITY]
1 parent e7f7b7a commit 675deae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ django-environ==0.11.2 ; python_version >= "3.10" and python_version < "4"
33
django==5.0.1 ; python_version >= "3.10" and python_version < "4.0"
44
mysqlclient==2.2.1 ; python_version >= "3.10" and python_version < "4.0"
55
python-dotenv==1.0.0 ; python_version >= "3.10" and python_version < "4.0"
6-
sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0"
6+
sqlparse==0.5.0 ; python_version >= "3.10" and python_version < "4.0"
77
typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "3.11"
88
tzdata==2023.4 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"
99
uwsgi==2.0.23 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)