Skip to content

Commit

Permalink
fix: account_monitor/assets/lambda/requirements.txt to reduce vulnera…
Browse files Browse the repository at this point in the history
…bilities

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-5926907
  • Loading branch information
snyk-bot committed Oct 3, 2023
1 parent bba8e8e commit 19a0e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_monitor/assets/lambda/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requests==2.28.2
s3transfer==0.6.0
six==1.16.0
typer==0.7.0
urllib3==1.26.14
urllib3==1.26.17
black==22.12.0
boto3==1.26.55
botocore==1.29.55
Expand All @@ -32,4 +32,4 @@ six==1.16.0
tomli==2.0.1
typer==0.7.0
typing_extensions==4.4.0
urllib3==1.26.14
urllib3==1.26.17

0 comments on commit 19a0e11

Please sign in to comment.