From 6f75073c44c1196ec98aa943e16abded68ddfffe Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:30:12 +0200 Subject: [PATCH] Update dependencies for aiohttp and prometheus-client --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 518981c..65e0ab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ - "aiohttp>=3.8.1,<4.0", - "prometheus-client>=0.14.1", + "aiohttp>=3.12.9", + "prometheus-client>=0.21.0", ] [project.optional-dependencies]