Skip to content

Commit

Permalink
fix(ec2-isolation-webhook): update pip
Browse files Browse the repository at this point in the history
Fix vulnerabilities with old pip packages
  • Loading branch information
carlosmmatos authored Nov 14, 2023
1 parent 36e8d7d commit cb5c251
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions ec2-isolation-webhook/serverless-framework/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
black==22.6.0
boto3==1.24.26
botocore==1.27.26
click==8.1.3
flake8==4.0.1
jmespath==1.0.1
mccabe==0.6.1
mypy-extensions==0.4.3
pathspec==0.9.0
platformdirs==2.5.2
pycodestyle==2.8.0
pyflakes==2.4.0
python-dateutil==2.8.2
s3transfer==0.6.0
six==1.16.0
tomli==2.0.1
typing_extensions==4.3.0
urllib3==1.26.10
black
boto3
botocore
click
flake8
jmespath
mccabe
mypy-extensions
pathspec
platformdirs
pycodestyle
pyflakes
python-dateutil
s3transfer
six
tomli
typing_extensions
urllib3

0 comments on commit cb5c251

Please sign in to comment.