From 844581e6f1f337d0f8858a0d5ef1ac5df90688ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:56:46 +0000 Subject: [PATCH] Renovate: dependency requests to v2.32.3 --- hasher/pyproject.toml | 2 +- pixl_core/pyproject.toml | 2 +- pixl_dcmd/pyproject.toml | 2 +- pytest-pixl/pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hasher/pyproject.toml b/hasher/pyproject.toml index 3f6eaaf5a..2d35117ca 100644 --- a/hasher/pyproject.toml +++ b/hasher/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "azure-keyvault==4.2.0", "fastapi==0.112.0", "hypothesis==6.109.0", - "requests==2.32.2", + "requests==2.32.3", "uvicorn==0.30.4", ] diff --git a/pixl_core/pyproject.toml b/pixl_core/pyproject.toml index 1692191ee..3b7e839ef 100644 --- a/pixl_core/pyproject.toml +++ b/pixl_core/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "python-decouple==3.8", "python-slugify==8.0.4", "PyYAML==6.0.1", - "requests==2.32.2", + "requests==2.32.3", "sqlalchemy==2.0.32", "token-bucket==0.3.0", "xnat==0.6.2", diff --git a/pixl_dcmd/pyproject.toml b/pixl_dcmd/pyproject.toml index 4a3889b8d..4d3204170 100644 --- a/pixl_dcmd/pyproject.toml +++ b/pixl_dcmd/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pydicom==2.4.4", "pydicom-data", "python-decouple==3.8", - "requests==2.32.2", + "requests==2.32.3", "types-requests~=2.28", ] diff --git a/pytest-pixl/pyproject.toml b/pytest-pixl/pyproject.toml index 839d8382a..ba541bd5d 100644 --- a/pytest-pixl/pyproject.toml +++ b/pytest-pixl/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pyOpenSSL==24.2.1", "python-decouple==3.8", "pytest-loguru==0.4.0", - "requests==2.32.2", + "requests==2.32.3", ] [project.optional-dependencies]