diff --git a/package.json b/package.json index 41d39ac50d9feb19ae22eb1bad4edef0800144b0..c4e728f46ca049fd2a75e4d581b11c6357ef4c3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openfisca/openfisca-json-model-monorepo", - "version": "1.3.7", + "version": "1.5.0", "description": "Library & tools to handle informations extracted in JSON or YAML format from OpenFisca parameters, variables, etc", "private": true, "workspaces": [ diff --git a/packages/extractor/pyproject.toml b/packages/extractor/pyproject.toml index bc9e577d9525a94ac79926645261c7d8c9e77762..a512a48ac4572de8d7ad5a01eba46182fd59bc1e 100644 --- a/packages/extractor/pyproject.toml +++ b/packages/extractor/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tax-benefit-openfisca-json-extractor" -version = "1.3.7" +version = "1.5.0" description = "Extract JSON from OpenFisca parameters, variables, etc" authors = ["Emmanuel Raviart <emmanuel@raviart.com>"] @@ -10,7 +10,7 @@ openfisca-barcelona = { git = "https://github.com/lesmevesajudes/openfisca-barce openfisca-canada-dts = { git = "https://github.com/DTS-STN/openfisca-canada-dts.git", optional = true } openfisca-cote-d-ivoire = { git = "https://github.com/openfisca/openfisca-cote-d-ivoire.git", optional = true } openfisca-country-template = { git = "https://github.com/openfisca/country-template.git", optional = true } -OpenFisca-France = {version = ">= 103.0.0", optional = true} +OpenFisca-France = {version = ">= 104.0.0", optional = true} openfisca-france-dotations-locales = { git = "https://git.leximpact.dev/openfisca/openfisca-france-dotations-locales.git", optional = true } openfisca-france-fiscalite-miniere = { git = "https://github.com/openfisca/openfisca-france-fiscalite-miniere.git", optional = true } openfisca-france-indirect-taxation = { git = "ssh://git@git.nomics.world/ipp/openfisca-france-indirect-taxation.git", optional = true }