From 995ea6042a840253dca9d358933b07b380046fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 05:30:46 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8303293..418b558 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "azure-identity==1.10.0", "azure-storage-file-datalake==12.8.0", "psycopg2==2.9.3", - "requests==2.31.0", + "requests==2.32.0", "sqlalchemy==1.4.39", ]