File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ test = [
7171 " pytest-randomly==3.*" ,
7272 " pytest-xdist==3.*" ,
7373 " requests~=2.32.1" ,
74- " security>=1.2,<1.4 " ,
74+ " security==1.3.1 " ,
7575 " types-mock==5.1.*" ,
7676 " django>=4,<6" ,
7777 " numpy~=2.0.0" ,
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.3.0 " ),
118+ Requirement ("security==1.3.1 " ),
119119 hashes = [
120- "7a7a1dcd93f08a43c1e3020b05f3d04e1223bda503120434db9abe25eed23e2a " ,
121- "9380b12f8d82767d4a4c31d252654cab935b42b0c6529ba11a9e7e52d38de79f " ,
120+ "9df6e75393f494ca3fd06dac3ed02f3c4fed60842b13fd00757b026cedff426b " ,
121+ "7ec0853c74c7dd22a9967bda087db5d4a7df58253574e60ec475c660f839da6d " ,
122122 ],
123123 description = """This library holds security tools for protecting Python API calls.""" ,
124124 _license = License (
You can’t perform that action at this time.
0 commit comments