From a08d5b6d5cf9791c029cf285578c2e6875192844 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:47:53 +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 934b77b..adc4120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ readme = "README.md" requires-python = ">=3.9" license = "MIT" keywords = ["DHL", "Python"] -dependencies = ["requests==2.31.0", "zeep==4.2.1"] +dependencies = ["requests==2.32.0", "zeep==4.2.1"] [tool.hatch.build.targets.sdist] include = ["dhl"]