diff --git a/poetry.lock b/poetry.lock index 7224f796a7074940085f3a72e88dbaf8bb3df791..c1639444413f22dc47e334552ebd0e7e7c10aa8f 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 = "170.0.2" +version = "170.1.0" 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 = "3f7c64910c07bf2bf8bbacfc21e1360b91a9cdce" +resolved_reference = "2b1f251484ed2cef7a1b55ac7865faa597aeb089" [[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 = "4f3c64e24d22d1d6473f12d780af22c6aedae126" +resolved_reference = "5db29418a58617ad05b32267a2a8a9a58562c93b" [[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 = "2dccf8550744f71eed6d2fc5992ae9aa8d0b9902" +resolved_reference = "34ebd7021b29bf3921b87b63e3ebb7fd2e50099d" [[package]] name = "packaging" diff --git a/pyproject.toml b/pyproject.toml index cfd6e808039580192e8629f1301b536018460eaa..78651f069b51029f54be7106051a4c6e9886769a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leximpact-socio-fiscal-api" -version = "0.1.387" +version = "0.1.388" description = "_HTTP + WebSocket API for OpenFisca" license = "AGPL-3.0" authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]