Skip to content

Commit

Permalink
Merge pull request #185 from nyaruka/dependabot/pip/sqlparse-0.5.0
Browse files Browse the repository at this point in the history
Bump sqlparse from 0.4.4 to 0.5.0
  • Loading branch information
norkans7 committed Apr 17, 2024
2 parents 4b17162 + 3ff959d commit afbeb60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ python = "^3.10"
Django = ">= 4.0, < 5.1"
celery = ">= 5.1"
redis = ">= 3.5.3"
sqlparse = "^0.4.1"
sqlparse = ">=0.4.1,<0.6.0"
xlrd = "^1.2.0"
xlwt = "^1.3.0"

Expand Down

0 comments on commit afbeb60

Please sign in to comment.