Update Python dependencies

This commit is contained in:
Super-Linter Automation 2022-12-20 15:35:15 +00:00 committed by Brett Logan
parent f0f63a31aa
commit f5f9a755e7
11 changed files with 68 additions and 81 deletions

View file

@ -1,35 +1,30 @@
ansible-compat==2.2.1 ansible-compat==2.2.7
ansible-core==2.13.4 ansible-core==2.14.1
ansible-lint==6.8.0 ansible-lint==6.10.0
attrs==22.1.0 attrs==22.1.0
black==22.10.0 black==22.12.0
bracex==2.3.post1 bracex==2.3.post1
cffi==1.15.1 cffi==1.15.1
click==8.1.3 click==8.1.3
commonmark==0.9.1 commonmark==0.9.1
cryptography==38.0.1 cryptography==38.0.4
filelock==3.8.0 filelock==3.8.2
importlib-resources==5.10.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.16.0 jsonschema==4.17.3
MarkupSafe==2.1.1 MarkupSafe==2.1.1
mypy-extensions==0.4.3 mypy-extensions==0.4.3
packaging==21.3 packaging==22.0
pathspec==0.10.1 pathspec==0.10.3
pkgutil_resolve_name==1.3.10 platformdirs==2.6.0
platformdirs==2.5.2
pycparser==2.21 pycparser==2.21
Pygments==2.13.0 Pygments==2.13.0
pyparsing==3.0.9 pyrsistent==0.19.2
pyrsistent==0.18.1
PyYAML==6.0 PyYAML==6.0
resolvelib==0.8.1 resolvelib==0.8.1
rich==12.6.0 rich==12.6.0
ruamel.yaml==0.17.21 ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.6 ruamel.yaml.clib==0.2.7
subprocess-tee==0.3.5 subprocess-tee==0.4.1
tomli==2.0.1 tomli==2.0.1
typing_extensions==4.4.0
wcmatch==8.4.1 wcmatch==8.4.1
yamllint==1.28.0 yamllint==1.28.0
zipp==3.9.0

View file

@ -1,7 +1,6 @@
black==22.10.0 black==22.12.0
click==8.1.3 click==8.1.3
mypy-extensions==0.4.3 mypy-extensions==0.4.3
pathspec==0.10.1 pathspec==0.10.3
platformdirs==2.5.2 platformdirs==2.6.0
tomli==2.0.1 tomli==2.0.1
typing_extensions==4.4.0

View file

@ -1,21 +1,21 @@
attrs==22.1.0 attrs==22.1.0
aws-sam-translator==1.52.0 aws-sam-translator==1.55.0
boto3==1.24.89 boto3==1.26.33
botocore==1.27.89 botocore==1.29.33
cfn-lint==0.67.0 cfn-lint==0.72.5
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
jsonpickle==2.2.0 jsonpickle==3.0.1
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.7 networkx==2.8.8
pbr==5.10.0 pbr==5.11.0
pyrsistent==0.18.1 pyrsistent==0.19.2
python-dateutil==2.8.2 python-dateutil==2.8.2
PyYAML==6.0 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.12 urllib3==1.26.13

View file

@ -1,4 +1,4 @@
flake8==5.0.4 flake8==6.0.0
mccabe==0.7.0 mccabe==0.7.0
pycodestyle==2.9.1 pycodestyle==2.10.0
pyflakes==2.5.0 pyflakes==3.0.1

View file

@ -1 +1 @@
isort==5.10.1 isort==5.11.3

View file

@ -1,4 +1,4 @@
mypy==0.982 mypy==0.991
mypy-extensions==0.4.3 mypy-extensions==0.4.3
tomli==2.0.1 tomli==2.0.1
typing_extensions==4.4.0 typing_extensions==4.4.0

View file

@ -1,11 +1,10 @@
astroid==2.12.11 astroid==2.12.13
dill==0.3.5.1 dill==0.3.6
isort==5.10.1 isort==5.11.3
lazy-object-proxy==1.7.1 lazy-object-proxy==1.8.0
mccabe==0.7.0 mccabe==0.7.0
platformdirs==2.5.2 platformdirs==2.6.0
pylint==2.15.4 pylint==2.15.9
tomli==2.0.1 tomli==2.0.1
tomlkit==0.11.5 tomlkit==0.11.6
typing_extensions==4.4.0
wrapt==1.14.1 wrapt==1.14.1

View file

@ -1,11 +1,8 @@
black==22.10.0 black==22.12.0
click==8.1.3 click==8.1.3
importlib-metadata==1.7.0
mypy-extensions==0.4.3 mypy-extensions==0.4.3
pathspec==0.10.1 pathspec==0.10.3
platformdirs==2.5.2 platformdirs==2.6.0
snakefmt==0.6.1 snakefmt==0.8.0
toml==0.10.2 toml==0.10.2
tomli==2.0.1 tomli==2.0.1
typing_extensions==4.4.0
zipp==3.9.0

View file

@ -1,39 +1,37 @@
appdirs==1.4.4 appdirs==1.4.4
attrs==22.1.0 attrs==22.1.0
certifi==2022.9.24 certifi==2022.12.7
charset-normalizer==2.1.1 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
docutils==0.19 docutils==0.19
dpath==2.0.6 dpath==2.1.3
fastjsonschema==2.16.2 fastjsonschema==2.16.2
gitdb==4.0.9 gitdb==4.0.10
GitPython==3.1.28 GitPython==3.1.29
idna==3.4 idna==3.4
importlib-resources==5.10.0
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.16.0 jsonschema==4.17.3
jupyter-core==4.11.1 jupyter_core==5.1.0
MarkupSafe==2.1.1 MarkupSafe==2.1.1
nbformat==5.7.0 nbformat==5.7.1
pkgutil_resolve_name==1.3.10
plac==1.3.5 plac==1.3.5
psutil==5.9.2 platformdirs==2.6.0
PuLP==2.6.0 psutil==5.9.4
pyrsistent==0.18.1 PuLP==2.7.0
pyrsistent==0.19.2
PyYAML==6.0 PyYAML==6.0
ratelimiter==1.2.0.post0
requests==2.28.1 requests==2.28.1
reretry==0.11.1 reretry==0.11.8
smart-open==6.2.0 smart-open==6.3.0
smmap==5.0.0 smmap==5.0.0
snakemake==7.15.2 snakemake==7.19.1
stopit==1.1.2 stopit==1.1.2
tabulate==0.9.0 tabulate==0.9.0
throttler==1.2.2
toposort==1.7 toposort==1.7
traitlets==5.4.0 traitlets==5.8.0
urllib3==1.26.12 urllib3==1.26.13
wrapt==1.14.1 wrapt==1.14.1
yte==1.5.1 yte==1.5.1
zipp==3.9.0

View file

@ -1,22 +1,21 @@
appdirs==1.4.4 appdirs==1.4.4
attrs==22.1.0 attrs==22.1.0
chardet==5.0.0 chardet==5.1.0
click==8.1.3 click==8.1.3
colorama==0.4.5 colorama==0.4.6
diff-cover==7.0.1 diff-cover==7.3.0
exceptiongroup==1.0.4
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==22.0
pathspec==0.10.1 pathspec==0.10.3
pluggy==1.0.0 pluggy==1.0.0
py==1.11.0
Pygments==2.13.0 Pygments==2.13.0
pyparsing==3.0.9 pytest==7.2.0
pytest==7.1.3
PyYAML==6.0 PyYAML==6.0
regex==2022.9.13 regex==2022.10.31
sqlfluff==1.3.2 sqlfluff==1.4.5
tblib==1.7.0 tblib==1.7.0
toml==0.10.2 toml==0.10.2
tomli==2.0.1 tomli==2.0.1

View file

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