From 06531e752954b16cc826324db76bb704a35c8ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 23:31:04 +0000 Subject: [PATCH] Update xmltodict requirement from >=0.13.0 to >=1.0.4 Updates the requirements on [xmltodict](https://github.com/martinblech/xmltodict) to permit the latest version. - [Release notes](https://github.com/martinblech/xmltodict/releases) - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v1.0.4) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 831e8a8..df629a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ configparser>=5.3.0 pushbullet.py>=0.12.0 requests>=2.32.0 -xmltodict>=0.13.0 +xmltodict>=1.0.4