Update Python dependencies (#3000)

Co-authored-by: Super-Linter Automation <noreply@github.com>
This commit is contained in:
github-actions[bot] 2022-06-06 08:12:54 -05:00 committed by GitHub
parent 3bfd26a979
commit dfad0c8b83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 13 deletions

View file

@ -2,7 +2,7 @@ ansible-compat==2.1.0
ansible-core==2.13.0 ansible-core==2.13.0
ansible-lint==6.2.2 ansible-lint==6.2.2
attrs==21.4.0 attrs==21.4.0
bracex==2.3 bracex==2.3.post1
cffi==1.15.0 cffi==1.15.0
commonmark==0.9.1 commonmark==0.9.1
cryptography==37.0.2 cryptography==37.0.2
@ -10,7 +10,7 @@ enrich==1.2.7
importlib-resources==5.7.1 importlib-resources==5.7.1
iniconfig==1.1.1 iniconfig==1.1.1
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.5.1 jsonschema==4.6.0
MarkupSafe==2.1.1 MarkupSafe==2.1.1
packaging==21.3 packaging==21.3
pathspec==0.9.0 pathspec==0.9.0
@ -29,6 +29,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.2.0 typing_extensions==4.2.0
wcmatch==8.3 wcmatch==8.4
yamllint==1.26.3 yamllint==1.26.3
zipp==3.8.0 zipp==3.8.0

View file

@ -1,8 +1,8 @@
attrs==21.4.0 attrs==21.4.0
aws-sam-translator==1.45.0 aws-sam-translator==1.45.0
boto3==1.23.10 boto3==1.24.2
botocore==1.26.10 botocore==1.27.2
cfn-lint==0.60.1 cfn-lint==0.61.0
jmespath==1.0.0 jmespath==1.0.0
jschema-to-python==1.2.3 jschema-to-python==1.2.3
jsonpatch==1.32 jsonpatch==1.32
@ -10,12 +10,12 @@ 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.2 networkx==2.8.3
pbr==5.9.0 pbr==5.9.0
pyrsistent==0.18.1 pyrsistent==0.18.1
python-dateutil==2.8.2 python-dateutil==2.8.2
PyYAML==6.0 PyYAML==6.0
s3transfer==0.5.2 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.9 urllib3==1.26.9

View file

@ -4,7 +4,8 @@ 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.13.9 pylint==2.14.0
tomli==2.0.1 tomli==2.0.1
tomlkit==0.11.0
typing_extensions==4.2.0 typing_extensions==4.2.0
wrapt==1.14.1 wrapt==1.14.1

View file

@ -14,7 +14,7 @@ GitPython==3.1.27
idna==3.3 idna==3.3
importlib-resources==5.7.1 importlib-resources==5.7.1
Jinja2==3.1.2 Jinja2==3.1.2
jsonschema==4.5.1 jsonschema==4.6.0
jupyter-core==4.10.0 jupyter-core==4.10.0
MarkupSafe==2.1.1 MarkupSafe==2.1.1
nbformat==5.4.0 nbformat==5.4.0
@ -33,8 +33,8 @@ snakemake==7.8.1
stopit==1.1.2 stopit==1.1.2
tabulate==0.8.9 tabulate==0.8.9
toposort==1.7 toposort==1.7
traitlets==5.2.1.post0 traitlets==5.2.2.post1
urllib3==1.26.9 urllib3==1.26.9
wrapt==1.14.1 wrapt==1.14.1
yte==1.4.0 yte==1.5.1
zipp==3.8.0 zipp==3.8.0

View file

@ -15,7 +15,7 @@ Pygments==2.12.0
pyparsing==3.0.9 pyparsing==3.0.9
pytest==7.1.2 pytest==7.1.2
PyYAML==6.0 PyYAML==6.0
regex==2022.4.24 regex==2022.6.2
sqlfluff==0.13.2 sqlfluff==0.13.2
tblib==1.7.0 tblib==1.7.0
toml==0.10.2 toml==0.10.2