mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
Update Python dependencies
This commit is contained in:
parent
e5597b1e94
commit
3403d67934
2 changed files with 12 additions and 5 deletions
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
aws-sam-translator==1.42.0
|
aws-sam-translator==1.42.0
|
||||||
boto3==1.21.4
|
boto3==1.21.8
|
||||||
botocore==1.24.4
|
botocore==1.24.8
|
||||||
cfn-lint==0.58.1
|
cfn-lint==0.58.2
|
||||||
jmespath==0.10.0
|
jmespath==0.10.0
|
||||||
jschema-to-python==1.2.3
|
jschema-to-python==1.2.3
|
||||||
jsonpatch==1.32
|
jsonpatch==1.32
|
||||||
|
@ -15,7 +15,7 @@ pbr==5.8.1
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
s3transfer==0.5.1
|
s3transfer==0.5.2
|
||||||
sarif-om==1.0.4
|
sarif-om==1.0.4
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
urllib3==1.26.8
|
urllib3==1.26.8
|
||||||
|
|
9
dependencies/python/snakemake.txt
vendored
9
dependencies/python/snakemake.txt
vendored
|
@ -5,6 +5,7 @@ charset-normalizer==2.0.12
|
||||||
ConfigArgParse==1.5.3
|
ConfigArgParse==1.5.3
|
||||||
connection-pool==0.0.3
|
connection-pool==0.0.3
|
||||||
datrie==0.8.2
|
datrie==0.8.2
|
||||||
|
decorator==5.1.1
|
||||||
docutils==0.18.1
|
docutils==0.18.1
|
||||||
filelock==3.6.0
|
filelock==3.6.0
|
||||||
gitdb==4.0.9
|
gitdb==4.0.9
|
||||||
|
@ -12,22 +13,28 @@ GitPython==3.1.27
|
||||||
idna==3.3
|
idna==3.3
|
||||||
importlib-resources==5.4.0
|
importlib-resources==5.4.0
|
||||||
ipython-genutils==0.2.0
|
ipython-genutils==0.2.0
|
||||||
|
Jinja2==3.0.3
|
||||||
jsonschema==4.4.0
|
jsonschema==4.4.0
|
||||||
jupyter-core==4.9.2
|
jupyter-core==4.9.2
|
||||||
|
MarkupSafe==2.1.0
|
||||||
nbformat==5.1.3
|
nbformat==5.1.3
|
||||||
|
plac==1.3.4
|
||||||
psutil==5.9.0
|
psutil==5.9.0
|
||||||
PuLP==2.6.0
|
PuLP==2.6.0
|
||||||
|
py==1.11.0
|
||||||
pyrsistent==0.18.1
|
pyrsistent==0.18.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
ratelimiter==1.2.0.post0
|
ratelimiter==1.2.0.post0
|
||||||
requests==2.27.1
|
requests==2.27.1
|
||||||
|
retry==0.9.2
|
||||||
smart-open==5.2.1
|
smart-open==5.2.1
|
||||||
smmap==5.0.0
|
smmap==5.0.0
|
||||||
snakemake==6.15.5
|
snakemake==7.0.1
|
||||||
stopit==1.1.2
|
stopit==1.1.2
|
||||||
tabulate==0.8.9
|
tabulate==0.8.9
|
||||||
toposort==1.7
|
toposort==1.7
|
||||||
traitlets==5.1.1
|
traitlets==5.1.1
|
||||||
urllib3==1.26.8
|
urllib3==1.26.8
|
||||||
wrapt==1.13.3
|
wrapt==1.13.3
|
||||||
|
yte==1.0.0
|
||||||
zipp==3.7.0
|
zipp==3.7.0
|
||||||
|
|
Loading…
Reference in a new issue