Skip to content

Commit

Permalink
Bump sqlparse from 0.4.4 to 0.5.0 in /server
Browse files Browse the repository at this point in the history
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0.
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.4.4...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 Apr 15, 2024
1 parent 373a4fd commit 51c944a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ psycopg2-binary==2.9.9
pycparser==2.21
PyJWT[crypto]>=2.8.*
six==1.16.0
sqlparse==0.4.4
sqlparse==0.5.0
uwsgi==2.0.24
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ requests==2.31.0
# via django-healthchecks
six==1.16.0
# via -r requirements.in
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements.in
# django
Expand Down
2 changes: 1 addition & 1 deletion server/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ requests==2.31.0
# via django-healthchecks
six==1.16.0
# via -r ./requirements.in
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r ./requirements.in
# django
Expand Down

0 comments on commit 51c944a

Please sign in to comment.