From d52fcafc76b3c228ee892ce57eeda7f0f470f1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:41:50 +0000 Subject: [PATCH] Bump prometheus-async from 25.1.0 to 26.1.0 Bumps [prometheus-async](https://github.com/hynek/prometheus-async) from 25.1.0 to 26.1.0. - [Release notes](https://github.com/hynek/prometheus-async/releases) - [Changelog](https://github.com/hynek/prometheus-async/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/prometheus-async/compare/25.1.0...26.1.0) --- updated-dependencies: - dependency-name: prometheus-async dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 23 ++++++++--------------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 16 deletions(-) diff --git a/poetry.lock b/poetry.lock index 118799be..0118ddec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiodns" @@ -1137,7 +1137,7 @@ resolved_reference = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53" [[package]] name = "discord.py" -version = "2.8.0a5410+g84f987786" +version = "2.8.0a5410+g84f98778" description = "A Python wrapper for the Discord API" optional = false python-versions = ">=3.8" @@ -3102,28 +3102,20 @@ murmurhash = ">=0.28.0,<1.1.0" [[package]] name = "prometheus-async" -version = "25.1.0" +version = "26.1.0" description = "Async helpers for prometheus_client." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "prometheus_async-25.1.0-py3-none-any.whl", hash = "sha256:4dfa4d85fbbf3fc052a87c7a221a68d4a1d6bd39d31723ac935304dacaedaf69"}, - {file = "prometheus_async-25.1.0.tar.gz", hash = "sha256:968e29b5255af57bc8146ade132e7aa0a21fe2b4d95ffefc7c732e9c3fbbb1dd"}, + {file = "prometheus_async-26.1.0-py3-none-any.whl", hash = "sha256:fde2ab74a5a7df2b9a93666d68bae4c760950e71f50786645d3b26e2cd749a36"}, + {file = "prometheus_async-26.1.0.tar.gz", hash = "sha256:71b0868ed95ddb3bf8275b19e681f8730ac2a9a0e2df06923ebc4943dcc1b83b"}, ] [package.dependencies] prometheus-client = ">=0.8.0" wrapt = "*" -[package.extras] -aiohttp = ["aiohttp (>=3)"] -consul = ["aiohttp (>=3)"] -dev = ["aiohttp (>=3)", "coverage[toml]", "mypy", "pytest", "pytest-asyncio", "twisted"] -docs = ["aiohttp (>=3)", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "twisted"] -tests = ["coverage[toml]", "pytest", "pytest-asyncio"] -twisted = ["twisted"] - [[package]] name = "prometheus-client" version = "0.25.0" @@ -4611,6 +4603,7 @@ description = "Fast implementation of asyncio event loop on top of libuv" optional = false python-versions = ">=3.8.1" groups = ["main"] +markers = "sys_platform == \"linux\"" files = [ {file = "uvloop-0.22.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ef6f0d4cc8a9fa1f6a910230cd53545d9a14479311e87e3cb225495952eb672c"}, {file = "uvloop-0.22.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:7cd375a12b71d33d46af85a3343b35d98e8116134ba404bd657b3b1d15988792"}, @@ -5102,4 +5095,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt [metadata] lock-version = "2.1" python-versions = ">=3.10.0,<3.12" -content-hash = "9926b08aa8121293adc9231e241e2e1574bc35b10a14053ac685e87fcf3dbd82" +content-hash = "b73662a2f65fbcbe0b1c1c760b7eb21747e46c01f01528998f2f639e2d4389e2" diff --git a/pyproject.toml b/pyproject.toml index 82db9e41..0338cedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ matplotlib = "^3.7.0" numpy = "1.26.4" redis = {extras = ["hiredis"], version = ">=6.4.0,<7.0.0"} unidecode = "^1.3.6" -prometheus-async = "^25.1.0" +prometheus-async = "^26.1.0" spacy = "^3.8.5" pandas = "^2.2.2" en-core-web-sm = {url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl"}