mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Weekly Python Updates (#2922)
* Update Python dependencies * fix it Co-authored-by: Super-Linter Automation <noreply@github.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
This commit is contained in:
parent
f26cfb25dc
commit
0faf83234e
6 changed files with 15 additions and 14 deletions
|
@ -35,6 +35,7 @@ skip_list:
|
|||
- 'command-instead-of-module' # Allow git commands for push, add, etc...
|
||||
- 'command-instead-of-shell' # Allow use of shell when you want
|
||||
- 'no-handler' # Allow step to run like handler
|
||||
- 'unnamed-task' # Allow tasks without a name
|
||||
|
||||
##################
|
||||
# Tags to follow #
|
||||
|
|
8
dependencies/python/ansible-lint.txt
vendored
8
dependencies/python/ansible-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
ansible-compat==2.0.3
|
||||
ansible-core==2.12.5
|
||||
ansible-lint==6.1.0
|
||||
ansible-compat==2.0.4
|
||||
ansible-core==2.13.0
|
||||
ansible-lint==6.2.1
|
||||
attrs==21.4.0
|
||||
bracex==2.2.1
|
||||
bracex==2.3
|
||||
cffi==1.15.0
|
||||
commonmark==0.9.1
|
||||
cryptography==37.0.2
|
||||
|
|
8
dependencies/python/cfn-lint.txt
vendored
8
dependencies/python/cfn-lint.txt
vendored
|
@ -1,8 +1,8 @@
|
|||
attrs==21.4.0
|
||||
aws-sam-translator==1.45.0
|
||||
boto3==1.23.0
|
||||
botocore==1.26.0
|
||||
cfn-lint==0.60.0
|
||||
boto3==1.23.5
|
||||
botocore==1.26.5
|
||||
cfn-lint==0.60.1
|
||||
jmespath==1.0.0
|
||||
jschema-to-python==1.2.3
|
||||
jsonpatch==1.32
|
||||
|
@ -10,7 +10,7 @@ jsonpickle==2.2.0
|
|||
jsonpointer==2.3
|
||||
jsonschema==3.2.0
|
||||
junit-xml==1.9
|
||||
networkx==2.8
|
||||
networkx==2.8.2
|
||||
pbr==5.9.0
|
||||
pyrsistent==0.18.1
|
||||
python-dateutil==2.8.2
|
||||
|
|
2
dependencies/python/pylint.txt
vendored
2
dependencies/python/pylint.txt
vendored
|
@ -1,5 +1,5 @@
|
|||
astroid==2.11.5
|
||||
dill==0.3.4
|
||||
dill==0.3.5.1
|
||||
isort==5.10.1
|
||||
lazy-object-proxy==1.7.1
|
||||
mccabe==0.7.0
|
||||
|
|
8
dependencies/python/snakemake.txt
vendored
8
dependencies/python/snakemake.txt
vendored
|
@ -1,6 +1,6 @@
|
|||
appdirs==1.4.4
|
||||
attrs==21.4.0
|
||||
certifi==2021.10.8
|
||||
certifi==2022.5.18.1
|
||||
charset-normalizer==2.0.12
|
||||
ConfigArgParse==1.5.3
|
||||
connection-pool==0.0.3
|
||||
|
@ -19,7 +19,7 @@ jupyter-core==4.10.0
|
|||
MarkupSafe==2.1.1
|
||||
nbformat==5.4.0
|
||||
plac==1.3.5
|
||||
psutil==5.9.0
|
||||
psutil==5.9.1
|
||||
PuLP==2.6.0
|
||||
py==1.11.0
|
||||
pyrsistent==0.18.1
|
||||
|
@ -29,11 +29,11 @@ requests==2.27.1
|
|||
retry==0.9.2
|
||||
smart-open==6.0.0
|
||||
smmap==5.0.0
|
||||
snakemake==7.6.2
|
||||
snakemake==7.7.0
|
||||
stopit==1.1.2
|
||||
tabulate==0.8.9
|
||||
toposort==1.7
|
||||
traitlets==5.2.0
|
||||
traitlets==5.2.1.post0
|
||||
urllib3==1.26.9
|
||||
wrapt==1.14.1
|
||||
yte==1.4.0
|
||||
|
|
2
dependencies/python/sqlfluff.txt
vendored
2
dependencies/python/sqlfluff.txt
vendored
|
@ -16,7 +16,7 @@ pyparsing==3.0.9
|
|||
pytest==7.1.2
|
||||
PyYAML==6.0
|
||||
regex==2022.4.24
|
||||
sqlfluff==0.13.1
|
||||
sqlfluff==0.13.2
|
||||
tblib==1.7.0
|
||||
toml==0.10.2
|
||||
tomli==2.0.1
|
||||
|
|
Loading…
Reference in a new issue