diff --git a/pyproject.toml b/pyproject.toml index a1007984a..19c269b8e 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" @@ -35,7 +35,7 @@ gitpython = "^3.1.43" 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" @@ -44,7 +44,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.52.0" PyYAML = "^6.0.1" prometheus-async = "^25.0.0" # Pinned due to build issue in Konflux @@ -78,5 +78,5 @@ pytest-cov = "^7.0.0" pytest-aiohttp = "^1.0.5" [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"