Update Python dependencies (#3348)

Co-authored-by: Super-Linter Automation <noreply@github.com>
Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
This commit is contained in:
github-actions[bot] 2022-09-26 13:48:52 -05:00 committed by GitHub
parent 1cd4955a84
commit 4afd71e176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 47 additions and 46 deletions

View file

@ -1,27 +1,28 @@
ansible-compat==2.2.0 ansible-compat==2.2.1
ansible-core==2.13.2 ansible-core==2.13.4
ansible-lint==6.4.0 ansible-lint==6.7.0
attrs==22.1.0 attrs==22.1.0
black==22.8.0
bracex==2.3.post1 bracex==2.3.post1
cffi==1.15.1 cffi==1.15.1
click==8.1.3
commonmark==0.9.1 commonmark==0.9.1
cryptography==37.0.4 cryptography==38.0.1
enrich==1.2.7 enrich==1.2.7
filelock==3.8.0
importlib-resources==5.9.0 importlib-resources==5.9.0
iniconfig==1.1.1
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.9.1 jsonschema==4.16.0
MarkupSafe==2.1.1 MarkupSafe==2.1.1
mypy-extensions==0.4.3
packaging==21.3 packaging==21.3
pathspec==0.9.0 pathspec==0.10.1
pkgutil_resolve_name==1.3.10 pkgutil_resolve_name==1.3.10
pluggy==1.0.0 platformdirs==2.5.2
py==1.11.0
pycparser==2.21 pycparser==2.21
Pygments==2.12.0 Pygments==2.13.0
pyparsing==3.0.9 pyparsing==3.0.9
pyrsistent==0.18.1 pyrsistent==0.18.1
pytest==7.1.2
PyYAML==6.0 PyYAML==6.0
resolvelib==0.8.1 resolvelib==0.8.1
rich==12.5.1 rich==12.5.1
@ -30,6 +31,6 @@ ruamel.yaml.clib==0.2.6
subprocess-tee==0.3.5 subprocess-tee==0.3.5
tomli==2.0.1 tomli==2.0.1
typing_extensions==4.3.0 typing_extensions==4.3.0
wcmatch==8.4 wcmatch==8.4.1
yamllint==1.27.1 yamllint==1.28.0
zipp==3.8.1 zipp==3.8.1

View file

@ -1,7 +1,7 @@
black==22.6.0 black==22.8.0
click==8.1.3 click==8.1.3
mypy-extensions==0.4.3 mypy-extensions==0.4.3
pathspec==0.9.0 pathspec==0.10.1
platformdirs==2.5.2 platformdirs==2.5.2
tomli==2.0.1 tomli==2.0.1
typing_extensions==4.3.0 typing_extensions==4.3.0

View file

@ -1,8 +1,8 @@
attrs==22.1.0 attrs==22.1.0
aws-sam-translator==1.49.0 aws-sam-translator==1.51.0
boto3==1.24.51 boto3==1.24.80
botocore==1.27.51 botocore==1.27.80
cfn-lint==0.61.5 cfn-lint==0.65.1
jmespath==1.0.1 jmespath==1.0.1
jschema-to-python==1.2.3 jschema-to-python==1.2.3
jsonpatch==1.32 jsonpatch==1.32
@ -10,7 +10,7 @@ jsonpickle==2.2.0
jsonpointer==2.3 jsonpointer==2.3
jsonschema==3.2.0 jsonschema==3.2.0
junit-xml==1.9 junit-xml==1.9
networkx==2.8.5 networkx==2.8.6
pbr==5.10.0 pbr==5.10.0
pyrsistent==0.18.1 pyrsistent==0.18.1
python-dateutil==2.8.2 python-dateutil==2.8.2
@ -18,4 +18,4 @@ PyYAML==6.0
s3transfer==0.6.0 s3transfer==0.6.0
sarif-om==1.0.4 sarif-om==1.0.4
six==1.16.0 six==1.16.0
urllib3==1.26.11 urllib3==1.26.12

View file

@ -1 +1 @@
cpplint==1.6.0 cpplint==1.6.1

View file

@ -1,10 +1,10 @@
astroid==2.11.7 astroid==2.12.10
dill==0.3.5.1 dill==0.3.5.1
isort==5.10.1 isort==5.10.1
lazy-object-proxy==1.7.1 lazy-object-proxy==1.7.1
mccabe==0.7.0 mccabe==0.7.0
platformdirs==2.5.2 platformdirs==2.5.2
pylint==2.14.5 pylint==2.15.3
tomli==2.0.1 tomli==2.0.1
tomlkit==0.11.4 tomlkit==0.11.4
typing_extensions==4.3.0 typing_extensions==4.3.0

View file

@ -1,8 +1,8 @@
black==22.6.0 black==22.8.0
click==8.1.3 click==8.1.3
importlib-metadata==1.7.0 importlib-metadata==1.7.0
mypy-extensions==0.4.3 mypy-extensions==0.4.3
pathspec==0.9.0 pathspec==0.10.1
platformdirs==2.5.2 platformdirs==2.5.2
snakefmt==0.6.1 snakefmt==0.6.1
toml==0.10.2 toml==0.10.2

View file

@ -1,26 +1,26 @@
appdirs==1.4.4 appdirs==1.4.4
attrs==22.1.0 attrs==22.1.0
certifi==2022.6.15 certifi==2022.9.24
charset-normalizer==2.1.0 charset-normalizer==2.1.1
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 decorator==5.1.1
docutils==0.19 docutils==0.19
dpath==2.0.6 dpath==2.0.6
fastjsonschema==2.16.1 fastjsonschema==2.16.2
gitdb==4.0.9 gitdb==4.0.9
GitPython==3.1.27 GitPython==3.1.27
idna==3.3 idna==3.4
importlib-resources==5.9.0 importlib-resources==5.9.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.9.1 jsonschema==4.16.0
jupyter-core==4.11.1 jupyter-core==4.11.1
MarkupSafe==2.1.1 MarkupSafe==2.1.1
nbformat==5.4.0 nbformat==5.6.0
pkgutil_resolve_name==1.3.10 pkgutil_resolve_name==1.3.10
plac==1.3.5 plac==1.3.5
psutil==5.9.1 psutil==5.9.2
PuLP==2.6.0 PuLP==2.6.0
py==1.11.0 py==1.11.0
pyrsistent==0.18.1 pyrsistent==0.18.1
@ -28,14 +28,14 @@ PyYAML==6.0
ratelimiter==1.2.0.post0 ratelimiter==1.2.0.post0
requests==2.28.1 requests==2.28.1
retry==0.9.2 retry==0.9.2
smart-open==6.0.0 smart-open==6.2.0
smmap==5.0.0 smmap==5.0.0
snakemake==7.12.1 snakemake==7.14.0
stopit==1.1.2 stopit==1.1.2
tabulate==0.8.10 tabulate==0.8.10
toposort==1.7 toposort==1.7
traitlets==5.3.0 traitlets==5.4.0
urllib3==1.26.11 urllib3==1.26.12
wrapt==1.14.1 wrapt==1.14.1
yte==1.5.1 yte==1.5.1
zipp==3.8.1 zipp==3.8.1

View file

@ -3,22 +3,22 @@ attrs==22.1.0
chardet==5.0.0 chardet==5.0.0
click==8.1.3 click==8.1.3
colorama==0.4.5 colorama==0.4.5
diff-cover==6.5.1 diff-cover==7.0.1
iniconfig==1.1.1 iniconfig==1.1.1
Jinja2==3.1.2 Jinja2==3.1.2
MarkupSafe==2.1.1 MarkupSafe==2.1.1
packaging==21.3 packaging==21.3
pathspec==0.9.0 pathspec==0.10.1
pluggy==1.0.0 pluggy==1.0.0
py==1.11.0 py==1.11.0
Pygments==2.12.0 Pygments==2.13.0
pyparsing==3.0.9 pyparsing==3.0.9
pytest==7.1.2 pytest==7.1.3
PyYAML==6.0 PyYAML==6.0
regex==2022.7.25 regex==2022.9.13
sqlfluff==1.2.1 sqlfluff==1.3.1
tblib==1.7.0 tblib==1.7.0
toml==0.10.2 toml==0.10.2
tomli==2.0.1 tomli==2.0.1
tqdm==4.64.0 tqdm==4.64.1
typing_extensions==4.3.0 typing_extensions==4.3.0

View file

@ -1,3 +1,3 @@
pathspec==0.9.0 pathspec==0.10.1
PyYAML==6.0 PyYAML==6.0
yamllint==1.27.1 yamllint==1.28.0