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,<35.0 #38

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


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).* > # 34.0.0 > > #### Technical changes > > - Use pytest instead of nose in `openfica test` > > ### Breaking changes > > - Remove `generate_tests` function from `openfisca_core.tools.test_runner`: > - While this function was public and documented, its purpose was primarily internal and is unlikely to have been directly used by users. > > ### 33.0.1 > > - Improve error message when too many persons are given a role with a `max` attribute > - This error typically happens when 3 parents are declared in a family, while the entity declaration specifies there can be at most 2. > > # 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: > ... (truncated)
Commits - [`92ce939`](https://github.com/openfisca/openfisca-core/commit/92ce9396e29ae5d9bac5ea604cfce88517c6b35c) Use Pytest in the test runner - [`2ecdc9b`](https://github.com/openfisca/openfisca-core/commit/2ecdc9bd68d10412df273846c9518df8c58f02a3) Bump version number - [`f86720f`](https://github.com/openfisca/openfisca-core/commit/f86720f4a4e1b4cb7ea536116c3eef9c7e4910c5) Upgrade sortedcontainers to remove warning - [`90a7dc2`](https://github.com/openfisca/openfisca-core/commit/90a7dc21a3041db00cce04937d1d3cc0eaba3dae) Require recent pytest version - [`74796c4`](https://github.com/openfisca/openfisca-core/commit/74796c42da83d2bf1baf6f1dfad1c5711b64915f) Remove nose - [`aeb2c45`](https://github.com/openfisca/openfisca-core/commit/aeb2c45eb4449daa1792bc52f17a6d94cdf014eb) Adapt errors to Py3 - [`79ef47b`](https://github.com/openfisca/openfisca-core/commit/79ef47b25bb4b92c98c00f8cd78df1fef57ce12b) Improve error messages - [`c551fac`](https://github.com/openfisca/openfisca-core/commit/c551fac0ad99b643296aedc73b239732bcdd7bf3) Use Pytest instead of nose - [`37c7003`](https://github.com/openfisca/openfisca-core/commit/37c7003915966b19624f7882a4a1f85869a49a4c) Improve error messages for entity role issues - [`459e013`](https://github.com/openfisca/openfisca-core/commit/459e01326bac34600cb86bf20194ad1867409a0c) Bump version number - Additional commits viewable in [compare view](https://github.com/openfisca/openfisca-core/compare/25.2.0...34.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

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.