Skip to content

Commit

Permalink
build(deps): update sqlparse requirement from ~=0.5.1 to ~=0.5.2
Browse files Browse the repository at this point in the history
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.2)

---
updated-dependencies:
- dependency-name: sqlparse
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 8c7aed3 commit d371f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Django~=5.1.0
djangorestframework~=3.15.0
django-filter~=24.3.0
psycopg2~=2.9.10
sqlparse~=0.5.1
sqlparse~=0.5.2
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mysqlclient~=2.2.5
psycopg2-binary~=2.9.9
sqlparse~=0.5.1
sqlparse~=0.5.2
python-dateutil~=2.9.0
tblib~=3.0.0
openapi-core~=0.19.2
Expand Down

0 comments on commit d371f9d

Please sign in to comment.