Skip to content

Commit 3af2cbc

Browse files
authored
Merge pull request #2334 from sopel-irc/xmltodict-0.13
reqs: allow xmltodict 0.13
2 parents 77a0b11 + 133429d commit 3af2cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333
requires-python = ">=3.7"
3434
dependencies = [
35-
"xmltodict==0.12",
35+
"xmltodict>=0.12,<0.14",
3636
"pytz",
3737
"praw>=4.0.0,<8.0.0",
3838
"geoip2>=4.0,<5.0",

0 commit comments

Comments
 (0)