Skip to content

Commit

Permalink
build(deps): update sqlparse requirement from ~=0.5.0 to ~=0.5.1
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.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.0...0.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and stephenfin committed Jul 22, 2024
1 parent 77b2060 commit 4dfe699
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.0.7
djangorestframework~=3.15.0
django-filter~=24.2.0
psycopg2~=2.9.9
sqlparse~=0.5.0
sqlparse~=0.5.1
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.4
psycopg2-binary~=2.9.9
sqlparse~=0.5.0
sqlparse~=0.5.1
python-dateutil~=2.9.0
tblib~=3.0.0
openapi-core~=0.19.2
Expand Down

0 comments on commit 4dfe699

Please sign in to comment.