diff --git a/package.json b/package.json index dd16115db80b29f14d70bdc22d502ab545cfc093..7465bb6cca2ad9c4cf1fbd22263ca5c9a29a07d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tax-benefit/openfisca-json-model-monorepo", - "version": "1.5.19", + "version": "1.5.20", "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 4f1903690bebb0be479fe0690d09a2a7d4e53ed3..7dd138eb07b261fac09717f2c9f2a934a459f861 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.5.19" +version = "1.5.20" 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 = ">= 113.0.0", optional = true} +OpenFisca-France = {version = ">= 113.0.1", optional = true} openfisca-france-dotations-locales = { git = "https://git.leximpact.dev/leximpact/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 }