From b4d5888e1a8cf71a579a1f3ae62f06574060db69 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:55:52 +0000 Subject: [PATCH] Renovate: dependency aiohttp to v3.10.11 [SECURITY] (#533) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pixl_imaging/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixl_imaging/pyproject.toml b/pixl_imaging/pyproject.toml index d3cd0de33..f12aba19f 100644 --- a/pixl_imaging/pyproject.toml +++ b/pixl_imaging/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" classifiers = ["Programming Language :: Python :: 3"] dependencies = [ "core==0.2.0rc0", - "aiohttp==3.10.1", + "aiohttp==3.10.11", "alembic==1.13.2", "pydicom==2.4.4", "uvicorn==0.30.4",