Skip to content

Commit baaffc6

Browse files
authored
Prometrix fix (#471)
1 parent b9abab5 commit baaffc6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ kubernetes = "^26.1.0"
3030
prometheus-api-client = "0.5.3"
3131
numpy = ">=1.26.4,<1.27.0"
3232
alive-progress = "^3.1.2"
33-
prometrix = "0.2.4"
33+
prometrix = "^0.2.5"
3434
slack-sdk = "^3.21.3"
3535
pandas = "2.2.2"
3636
requests = ">2.32.4"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ packaging==24.0 ; python_version >= "3.9" and python_full_version < "3.13"
2727
pandas==2.2.2 ; python_version >= "3.9" and python_full_version < "3.13"
2828
pillow==10.3.0 ; python_version >= "3.9" and python_full_version < "3.13"
2929
prometheus-api-client==0.5.3 ; python_version >= "3.9" and python_full_version < "3.13"
30-
prometrix==0.2.4 ; python_version >= "3.9" and python_full_version < "3.13"
30+
prometrix==0.2.5 ; python_version >= "3.9" and python_full_version < "3.13"
3131
pyasn1-modules==0.3.0 ; python_version >= "3.9" and python_full_version < "3.13"
3232
pyasn1==0.5.1 ; python_version >= "3.9" and python_full_version < "3.13"
3333
pydantic==1.10.15 ; python_version >= "3.9" and python_full_version < "3.13"

0 commit comments

Comments
 (0)