Weekly Python Updates (#2922)

* Update Python dependencies

* fix it

Co-authored-by: Super-Linter Automation <noreply@github.com>
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
This commit is contained in:
github-actions[bot] 2022-05-23 13:26:07 -05:00 committed by GitHub
parent f26cfb25dc
commit 0faf83234e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 14 deletions

View file

@ -35,6 +35,7 @@ skip_list:
- 'command-instead-of-module' # Allow git commands for push, add, etc... - 'command-instead-of-module' # Allow git commands for push, add, etc...
- 'command-instead-of-shell' # Allow use of shell when you want - 'command-instead-of-shell' # Allow use of shell when you want
- 'no-handler' # Allow step to run like handler - 'no-handler' # Allow step to run like handler
- 'unnamed-task' # Allow tasks without a name
################## ##################
# Tags to follow # # Tags to follow #

View file

@ -1,8 +1,8 @@
ansible-compat==2.0.3 ansible-compat==2.0.4
ansible-core==2.12.5 ansible-core==2.13.0
ansible-lint==6.1.0 ansible-lint==6.2.1
attrs==21.4.0 attrs==21.4.0
bracex==2.2.1 bracex==2.3
cffi==1.15.0 cffi==1.15.0
commonmark==0.9.1 commonmark==0.9.1
cryptography==37.0.2 cryptography==37.0.2

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.0 boto3==1.23.5
botocore==1.26.0 botocore==1.26.5
cfn-lint==0.60.0 cfn-lint==0.60.1
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,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 networkx==2.8.2
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

View file

@ -1,5 +1,5 @@
astroid==2.11.5 astroid==2.11.5
dill==0.3.4 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

View file

@ -1,6 +1,6 @@
appdirs==1.4.4 appdirs==1.4.4
attrs==21.4.0 attrs==21.4.0
certifi==2021.10.8 certifi==2022.5.18.1
charset-normalizer==2.0.12 charset-normalizer==2.0.12
ConfigArgParse==1.5.3 ConfigArgParse==1.5.3
connection-pool==0.0.3 connection-pool==0.0.3
@ -19,7 +19,7 @@ jupyter-core==4.10.0
MarkupSafe==2.1.1 MarkupSafe==2.1.1
nbformat==5.4.0 nbformat==5.4.0
plac==1.3.5 plac==1.3.5
psutil==5.9.0 psutil==5.9.1
PuLP==2.6.0 PuLP==2.6.0
py==1.11.0 py==1.11.0
pyrsistent==0.18.1 pyrsistent==0.18.1
@ -29,11 +29,11 @@ requests==2.27.1
retry==0.9.2 retry==0.9.2
smart-open==6.0.0 smart-open==6.0.0
smmap==5.0.0 smmap==5.0.0
snakemake==7.6.2 snakemake==7.7.0
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.0 traitlets==5.2.1.post0
urllib3==1.26.9 urllib3==1.26.9
wrapt==1.14.1 wrapt==1.14.1
yte==1.4.0 yte==1.4.0

View file

@ -16,7 +16,7 @@ pyparsing==3.0.9
pytest==7.1.2 pytest==7.1.2
PyYAML==6.0 PyYAML==6.0
regex==2022.4.24 regex==2022.4.24
sqlfluff==0.13.1 sqlfluff==0.13.2
tblib==1.7.0 tblib==1.7.0
toml==0.10.2 toml==0.10.2
tomli==2.0.1 tomli==2.0.1