Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 7c17cf0

Browse files
author
Kapil Malik
committed
Specify package version for xmltodict, fix PR failures
1 parent b79448a commit 7c17cf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
requests>=2.28.1
2-
xmltodict
2+
xmltodict>=0.12.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ html2text = "*"
2222
psutil = "*"
2323
retrying = "*"
2424
requests = "*"
25-
xmltodict = "*"
25+
xmltodict = ">=0.12.0"
2626

2727
[tool.poetry.dev-dependencies]
2828
pytest = "7.2.1"

test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ atlassian-python-api
1414
html2text
1515
olefile
1616
requests
17-
xmltodict
17+
xmltodict>=0.12.0
1818

1919
# hotfix
2020
psutil

0 commit comments

Comments
 (0)