openfisca / openfisca-cote-d-ivoire

Ivorian tax and benefit system for OpenFisca
2 stars 2 forks source link

Update openfisca-core requirement from <30.0,>=25.2 to >=25.2,<34.0 #37

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on openfisca-core to permit the latest version.

Changelog *Sourced from [openfisca-core's changelog](https://github.com/openfisca/openfisca-core/blob/master/CHANGELOG.md).* > # 33.0.0 > > ### Breaking changes > > - Duplicate keys in YAML parameter files now raise an error > - Before, only one of the two values declared was taking into account, while the other was silently ignored > > ### 32.1.1 [#864](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/864) > > - Fix host in the `/spec` route of the Web API > - The host should not include the HTTP scheme (http or https) > > ## 32.1.0 [#863](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/863) > > - Display symbolic values of Enums in /trace and print_computation_log > > # 32.0.0 [#857](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/857) > > ### Breaking changes > > - Split the "Entity" class hierarchy (Entity, PersonEntity, GroupEntity) into two parallel hierarchies, representing respectively the abstract, model-level information (classes named Entity etc.) and the population-level information (classes named Population and GroupPopulation) > - As a result, the first parameter passed to a formula is now a Population instance > - Much more detail (and class diagrams) in the PR description > - Remove support from the syntax `some_entity.SOME_ROLE` to access roles (where `some_entity` is the entity passed to a formula). > > ### Migration details > > - Use the standard SomeEntity.SOME_ROLE instead. (Where SomeEntity is the capitalized entity or instance, Household.PARENT.) > - Code that relied excessively on internal implementation details of Entity may break, and should be updated to access methods of Entity/Population instead. > > # 31.0.1 [#840](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/840) > > - Improve usability of Enum values: > - Details: > - Allow the use of Enum values in comparisons: instead of using `.possible_values` you can simply `import` the Enum class > - Accept Enum values via set_input (same result as the previous point) > > # 31.0.0 [#813](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/813) > > #### Breaking changes > > - Require clients to make explicit when input variables cover a range of dates, rather than allowing inputs to be derived from past or future values; also removes the `missing_value` base function > > #### Migration notes > > You might need to change your code if any of the following applies: > - you are a model author, and there are variables in your model that use a `base_function` attribute > - your model **or application** uses any non-numeric variables (boolean, date, string or Enum) used in, for which the period on which you define **inputs** does not match the period for which you are requesting **outputs** > > Detailed instructions are provided in the [PR description](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/813). > ... (truncated)
Commits - [`c6f88fe`](https://github.com/openfisca/openfisca-core/commit/c6f88fed25d294bb106928c638ca4c1cac86aff1) Raise error when keys are duplicated in param files - [`844d5c2`](https://github.com/openfisca/openfisca-core/commit/844d5c262e3a8fd8add0cc432b2e32b76a2279c5) Bump version number - [`e58f5e5`](https://github.com/openfisca/openfisca-core/commit/e58f5e5df0fdb961a421baaf82500c9863eee6bd) Remove unused dependency - [`c2efc2f`](https://github.com/openfisca/openfisca-core/commit/c2efc2fb028c90bb41a16bb04206a53fe56fbf36) Clean error messages - [`cef76fa`](https://github.com/openfisca/openfisca-core/commit/cef76fa55345f3320d6a544c8b382d3a1b7b45a6) Raise error on duplicate - [`1a7524c`](https://github.com/openfisca/openfisca-core/commit/1a7524cfc5d556fd7078ef983b273a38a4fcbde8) Add tests on duplicate key - [`986dafe`](https://github.com/openfisca/openfisca-core/commit/986dafef4ffc9754b078dc5a8501d29cbc17fa18) Merge pull request [#864](https://github-redirect.dependabot.com/openfisca/openfisca-core/issues/864) from openfisca/fix-swagger-host - [`5074305`](https://github.com/openfisca/openfisca-core/commit/50743059765b7a51c28b5942fd2c628b72a6f9e8) Fix swagger host - [`5a1fd43`](https://github.com/openfisca/openfisca-core/commit/5a1fd43eb16e55710d9dd84c90ff7408c765e3e6) Merge pull request [#863](https://github-redirect.dependabot.com/openfisca/openfisca-core/issues/863) from openfisca/symbolic-trace - [`9502f37`](https://github.com/openfisca/openfisca-core/commit/9502f3788a37725df1eb2e4624521170f41652e2) Bump version number - Additional commits viewable in [compare view](https://github.com/openfisca/openfisca-core/compare/25.2.0...33.0.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.
dependabot-preview[bot] commented 5 years ago

Superseded by #38.