From 9a83d6fb94e05548cbadabd25beac72ac3444622 Mon Sep 17 00:00:00 2001 From: avi robusta Date: Mon, 23 Sep 2024 16:59:41 +0300 Subject: [PATCH] upgrading the prometrix version --- poetry.lock | 31 +++++++++++++++++++------------ pyproject.toml | 4 ++-- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/poetry.lock b/poetry.lock index b522781..4ba3def 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1188,23 +1188,26 @@ requests = "*" [[package]] name = "prometrix" -version = "0.1.17" +version = "0.2.0" description = "A Python Prometheus client for all Prometheus instances." optional = false python-versions = "<4.0,>=3.8" files = [ - {file = "prometrix-0.1.17-py3-none-any.whl", hash = "sha256:91f8484916addf657e77bf68af9c622b3f2cb7d15dc68de96cd60b43ae0c3c64"}, - {file = "prometrix-0.1.17.tar.gz", hash = "sha256:aa1fab72024b3cad6f233fd45d69cec5c1bbc9ca534383ecfe11c17df8b0b298"}, + {file = "prometrix-0.2.0-py3-none-any.whl", hash = "sha256:583a38ed3ae9c81ded4b9d57afc908997d3802d33ad4ad2f63b9621ce7536053"}, + {file = "prometrix-0.2.0.tar.gz", hash = "sha256:8d3bcf6291fe1aa0fb707b617a054f09f7606a519b422659c229a0ecf17bf430"}, ] [package.dependencies] boto3 = ">=1.28.15,<2.0.0" botocore = ">=1.31.15,<2.0.0" fonttools = ">=4.43.0,<5.0.0" +idna = ">=3.7,<4.0" pillow = ">=10.3.0,<11.0.0" prometheus-api-client = ">=0.5.3,<0.6.0" pydantic = ">=1.8.1,<2.0.0" -urllib3 = ">=1.26.18,<2.0.0" +requests = ">=2.32.0,<3.0.0" +urllib3 = ">=1.26.20,<2.0.0" +zipp = ">=3.20.1,<4.0.0" [[package]] name = "pyasn1" @@ -1864,13 +1867,13 @@ devenv = ["check-manifest", "pytest (>=4.3)", "pytest-cov", "pytest-mock (>=3.3) [[package]] name = "urllib3" -version = "1.26.19" +version = "1.26.20" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, - {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, + {file = "urllib3-1.26.20-py2.py3-none-any.whl", hash = "sha256:0ed14ccfbf1c30a9072c7ca157e4319b70d65f623e91e7b32fadb2853431016e"}, + {file = "urllib3-1.26.20.tar.gz", hash = "sha256:40c2dc0c681e47eb8f90e7e27bf6ff7df2e677421fd46756da1161c39ca70d32"}, ] [package.extras] @@ -1896,20 +1899,24 @@ test = ["websockets"] [[package]] name = "zipp" -version = "3.19.2" +version = "3.20.2" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.19.2-py3-none-any.whl", hash = "sha256:f091755f667055f2d02b32c53771a7a6c8b47e1fdbc4b72a8b9072b3eef8015c"}, - {file = "zipp-3.19.2.tar.gz", hash = "sha256:bf1dcf6450f873a13e952a29504887c89e6de7506209e5b1bcc3460135d4de19"}, + {file = "zipp-3.20.2-py3-none-any.whl", hash = "sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350"}, + {file = "zipp-3.20.2.tar.gz", hash = "sha256:bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29"}, ] [package.extras] +check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"] +cover = ["pytest-cov"] doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] -test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] +enabler = ["pytest-enabler (>=2.2)"] +test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-ignore-flaky"] +type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<=3.12.3" -content-hash = "a05011cd5f48d872dbb0e81c6f6f87a483f4bb2cb76194d549d9608acb429793" +content-hash = "ad3dbd10365d7b7557e62bc639a1d58545814f1b451633c6f1aa35f4d6451b62" diff --git a/pyproject.toml b/pyproject.toml index 477a476..22b852f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,14 +30,14 @@ kubernetes = "^26.1.0" prometheus-api-client = "0.5.3" numpy = ">=1.26.4,<1.27.0" alive-progress = "^3.1.2" -prometrix = "^0.1.17" +prometrix = "0.2.0" slack-sdk = "^3.21.3" pandas = "2.2.2" requests = "2.32.0" pyyaml = "6.0.1" typing-extensions = "4.6.0" idna = "3.7" -urllib3 = "1.26.19" +urllib3 = "^1.26.20" setuptools = "^70.0.0" zipp = "^3.19.1"