openfisca / openfisca-mali

Malian tax and benefit system for OpenFisca
GNU Affero General Public License v3.0
2 stars 2 forks source link

Update yamllint requirement from <1.16,>=1.11.1 to >=1.11.1,<1.17 #36

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on yamllint to permit the latest version.

Changelog *Sourced from [yamllint's changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst).* > 1.16.0 (2019-06-07) > =================== > > - Add FreeBSD installation instructions > - Fix the `line` rule to correctly handle DOS new lines > - Add the `allowed-values` option to the `truthy` rule > - Allow configuration options to be a list of enums > > 1.15.0 (2019-02-11) > =================== > > - Allow linting from standard input with `yamllint -` > > 1.14.0 (2019-01-14) > =================== > > - Fix documentation code snippets > - Drop Python 2.6 and 3.3 support, add Python 3.7 support > - Update documentation and tests for `line-length` + Unicode + Python 2 > - Allow rule configurations to lack options > - Add a new `ignore-shebangs` option for the `comments` rule > > 1.13.0 (2018-11-14) > =================== > > - Use `isinstance(x, y)` instead of `type(x) == y` > - Add a new `-f colored` option > - Update documentation about colored output when run from CLI > > 1.12.1 (2018-10-17) > =================== > > - Fix the `quoted-strings` rule, broken implementation > - Fix missing documentation for the `quoted-strings` rule > > 1.12.0 (2018-10-04) > =================== > > - Add a new `quoted-strings` rule > - Update installation documentation for pip, CentOS, Debian, Ubuntu, Mac OS > > 1.11.1 (2018-04-06) > =================== > > - Handle merge keys (`<<`) in the `key-duplicates` rule > - Update documentation about pre-commit > - Make examples for `ignore` rule clearer > - Clarify documentation on the 'truthy' rule > - Fix crash in parser due to a change in PyYAML > 3.12 > > ... (truncated)
Commits - [`f6a2455`](https://github.com/adrienverge/yamllint/commit/f6a24552d9048484b22c1b5cd51370f8dba8dfd7) yamllint version 1.16.0 - [`0ba1933`](https://github.com/adrienverge/yamllint/commit/0ba193331b8e066218c3c5f3417c214904c23e3b) truthy: Validate options passed to 'allowed-values' - [`f65553c`](https://github.com/adrienverge/yamllint/commit/f65553c4f757dc9037deea552e0475b480eda772) config: Validate config options with list of enums - [`0fef4c1`](https://github.com/adrienverge/yamllint/commit/0fef4c14e78b53af8475339a742c5f68bb973f46) truthy: Try to make docs on allowed-values more explicit - [`4ef7e05`](https://github.com/adrienverge/yamllint/commit/4ef7e05f3a8e3e91b0c0691c6c02077e2408b681) truthy: Add allowed-values configuration option - [`43c5037`](https://github.com/adrienverge/yamllint/commit/43c50379e0a991578dbb05332bdc0513a141cb8a) Sort import orders - [`fec2c2f`](https://github.com/adrienverge/yamllint/commit/fec2c2fba736cabf6bee6b5eeb905cab0dc820f6) fix(parser): Correctly handle DOS new lines in 'line' rules - [`2a66ec2`](https://github.com/adrienverge/yamllint/commit/2a66ec2e5e794be7161004a4979481bf5bebf7ca) Add FreeBSD installation instructions - [`37700ab`](https://github.com/adrienverge/yamllint/commit/37700ab3e606819f3ecb9b2748891a0bf1c03624) yamllint version 1.15.0 - [`f66661e`](https://github.com/adrienverge/yamllint/commit/f66661e36d1170d5ee756351b4f28de366141bb2) docs(cli): Add a paragraph about standard input - Additional commits viewable in [compare view](https://github.com/adrienverge/yamllint/compare/v1.11.1...v1.16.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.