From 2b8e3c21572543181f5d0f6135459c17767fb5d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 06:03:08 +0000 Subject: [PATCH] Bump types-xmltodict from v1.0.1.20260408 to 1.0.1.20260508 Bumps [types-xmltodict](https://github.com/python/typeshed) from v1.0.1.20260408 to 1.0.1.20260508. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-xmltodict dependency-version: 1.0.1.20260508 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a755d5f9..c0bd242b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ requirements-test = [ "pytest-asyncio==1.3.0", "pytest-cov==7.1.0", "ruff==0.15.12", - "types-xmltodict==v1.0.1.20260408", + "types-xmltodict==v1.0.1.20260508", ] requirements-dev = [ "pre-commit==4.6.0"