From 401a17522853d8a6bae79f71b223969082f823d7 Mon Sep 17 00:00:00 2001 From: Super-Linter Automation Date: Mon, 4 Apr 2022 13:09:03 +0000 Subject: [PATCH] Update Python dependencies --- dependencies/python/ansible-lint.txt | 5 +++-- dependencies/python/black.txt | 4 ++-- dependencies/python/cfn-lint.txt | 6 +++--- dependencies/python/pylint.txt | 2 +- dependencies/python/snakefmt.txt | 6 +++--- dependencies/python/snakemake.txt | 9 +++++---- dependencies/python/sqlfluff.txt | 4 ++-- 7 files changed, 19 insertions(+), 17 deletions(-) diff --git a/dependencies/python/ansible-lint.txt b/dependencies/python/ansible-lint.txt index d8f4bc19..9c257227 100644 --- a/dependencies/python/ansible-lint.txt +++ b/dependencies/python/ansible-lint.txt @@ -1,5 +1,5 @@ ansible-compat==2.0.2 -ansible-core==2.12.3 +ansible-core==2.12.4 ansible-lint==6.0.2 bracex==2.2.1 cffi==1.15.0 @@ -15,9 +15,10 @@ Pygments==2.11.2 pyparsing==3.0.7 PyYAML==6.0 resolvelib==0.5.4 -rich==12.0.1 +rich==12.1.0 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.6 subprocess-tee==0.3.5 +typing_extensions==4.1.1 wcmatch==8.3 yamllint==1.26.3 diff --git a/dependencies/python/black.txt b/dependencies/python/black.txt index faa62eff..20c51291 100644 --- a/dependencies/python/black.txt +++ b/dependencies/python/black.txt @@ -1,5 +1,5 @@ -black==22.1.0 -click==8.0.4 +black==22.3.0 +click==8.1.2 mypy-extensions==0.4.3 pathspec==0.9.0 platformdirs==2.5.1 diff --git a/dependencies/python/cfn-lint.txt b/dependencies/python/cfn-lint.txt index 6ff924dc..9d85160d 100644 --- a/dependencies/python/cfn-lint.txt +++ b/dependencies/python/cfn-lint.txt @@ -1,7 +1,7 @@ attrs==21.4.0 -aws-sam-translator==1.43.0 -boto3==1.21.27 -botocore==1.24.27 +aws-sam-translator==1.44.0 +boto3==1.21.32 +botocore==1.24.32 cfn-lint==0.58.4 jmespath==1.0.0 jschema-to-python==1.2.3 diff --git a/dependencies/python/pylint.txt b/dependencies/python/pylint.txt index a83cdf2a..2aa75eed 100644 --- a/dependencies/python/pylint.txt +++ b/dependencies/python/pylint.txt @@ -4,7 +4,7 @@ isort==5.10.1 lazy-object-proxy==1.7.1 mccabe==0.7.0 platformdirs==2.5.1 -pylint==2.13.2 +pylint==2.13.4 tomli==2.0.1 typing_extensions==4.1.1 wrapt==1.14.0 diff --git a/dependencies/python/snakefmt.txt b/dependencies/python/snakefmt.txt index bff3d4f4..4ef03573 100644 --- a/dependencies/python/snakefmt.txt +++ b/dependencies/python/snakefmt.txt @@ -1,5 +1,5 @@ -black==22.1.0 -click==8.0.4 +black==22.3.0 +click==8.1.2 importlib-metadata==1.7.0 mypy-extensions==0.4.3 pathspec==0.9.0 @@ -8,4 +8,4 @@ snakefmt==0.6.0 toml==0.10.2 tomli==2.0.1 typing_extensions==4.1.1 -zipp==3.7.0 +zipp==3.8.0 diff --git a/dependencies/python/snakemake.txt b/dependencies/python/snakemake.txt index 565c1ff8..ad73c092 100644 --- a/dependencies/python/snakemake.txt +++ b/dependencies/python/snakemake.txt @@ -7,6 +7,7 @@ connection-pool==0.0.3 datrie==0.8.2 decorator==5.1.1 docutils==0.18.1 +fastjsonschema==2.15.3 gitdb==4.0.9 GitPython==3.1.27 idna==3.3 @@ -15,8 +16,8 @@ Jinja2==3.1.1 jsonschema==4.4.0 jupyter-core==4.9.2 MarkupSafe==2.1.1 -nbformat==5.2.0 -plac==1.3.4 +nbformat==5.3.0 +plac==1.3.5 psutil==5.9.0 PuLP==2.6.0 py==1.11.0 @@ -27,7 +28,7 @@ requests==2.27.1 retry==0.9.2 smart-open==5.2.1 smmap==5.0.0 -snakemake==7.3.2 +snakemake==7.3.6 stopit==1.1.2 tabulate==0.8.9 toposort==1.7 @@ -35,4 +36,4 @@ traitlets==5.1.1 urllib3==1.26.9 wrapt==1.14.0 yte==1.2.0 -zipp==3.7.0 +zipp==3.8.0 diff --git a/dependencies/python/sqlfluff.txt b/dependencies/python/sqlfluff.txt index 63ca07ac..650a53c2 100644 --- a/dependencies/python/sqlfluff.txt +++ b/dependencies/python/sqlfluff.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 attrs==21.4.0 chardet==4.0.0 -click==8.0.4 +click==8.1.2 colorama==0.4.4 diff-cover==6.4.5 iniconfig==1.1.1 @@ -20,5 +20,5 @@ sqlfluff==0.11.2 tblib==1.7.0 toml==0.10.2 tomli==2.0.1 -tqdm==4.63.1 +tqdm==4.64.0 typing_extensions==4.1.1