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-AIOHTTP-6091621
- https://snyk.io/vuln/SNYK-PYTHON-AIOHTTP-6091622
  • Loading branch information
snyk-bot authored and HarukaMa committed Nov 28, 2023
1 parent 9d83ebd commit 11e133f
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
@@ -1,4 +1,4 @@
aiohttp~=3.8.4
aiohttp~=3.9.0
jinja2~=3.1.2
psycopg[binary,pool]~=3.1.9
python-dotenv~=1.0.0
Expand Down

0 comments on commit 11e133f

Please sign in to comment.