From 384f234d85bbb0b34d0dcba847129871a071facf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:15:33 +0000 Subject: [PATCH] chore(deps): bump prometheus-client from 0.21.1 to 0.26.0 in /quantara Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.21.1 to 0.26.0. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.21.1...v0.26.0) --- updated-dependencies: - dependency-name: prometheus-client dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- quantara/poetry.lock | 12 +++++++----- quantara/pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/quantara/poetry.lock b/quantara/poetry.lock index 7f7d57cf..e9388ad7 100644 --- a/quantara/poetry.lock +++ b/quantara/poetry.lock @@ -2486,17 +2486,19 @@ virtualenv = ">=20.10.0" [[package]] name = "prometheus-client" -version = "0.21.1" +version = "0.26.0" description = "Python client for the Prometheus monitoring system." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "prometheus_client-0.21.1-py3-none-any.whl", hash = "sha256:594b45c410d6f4f8888940fe80b5cc2521b305a1fafe1c58609ef715a001f301"}, - {file = "prometheus_client-0.21.1.tar.gz", hash = "sha256:252505a722ac04b0456be05c05f75f45d760c2911ffc45f2a06bcaed9f3ae3fb"}, + {file = "prometheus_client-0.26.0-py3-none-any.whl", hash = "sha256:fa93d06737aa02bacd05794768508bb97d2fbee28cb3bca04eaae92f0ca953d6"}, + {file = "prometheus_client-0.26.0.tar.gz", hash = "sha256:04a91bcf94e2cf74a44a1a874d651a2e853ed354b6e822f3b7487751465d5c2b"}, ] [package.extras] +aiohttp = ["aiohttp"] +django = ["django"] twisted = ["twisted"] [[package]] @@ -4372,4 +4374,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.14" -content-hash = "5114aaf3821ef069e05647979d7fb5bf16e13cb5a35552f5fe9721140918e8aa" +content-hash = "809a5ea4a3768fb406045c4d68c395bd1a3200b0433fc4c5a6b333d96a9e4298" diff --git a/quantara/pyproject.toml b/quantara/pyproject.toml index 24004f4a..c0ed8748 100644 --- a/quantara/pyproject.toml +++ b/quantara/pyproject.toml @@ -34,7 +34,7 @@ faker = "^30.8.1" notebook = "^7.2.2" sentry-sdk = { extras = ["fastapi"], version = "^2.18.0" } slowapi = "^0.1.9" -prometheus-client = "0.21.1" +prometheus-client = "0.26.0" structlog = ">=24.1.0" [tool.poetry.group.dev.dependencies]