From 2a9b5b33b7f0fbcb091fb53a22cb56fd88d1135f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:24:26 +0000 Subject: [PATCH] Bump prometheus-client from 0.21.0 to 0.21.1 Bumps [prometheus-client](https://github.com/prometheus/client_python) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/prometheus/client_python/releases) - [Commits](https://github.com/prometheus/client_python/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: prometheus-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 858be09..9440df1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -406,13 +406,13 @@ files = [ [[package]] name = "prometheus-client" -version = "0.21.0" +version = "0.21.1" description = "Python client for the Prometheus monitoring system." optional = false python-versions = ">=3.8" files = [ - {file = "prometheus_client-0.21.0-py3-none-any.whl", hash = "sha256:4fa6b4dd0ac16d58bb587c04b1caae65b8c5043e85f778f42f5f632f6af2e166"}, - {file = "prometheus_client-0.21.0.tar.gz", hash = "sha256:96c83c606b71ff2b0a433c98889d275f51ffec6c5e267de37c7a2b5c9aa9233e"}, + {file = "prometheus_client-0.21.1-py3-none-any.whl", hash = "sha256:594b45c410d6f4f8888940fe80b5cc2521b305a1fafe1c58609ef715a001f301"}, + {file = "prometheus_client-0.21.1.tar.gz", hash = "sha256:252505a722ac04b0456be05c05f75f45d760c2911ffc45f2a06bcaed9f3ae3fb"}, ] [package.extras] @@ -521,4 +521,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "efe2df14a3136896ba768babbae267dfcc6e1c928585e18803d6a33b6334651d" +content-hash = "a6f0819e06e2a6369f211ee3992976a385249178335d599c1a14d5bf5150e4a8" diff --git a/pyproject.toml b/pyproject.toml index 832dda1..61d717b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ gcn-kafka = "^0.3.3" python = "^3.9" ratelimit = "*" click = "^8.1.3" -prometheus-client = "^0.21.0" +prometheus-client = "^0.21.1" [tool.poetry.scripts] gcn-email = "gcn_email.cli:main"