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"]