Skip to content

Commit cc45c69

Browse files
Update dependency xmltodict to v1 (#464)
* Update dependency xmltodict to v1 * matched in file rh-pre-commit.version: 2.3.2 rh-pre-commit.check-secrets: ENABLED --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gareth Healy <garethahealy@gmail.com>
1 parent a454843 commit cc45c69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

confbatstest/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ argcomplete==3.6.3
22
pip==24.1
33
PyYAML==6.0.3
44
tomlkit==0.13.3
5-
xmltodict==0.14.2
5+
xmltodict==1.0.2
66
yq==3.4.3

confbatstest/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ tomlkit==0.13.3 \
9393
# via
9494
# -r requirements.in
9595
# yq
96-
xmltodict==0.15.1 \
97-
--hash=sha256:3d8d49127f3ce6979d40a36dbcad96f8bab106d232d24b49efdd4bd21716983c \
98-
--hash=sha256:dcd84b52f30a15be5ac4c9099a0cb234df8758624b035411e329c5c1e7a49089
96+
xmltodict==1.0.2 \
97+
--hash=sha256:54306780b7c2175a3967cad1db92f218207e5bc1aba697d887807c0fb68b7649 \
98+
--hash=sha256:62d0fddb0dcbc9f642745d8bbf4d81fd17d6dfaec5a15b5c1876300aad92af0d
9999
# via
100100
# -r requirements.in
101101
# yq

0 commit comments

Comments
 (0)