From 78cd880227b27ac9f41d0f3af589086ee6a8070e Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 00:50:48 +0000 Subject: [PATCH] fix(deps): update poetry dependencies Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c0fba170..48c3062ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ requires-python = ">=3.12,<3.14" python-dateutil = "^2.8.2" a2wsgi = "^1.10.4" aiohttp = "^3.14.0" -aiokafka = {version = "^0.13.0", extras = ["lz4"]} -app-common-python = "^0.2.7" +aiokafka = {version = "^0.14.0", extras = ["lz4"]} +app-common-python = "^0.3.0" apscheduler = "^3.10.4" asyncpg = "^0.31.0" boto3 = "^1.34.122" @@ -34,7 +34,7 @@ flask = "^3.1.1" connexion = {version = "^3.1.0", extras = ["swagger-ui", "flask"]} gunicorn = "^23.0.0" peewee = "^3.18.1" -prometheus-client = "^0.25.0" +prometheus-client = "^0.26.0" psycopg2 = "^2.9.9" psycopg-pool = "^3.2.1" py-flags = "^1.1.4" @@ -43,7 +43,7 @@ requests = "^2.32.5" watchtower = "^3.2.0" psycopg = {version = "^3.1.19", extras = ["pool"]} unleashclient = "<6.0.0" -uvicorn = "^0.45.0" +uvicorn = "^0.53.0" PyYAML = "^6.0.1" prometheus-async = "^25.0.0" # Pinned due to build issue in Konflux @@ -78,5 +78,5 @@ pytest-aiohttp = "^1.0.5" gitpython = "^3.1.43" # Tests use this [build-system] -requires = ["poetry-core>=2.4.1", "setuptools-rust==1.11.1", "puccinialin==0.1"] +requires = ["poetry-core>=2.4.1", "setuptools-rust==1.13.0", "puccinialin==0.1.14"] build-backend = "poetry.core.masonry.api"