Skip to content

Commit

Permalink
Update injected security dependency and remanage updates (#666)
Browse files Browse the repository at this point in the history
* move injected dependencies to test reqs

* update security dependency
  • Loading branch information
clavedeluna authored Jun 26, 2024
1 parent 63f1ba5 commit 3c3c18e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ get-hashes = 'codemodder.scripts.get_hashes:main'
test = [
"coverage>=7.3,<7.6",
"coverage-threshold~=0.4",
"defusedxml==0.7.1",
"types-defusedxml==0.7.0.20240218",
"flask-wtf==1.2.0",
"types-WTForms==3.1.0.20240425",
"Flask<4",
"httpx~=0.27",
"Jinja2~=3.1.2",
Expand Down
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
12 changes: 0 additions & 12 deletions src/codemodder/dependency_management/codemod_dependencies.txt

This file was deleted.

0 comments on commit 3c3c18e

Please sign in to comment.