Skip to content

Commit

Permalink
update security dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Jun 26, 2024
1 parent f0bd1fe commit 335e441
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/codemodder/dependency.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ def __hash__(self):
)

Security = Dependency(
Requirement("security==1.2.1"),
Requirement("security==1.3.0"),
hashes=[
"4ca5f8cfc6b836e2192a84bb5a28b72c17f3cd1abbfe3281f917394c6e6c9238",
"0a9dc7b457330e6d0f92bdae3603fecb85394beefad0fd3b5058758a58781ded",
"7a7a1dcd93f08a43c1e3020b05f3d04e1223bda503120434db9abe25eed23e2a",
"9380b12f8d82767d4a4c31d252654cab935b42b0c6529ba11a9e7e52d38de79f",
],
description="""This library holds security tools for protecting Python API calls.""",
_license=License(
Expand Down

0 comments on commit 335e441

Please sign in to comment.