From cb12a3a3df7210ca4ecd312f1d8e3b2e606c0c64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:56:06 +0000 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.2 Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... 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..46379a4 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.2", "zeep==4.2.1"] [tool.hatch.build.targets.sdist] include = ["dhl"]