From 28a7c6200c3a4fe0c722aaf22cdaf35f803c9d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 13:07:37 +0000 Subject: [PATCH] Update types-xmltodict requirement from <0.20,>=0.13 to >=0.13,<1.1 --- updated-dependencies: - dependency-name: types-xmltodict dependency-version: 1.0.1.20250920 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 f0fed52..6535263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "base32_lib~=1.0", "datacite>=1.1.1,<2", "xmltodict>=0.12,<0.20", - "types-xmltodict>=0.13,<0.20", + "types-xmltodict>=0.13,<1.1", "nameparser>=1.1.1,<2", "pycountry>=22.3.5", "click>=8.1.7,<9",