From 3c60b7f5c572f817b1f7b71f722ee640d105dcbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:02:54 +0000 Subject: [PATCH] chore(deps-dev): bump xmltodict from 0.14.2 to 1.0.4 Bumps [xmltodict](https://github.com/martinblech/xmltodict) from 0.14.2 to 1.0.4. - [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.14.2...v1.0.4) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 1885643..5db4a00 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -coverage==7.13.1 +coverage[toml]==7.13.1 # via # -r requirements-dev.in # pytest-cov @@ -23,7 +23,9 @@ pluggy==1.5.0 # pytest # pytest-cov pygments==2.20.0 - # via pytest + # via + # -r requirements-dev.in + # pytest pytest==9.0.3 # via # -r requirements-dev.in @@ -35,8 +37,6 @@ pytest-xdist==3.8.0 # via -r requirements-dev.in ruff==0.12.8 # via -r requirements-dev.in -setuptools==82.0.1 - # via -r requirements-dev.in tomli==2.4.1 # via # coverage @@ -45,5 +45,5 @@ typing-extensions==4.15.0 # via exceptiongroup urllib3==2.7.0 # via -r requirements.in -xmltodict==0.14.2 +xmltodict==1.0.4 # via -r requirements-dev.in