openfisca / openfisca-tunisia

Tunisian tax and benefit system for OpenFisca
http://www.openfisca.tn
15 stars 7 forks source link

Update openfisca-core requirement from <30,>=29 to >=29,<35 #103

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).* > ### 34.3.1 [#900](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/900) > > #### Bug fix > > - Fix serialisation error introduced in [34.2.9](https://github.com/openfisca/openfisca-core/tree/34.2.9) in route `/trace` (Web API) > - This was causing an Internal Server Error > - Notably, `numpy` arrays were not being parsed correctly as not JSON serialisable > > ### 34.3.0 [#894](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/894) > > _Note: this version has been unpublished due to an issue introduced by 34.2.9 in the Web API. Please use 34.3.1 or a more recent version._ > > - Update pytest version's upper bound to 6.0.0 > > ### 34.2.9 [#884](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/884) > > _Note: this version has been unpublished due to an issue introduced by 34.2.9 in the Web API. Please use 34.3.1 or a more recent version._ > > - Refactor simulation tracer implementation > - These changes should be transparent for users > - They should enable more precise performance measures, to come in a later version. > > ### 34.2.8 [#892](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/892) > > #### Documentation > > - Update links to the doc in the API > > ### 34.2.7 [#886](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/885) > > #### Minor change > > - Enforce type checking in tests and Continuous Integration > > ### 34.2.6 [#886](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/886) > > #### Minor change > > - Remove remaining of extra-parameters handling, since that feature was removed in 28.0 > > ### 34.2.5 [#888](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/888) > > #### Technical changes > > - Define a trim option for average rate function. > - Convert a dict_values to a list (left-over by the python 3 migration) > - Use a less stric version dependency for psutils. Problem arising with psutils are mainly due to freeze at install. Use `pip` option `--no-cache-dir` if you face troubles at install. > > ### 34.2.4 [#870](https://github-redirect.dependabot.com/openfisca/openfisca-core/pull/870) > > ... (truncated)
Commits - [`0fbdd00`](https://github.com/openfisca/openfisca-core/commit/0fbdd0018299f6a45314d7582e99f04f3fdd4d8c) Fix serialization error - [`a731178`](https://github.com/openfisca/openfisca-core/commit/a731178fc310c86b83ef02fd41997bb7d55f99de) Bump version number - [`670212e`](https://github.com/openfisca/openfisca-core/commit/670212e4899374341ff71c0389bbcd0a319b36a3) Serialize vectorial parameters in trace - [`04b382a`](https://github.com/openfisca/openfisca-core/commit/04b382aa9ca3f9f6cbf121af5629c09b36c4307c) Update pytest version's upper bound to 6.0.0 - [`a58d8fb`](https://github.com/openfisca/openfisca-core/commit/a58d8fbe1205e3c9c5bcdcdb59182eff24a4b5dd) Update pytest requirement from \<5.0.0,>=4.4.1 to >=4.4.1,<6.0.0 - [`5a73ff9`](https://github.com/openfisca/openfisca-core/commit/5a73ff9e0364d98012848f7908924187a18b29b0) Bump flask from 1.0.3 to 1.1.1 - [`eb8c2d2`](https://github.com/openfisca/openfisca-core/commit/eb8c2d27d88674f1ee4fd9e7b58486a511b3d7ba) Bump flask from 1.0.3 to 1.1.1 - [`fd9e3f1`](https://github.com/openfisca/openfisca-core/commit/fd9e3f1b959917be11f9588b00f6667931e274ef) Refactor tracing implementation - [`a6ee479`](https://github.com/openfisca/openfisca-core/commit/a6ee4796dfdce2736e0963f8e155d5f7d825268c) Bump version number - [`791c448`](https://github.com/openfisca/openfisca-core/commit/791c4486ebe2273ed1d686cf2897c5b2297ba4dd) Use international variable names instead of the famous french toto - Additional commits viewable in [compare view](https://github.com/openfisca/openfisca-core/compare/29.0.0...34.3.1)


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). To ignore the version in this PR you can just close it - `@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.
benjello commented 5 years ago

@sandcha : still having a bug I do not understand ...

dependabot-preview[bot] commented 5 years ago

A newer version of openfisca-core exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

benjello commented 5 years ago

@sandcha : puis-je te laisser faire le ménage ici après merge de #105 ?

benjello commented 5 years ago

Taken care of in #111 Closing.

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.