From 8c67cfdae6dbf18bcf822f1b16ad5670a0afc05a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 13:07:24 -0500 Subject: [PATCH] Update Python dependencies (#3102) Co-authored-by: Super-Linter Automation --- dependencies/python/ansible-lint.txt | 10 +++++----- dependencies/python/black.txt | 4 ++-- dependencies/python/cfn-lint.txt | 6 +++--- dependencies/python/mypy.txt | 2 +- dependencies/python/pylint.txt | 4 ++-- dependencies/python/snakefmt.txt | 4 ++-- dependencies/python/snakemake.txt | 10 +++++----- dependencies/python/sqlfluff.txt | 6 +++--- 8 files changed, 23 insertions(+), 23 deletions(-) diff --git a/dependencies/python/ansible-lint.txt b/dependencies/python/ansible-lint.txt index 5dc0e953..115ef0c1 100644 --- a/dependencies/python/ansible-lint.txt +++ b/dependencies/python/ansible-lint.txt @@ -1,16 +1,16 @@ ansible-compat==2.1.0 -ansible-core==2.13.0 +ansible-core==2.13.1 ansible-lint==6.3.0 attrs==21.4.0 bracex==2.3.post1 -cffi==1.15.0 +cffi==1.15.1 commonmark==0.9.1 cryptography==37.0.2 enrich==1.2.7 importlib-resources==5.8.0 iniconfig==1.1.1 Jinja2==3.1.2 -jsonschema==4.6.0 +jsonschema==4.6.1 MarkupSafe==2.1.1 packaging==21.3 pathspec==0.9.0 @@ -22,13 +22,13 @@ pyparsing==3.0.9 pyrsistent==0.18.1 pytest==7.1.2 PyYAML==6.0 -resolvelib==0.5.4 +resolvelib==0.8.1 rich==12.4.4 ruamel.yaml==0.17.21 ruamel.yaml.clib==0.2.6 subprocess-tee==0.3.5 tomli==2.0.1 -typing_extensions==4.2.0 +typing_extensions==4.3.0 wcmatch==8.4 yamllint==1.26.3 zipp==3.8.0 diff --git a/dependencies/python/black.txt b/dependencies/python/black.txt index c901d07d..997fdfad 100644 --- a/dependencies/python/black.txt +++ b/dependencies/python/black.txt @@ -1,7 +1,7 @@ -black==22.3.0 +black==22.6.0 click==8.1.3 mypy-extensions==0.4.3 pathspec==0.9.0 platformdirs==2.5.2 tomli==2.0.1 -typing_extensions==4.2.0 +typing_extensions==4.3.0 diff --git a/dependencies/python/cfn-lint.txt b/dependencies/python/cfn-lint.txt index 9ef78aa5..627b26c0 100644 --- a/dependencies/python/cfn-lint.txt +++ b/dependencies/python/cfn-lint.txt @@ -1,8 +1,8 @@ attrs==21.4.0 aws-sam-translator==1.46.0 -boto3==1.24.12 -botocore==1.27.12 -cfn-lint==0.61.0 +boto3==1.24.22 +botocore==1.27.22 +cfn-lint==0.61.1 jmespath==1.0.1 jschema-to-python==1.2.3 jsonpatch==1.32 diff --git a/dependencies/python/mypy.txt b/dependencies/python/mypy.txt index 364f5d0c..9d63286d 100644 --- a/dependencies/python/mypy.txt +++ b/dependencies/python/mypy.txt @@ -1,4 +1,4 @@ mypy==0.961 mypy-extensions==0.4.3 tomli==2.0.1 -typing_extensions==4.2.0 +typing_extensions==4.3.0 diff --git a/dependencies/python/pylint.txt b/dependencies/python/pylint.txt index a0c7ca9a..53452558 100644 --- a/dependencies/python/pylint.txt +++ b/dependencies/python/pylint.txt @@ -4,8 +4,8 @@ isort==5.10.1 lazy-object-proxy==1.7.1 mccabe==0.7.0 platformdirs==2.5.2 -pylint==2.14.3 +pylint==2.14.4 tomli==2.0.1 tomlkit==0.11.0 -typing_extensions==4.2.0 +typing_extensions==4.3.0 wrapt==1.14.1 diff --git a/dependencies/python/snakefmt.txt b/dependencies/python/snakefmt.txt index 92ac6a06..8dbf5182 100644 --- a/dependencies/python/snakefmt.txt +++ b/dependencies/python/snakefmt.txt @@ -1,4 +1,4 @@ -black==22.3.0 +black==22.6.0 click==8.1.3 importlib-metadata==1.7.0 mypy-extensions==0.4.3 @@ -7,5 +7,5 @@ platformdirs==2.5.2 snakefmt==0.6.1 toml==0.10.2 tomli==2.0.1 -typing_extensions==4.2.0 +typing_extensions==4.3.0 zipp==3.8.0 diff --git a/dependencies/python/snakemake.txt b/dependencies/python/snakemake.txt index fff5037b..9297dabf 100644 --- a/dependencies/python/snakemake.txt +++ b/dependencies/python/snakemake.txt @@ -1,7 +1,7 @@ appdirs==1.4.4 attrs==21.4.0 certifi==2022.6.15 -charset-normalizer==2.0.12 +charset-normalizer==2.1.0 ConfigArgParse==1.5.3 connection-pool==0.0.3 datrie==0.8.2 @@ -14,7 +14,7 @@ GitPython==3.1.27 idna==3.3 importlib-resources==5.8.0 Jinja2==3.1.2 -jsonschema==4.6.0 +jsonschema==4.6.1 jupyter-core==4.10.0 MarkupSafe==2.1.1 nbformat==5.4.0 @@ -25,13 +25,13 @@ py==1.11.0 pyrsistent==0.18.1 PyYAML==6.0 ratelimiter==1.2.0.post0 -requests==2.28.0 +requests==2.28.1 retry==0.9.2 smart-open==6.0.0 smmap==5.0.0 -snakemake==7.8.2 +snakemake==7.8.5 stopit==1.1.2 -tabulate==0.8.9 +tabulate==0.8.10 toposort==1.7 traitlets==5.3.0 urllib3==1.26.9 diff --git a/dependencies/python/sqlfluff.txt b/dependencies/python/sqlfluff.txt index b4fa5ba5..70fcf53f 100644 --- a/dependencies/python/sqlfluff.txt +++ b/dependencies/python/sqlfluff.txt @@ -1,9 +1,9 @@ appdirs==1.4.4 attrs==21.4.0 -chardet==4.0.0 +chardet==5.0.0 click==8.1.3 colorama==0.4.5 -diff-cover==6.5.0 +diff-cover==6.5.1 iniconfig==1.1.1 Jinja2==3.1.2 MarkupSafe==2.1.1 @@ -21,4 +21,4 @@ tblib==1.7.0 toml==0.10.2 tomli==2.0.1 tqdm==4.64.0 -typing_extensions==4.2.0 +typing_extensions==4.3.0