Skip to content

Commit

Permalink
Update sqlparse requirement from <0.5 to <0.6
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.1.0...0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Jun 3, 2024
1 parent f04bc71 commit c8b7f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies = [
"python-dotenv<2",
"python-slugify<9",
"sqlalchemy",
"sqlparse<0.5",
"sqlparse<0.6",
'typing-extensions<5; python_version <= "3.7"',
]
[project.optional-dependencies]
Expand Down

0 comments on commit c8b7f3a

Please sign in to comment.