From 6c461674c80da8e205c1af36a8eb0c152d464408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Wed, 9 Oct 2024 09:51:38 -0700 Subject: [PATCH] Update requests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4efc4fe..bf3d9c8 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 ]