-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to python 3.12 and paho mqtt v2 (#65)
- Loading branch information
1 parent
efaf5a7
commit b0fdd89
Showing
3 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.11-alpine | ||
FROM python:3.12-alpine | ||
|
||
LABEL org.opencontainers.image.authors="Yaroslav Berezhinskiy <[email protected]>" | ||
LABEL org.opencontainers.image.description="An implementation of a Prometheus exporter for EcoFlow portable power stations" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
prometheus-client>=0.15.0 | ||
paho-mqtt>=2.0 | ||
requests>=2.28.1 | ||
prometheus-client>=0.20.0 | ||
paho-mqtt>=2.1.0 | ||
requests>=2.32.3 |