diff --git a/poetry.lock b/poetry.lock index 5dcce006..4b729a57 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "about-time" @@ -1238,14 +1238,14 @@ requests = "*" [[package]] name = "prometrix" -version = "0.2.5" +version = "0.2.7" description = "A Python Prometheus client for all Prometheus instances." optional = false python-versions = "<4.0,>=3.9" groups = ["main"] files = [ - {file = "prometrix-0.2.5-py3-none-any.whl", hash = "sha256:82fcd249d24ae2e3c5ce2903abba91383d44f8c48590c418c5345d834d2f37e0"}, - {file = "prometrix-0.2.5.tar.gz", hash = "sha256:6d3dddc9763bdc328a8df3b4679e0befcab6325a82281576a3717f483c566d5a"}, + {file = "prometrix-0.2.7-py3-none-any.whl", hash = "sha256:9df81fae71f288478a208e3e974332217ec56da04a233f89d16ca214d23975be"}, + {file = "prometrix-0.2.7.tar.gz", hash = "sha256:123f072631b12a65be02fa5de90a8245e69263749d961910f96b09b1714b29af"}, ] [package.dependencies] @@ -2030,4 +2030,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<=3.12.9" -content-hash = "1a1d1cde024853a46152aa5697b05b588d3c76eb2e02ff6424eeca528aa52e53" +content-hash = "5f2e862d15647e9def49895cae4cfa109989cd3f21c143418d03b49f423b32fc" diff --git a/pyproject.toml b/pyproject.toml index 692f4905..d99a0096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ kubernetes = "^26.1.0" prometheus-api-client = "0.5.3" numpy = ">=1.26.4,<1.27.0" alive-progress = "^3.1.2" -prometrix = "^0.2.5" +prometrix = "^0.2.7" slack-sdk = "^3.21.3" pandas = "2.2.2" requests = ">2.32.4" diff --git a/requirements.txt b/requirements.txt index ebf230d9..30c55fa3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ packaging==24.0 ; python_version >= "3.9" and python_full_version < "3.13" pandas==2.2.2 ; python_version >= "3.9" and python_full_version < "3.13" pillow==10.3.0 ; python_version >= "3.9" and python_full_version < "3.13" prometheus-api-client==0.5.3 ; python_version >= "3.9" and python_full_version < "3.13" -prometrix==0.2.5 ; python_version >= "3.9" and python_full_version < "3.13" +prometrix==0.2.7 ; python_version >= "3.9" and python_full_version < "3.13" pyasn1-modules==0.3.0 ; python_version >= "3.9" and python_full_version < "3.13" pyasn1==0.5.1 ; python_version >= "3.9" and python_full_version < "3.13" pydantic==1.10.15 ; python_version >= "3.9" and python_full_version < "3.13"