Skip to content

Commit

Permalink
build(deps): bump sqlparse from 0.4.4 to 0.5.0 in /packages/p4pi-web
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 8, 2024
1 parent a57a376 commit 7073c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p4pi-web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python-socketio==4.6.1
pytz==2021.1; python_version >= "3.6"
service-identity==21.1.0; python_full_version >= "3.6.7" and python_version >= "3.6"
six==1.16.0; python_full_version >= "3.6.7" and python_version >= "3.6"
sqlparse==0.4.4; python_version >= "3.6"
sqlparse==0.5.0; python_version >= "3.6"
twisted-iocpsupport==1.0.2; python_full_version >= "3.6.7" and python_version >= "3.6" and platform_system == "Windows"
twisted==22.10.0rc1; python_full_version >= "3.6.7" and python_version >= "3.6"
txaio==21.2.1; python_version >= "3.7"
Expand Down

0 comments on commit 7073c78

Please sign in to comment.