File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ dev = [
1212 " pyright==1.1.397" ,
1313 " pytest-xdist>=3.6.1" ,
1414 " types-requests==2.32.0.20250328" ,
15+ " types-defusedxml==0.7.0.20240218" ,
1516 " types-python-jose==3.4.0.20250224" ,
1617 " types-oauthlib==3.2.0.20250408" ,
1718 " types-requests-oauthlib==2.0.0.20250306" ,
@@ -79,6 +80,7 @@ dev = [
7980 " pyright==1.1.397" ,
8081 " pytest-xdist>=3.6.1" ,
8182 " types-requests==2.32.0.20250328" ,
83+ " types-defusedxml==0.7.0.20240218" ,
8284 " types-python-jose==3.4.0.20250224" ,
8385 " types-oauthlib==3.2.0.20250408" ,
8486 " types-requests-oauthlib==2.0.0.20250306" ,
Original file line number Diff line number Diff line change 33 https://python-social-auth.readthedocs.io/en/latest/backends/tripit.html
44"""
55
6- from xml . dom import minidom
6+ from defusedxml import minidom
77
88from .oauth import BaseOAuth1
99
You can’t perform that action at this time.
0 commit comments