File tree Expand file tree Collapse file tree 3 files changed +7
-15
lines changed
Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
5151test = [
5252 " coverage>=7.3,<7.6" ,
5353 " coverage-threshold~=0.4" ,
54+ " defusedxml==0.7.1" ,
55+ " types-defusedxml==0.7.0.20240218" ,
56+ " flask-wtf==1.2.0" ,
57+ " types-WTForms==3.1.0.20240425" ,
5458 " Flask<4" ,
5559 " httpx~=0.27" ,
5660 " Jinja2~=3.1.2" ,
Original file line number Diff line number Diff line change @@ -115,10 +115,10 @@ def __hash__(self):
115115)
116116
117117Security = Dependency (
118- Requirement ("security==1.2.1 " ),
118+ Requirement ("security==1.3.0 " ),
119119 hashes = [
120- "4ca5f8cfc6b836e2192a84bb5a28b72c17f3cd1abbfe3281f917394c6e6c9238 " ,
121- "0a9dc7b457330e6d0f92bdae3603fecb85394beefad0fd3b5058758a58781ded " ,
120+ "7a7a1dcd93f08a43c1e3020b05f3d04e1223bda503120434db9abe25eed23e2a " ,
121+ "9380b12f8d82767d4a4c31d252654cab935b42b0c6529ba11a9e7e52d38de79f " ,
122122 ],
123123 description = """This library holds security tools for protecting Python API calls.""" ,
124124 _license = License (
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments