From 98a013d5fa2de8ade93cd11ea363993522a4f8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:06:36 +0000 Subject: [PATCH] Update openfisca-core requirement from <36,>=34 to >=34,<39 Updates the requirements on [openfisca-core](https://github.com/openfisca/openfisca-core) to permit the latest version. - [Release notes](https://github.com/openfisca/openfisca-core/releases) - [Changelog](https://github.com/openfisca/openfisca-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/openfisca/openfisca-core/compare/34.0.0...38.0.0) --- updated-dependencies: - dependency-name: openfisca-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b178677..0c6ac98 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ ), include_package_data = True, # Will read MANIFEST.in install_requires = [ - 'OpenFisca-Core >=34, <36', + 'OpenFisca-Core >=34, <39', 'PyYAML >= 3.10', 'scipy >= 0.12', ],