Skip to content

Commit d079387

Browse files
committed
reqs: allow xmltodict 0.13
I tried and tried, but couldn't find any reason not to allow the newer version of xmltodict now that we no longer support Python 2.
1 parent 77a0b11 commit d079387

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.14",
3636
"pytz",
3737
"praw>=4.0.0,<8.0.0",
3838
"geoip2>=4.0,<5.0",

0 commit comments

Comments
 (0)