Skip to content

Commit

Permalink
Simplify the dependency on flask-healthz
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
  • Loading branch information
abompard committed Jun 12, 2024
1 parent b4eb126 commit 0109a69
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 @@ -41,7 +41,7 @@ psycopg2 = "^2.9.1"
cffi = "^1.14.6"
gunicorn = {version = "^20.0 || ^21.0.0 || ^22.0.0", optional = true}
SQLAlchemy = "^1.4.0 || ^2.0.0"
flask-healthz = "^0.0.3 || ^1.0.0"
flask-healthz = "^1.0.0"

# Message schemas. The reference list of all message schemas is in
# https://github.com/fedora-infra/fedora-messaging/blob/develop/docs/schema-packages.txt
Expand Down

0 comments on commit 0109a69

Please sign in to comment.