Skip to content

Commit

Permalink
fix: upgrade peewee
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Oct 25, 2023
1 parent 404d155 commit adff1ca
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 @@ -46,7 +46,7 @@ license = "GNU Affero General Public License v3"
[tool.poetry.dependencies]
python = "^3.11"
requests = "~2.31.0"
peewee = "~3.14.4"
peewee = "~3.16.3"
psycopg2-binary = "~2.9.1"
gunicorn = "~20.1.0"
falcon = "~2.0.0"
Expand Down

0 comments on commit adff1ca

Please sign in to comment.