Skip to content

Commit

Permalink
Trying sqlparse ~=0.5.0 when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
aadel committed Aug 26, 2024
1 parent 8e0e6ed commit cac95c9
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 176 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "pypi"
sqlalchemy = "~=1.4.7"
python-dateutil = "~=2.8.1"
pre-commit = "~=3.7.1"
requests = "~=2.31.0"
requests = "~=2.32.0"
sqlparse = ">=0.4.4,<0.6.0"

[dev-packages]
Expand Down
Loading

0 comments on commit cac95c9

Please sign in to comment.