Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-JINJA2-6809379
  • Loading branch information
snyk-bot committed May 8, 2024
1 parent 50e3cf1 commit b9c2b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ nmap==0.0.1
openai==0.27.2
argparse==1.4.0
python-dotenv==1.0.0
Jinja2==3.1.3
Jinja2==3.1.4
beautifulsoup4==4.12.0
aiohttp>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit b9c2b1d

Please sign in to comment.