Skip to content

Commit 9f06733

Browse files
authored
Update https-scanner deps (canada-ca#2916)
1 parent bce3e74 commit 9f06733

3 files changed

Lines changed: 16 additions & 99 deletions

File tree

scanners/https-scanner/Pipfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
starlette = "*"
8-
gunicorn = "*"
9-
uvicorn = "*"
107
emoji = "*"
118
requests = ">=2.18.4"
129
sslyze = "*"

scanners/https-scanner/Pipfile.lock

Lines changed: 10 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scanners/https-scanner/requirements.txt

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,34 @@
66
#
77

88
-i https://pypi.org/simple
9-
anyio==3.3.0; python_full_version >= '3.6.2'
10-
asgiref==3.4.1; python_version >= '3.6'
119
asyncio-nats-client==0.11.4
1210
asyncio==3.4.3
1311
attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1412
beautifulsoup4==4.9.3
15-
bitarray==2.3.2
13+
bitarray==2.3.3
1614
certifi==2021.5.30
1715
cffi==1.14.6
1816
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1917
charset-normalizer==2.0.4; python_version >= '3'
20-
click==8.0.1; python_version >= '3.6'
2118
cryptography==3.4.8
2219
dataproperty==0.52.0; python_version >= '3.6'
23-
deprecated==1.2.12; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
20+
deprecated==1.2.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
2421
docopt==0.6.2
2522
emoji==1.4.2
2623
filtercascade==0.4.1
2724
glog==0.3.1
28-
gunicorn==20.1.0
29-
h11==0.12.0; python_version >= '3.6'
3025
httptools==0.3.0
3126
idna==3.2; python_version >= '3'
3227
jsonschema==3.2.0
33-
mbstrdecoder==1.0.1; python_full_version >= '3.5.0'
28+
mbstrdecoder==1.0.1; python_version >= '3.5'
3429
mmh3==3.0.0
3530
moz-crlite-lib==0.2
3631
moz-crlite-query==0.4.2
3732
nassl==4.0.0; python_version >= '3.7'
3833
packaging==21.0
39-
path.py==12.5.0; python_full_version >= '3.5.0'
34+
path.py==12.5.0; python_version >= '3.5'
4035
path==16.2.0; python_version >= '3.6'
41-
pathvalidate==2.4.1; python_full_version >= '3.5.0'
36+
pathvalidate==2.4.1; python_version >= '3.5'
4237
pebble==4.6.1
4338
pretend==1.0.9
4439
progressbar2==3.53.1
@@ -57,16 +52,13 @@ python-utils==2.5.6
5752
pytz==2021.1
5853
requests==2.26.0
5954
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
60-
sniffio==1.2.0; python_full_version >= '3.5.0'
6155
soupsieve==2.2.1; python_version >= '3'
6256
sslyze==4.1.0
63-
starlette==0.16.0
6457
tabledata==1.2.0; python_version >= '3.6'
6558
tcolorpy==0.1.1; python_version >= '3.6'
6659
tls-parser==1.2.2
67-
typepy[datetime]==1.2.0; python_full_version >= '3.5.0'
60+
typepy[datetime]==1.2.0; python_version >= '3.5'
6861
urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
69-
uvicorn==0.15.0
7062
uvloop==0.16.0
7163
wget==3.2
7264
wrapt==1.12.1

0 commit comments

Comments
 (0)