From 7d983af9077a26b246d09fffb76bf9804a55589d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:07:05 +0200 Subject: [PATCH] build(deps): bump xmltodict from 0.13.0 to 0.14.2 (#2470) Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.13.0 to 0.14.2. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v0.14.2) --- updated-dependencies: - dependency-name: xmltodict dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Moritz --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1847b3f6..4bc0cdd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pydantic==2.9.2 # but dependabot updates these separately (which is broken) and is annoying, # so we rely on pydantic to pull in the right version of pydantic-core. # pydantic-core==2.23.4 -xmltodict==0.13.0 +xmltodict==0.14.2 pyelftools==0.31 pygments==2.18.0 python-flirt==0.8.10