Skip to content

Commit d483525

Browse files
authored
Up security dependency (#751)
up security dep
1 parent f107392 commit d483525

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

src/codemodder/dependency.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,10 @@ def __hash__(self):
115115
)
116116

117117
Security = 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(

0 commit comments

Comments
 (0)