diff --git a/poetry.lock b/poetry.lock index 43d63080b21fd8e4612cc6617058c9e28b88f654..4463f070d7654b145edf1eba84881f7df8dd98e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -589,7 +589,7 @@ web-api = ["Flask (>=2.2.3,<3.0)", "Flask-Cors (>=3.0.10,<4.0)", "Werkzeug (>=2. [[package]] name = "openfisca-france" -version = "169.18.3" +version = "169.18.4" description = "OpenFisca Rules as Code model for France." optional = false python-versions = ">= 3.9" @@ -612,7 +612,7 @@ taxipp = ["pandas (>=1.5.3,<2.0)"] type = "git" url = "https://github.com/openfisca/openfisca-france.git" reference = "wip-leximpact" -resolved_reference = "7dda2057165603cd3c2d02d1cf5efe9199e34d11" +resolved_reference = "69c8655afbd9d47f70d1c0a0293a5bbd5cba7975" [[package]] name = "OpenFisca-France-Indirect-Taxation" @@ -657,7 +657,7 @@ openfisca-france-with-indirect-taxation = {git = "https://git.leximpact.dev/lexi type = "git" url = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-reforms.git" reference = "HEAD" -resolved_reference = "40b35adbab465d22028eecff35d307b008fa0055" +resolved_reference = "861cd19e0f61b7df1cc357d3d921a649367ef1fe" [[package]] name = "openfisca-france-with-indirect-taxation" @@ -677,7 +677,7 @@ openfisca-france-indirect-taxation = {git = "https://github.com/openfisca/openfi type = "git" url = "https://git.leximpact.dev/leximpact/simulateur-socio-fiscal/openfisca/openfisca-france-with-indirect-taxation.git" reference = "HEAD" -resolved_reference = "8fd3fa9ff0234d0f6b300ae712f664f6294803b6" +resolved_reference = "c0dd8f5eff559df7383a592ea29e7d5bfe98fb65" [[package]] name = "packaging" diff --git a/pyproject.toml b/pyproject.toml index bd28b53ddeab133f7fd63784590c620f278dfab4..c48948ab83ea03eee260d6e9a46c6e7760fac974 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leximpact-socio-fiscal-api" -version = "0.1.378" +version = "0.1.379" description = "_HTTP + WebSocket API for OpenFisca" license = "AGPL-3.0" authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]