Skip to content

Commit 7330d8b

Browse files
authored
fix(ec2-isolation-webhook): update pip (#261)
Fix vulnerabilities with old pip packages
1 parent 36e8d7d commit 7330d8b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
black==22.6.0
2-
boto3==1.24.26
3-
botocore==1.27.26
4-
click==8.1.3
5-
flake8==4.0.1
6-
jmespath==1.0.1
7-
mccabe==0.6.1
8-
mypy-extensions==0.4.3
9-
pathspec==0.9.0
10-
platformdirs==2.5.2
11-
pycodestyle==2.8.0
12-
pyflakes==2.4.0
13-
python-dateutil==2.8.2
14-
s3transfer==0.6.0
15-
six==1.16.0
16-
tomli==2.0.1
17-
typing_extensions==4.3.0
18-
urllib3==1.26.10
1+
black
2+
boto3
3+
botocore
4+
click
5+
flake8
6+
jmespath
7+
mccabe
8+
mypy-extensions
9+
pathspec
10+
platformdirs
11+
pycodestyle
12+
pyflakes
13+
python-dateutil
14+
s3transfer
15+
six
16+
tomli
17+
typing_extensions
18+
urllib3

0 commit comments

Comments
 (0)