From 6492cfec1e557891c3b5e43a04cb4241026ab065 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 08:03:40 +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 dc60785..34f5eb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "The official Python library for ODK 🐍" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "requests==2.31.0", # HTTP with Central + "requests==2.32.0", # HTTP with Central "toml==0.10.2", # Configuration files "pydantic==2.6.4", # Data validation ]