diff --git a/poetry.lock b/poetry.lock index af5ab7216c44fbc59f87dad42879ed7ec7469712..5e5275a3fcb6930fec1d3463dda14264df53797d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -560,7 +560,7 @@ web-api = ["Flask (>=2.2.3,<3.0)", "Flask-Cors (>=3.0.10,<4.0)", "Werkzeug (>=2. [[package]] name = "OpenFisca-France" -version = "169.11.0" +version = "169.12.0" description = "OpenFisca Rules as Code model for France." optional = false python-versions = ">=3.9" @@ -582,7 +582,7 @@ taxipp = ["pandas (>=1.5.3,<2.0)"] type = "git" url = "https://github.com/openfisca/openfisca-france.git" reference = "wip-leximpact" -resolved_reference = "b0ee71d466724165cdbb189fa5d9db53fefb921c" +resolved_reference = "5460fd48f3e5bb6646e0684e308772138fa4c001" [[package]] name = "OpenFisca-France-Indirect-Taxation" @@ -625,7 +625,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 = "b1370c96f29664a08bc4e88940d3b68a088cbc87" +resolved_reference = "99e0d8ac570b28c9987260f4e6da9826edef4353" [[package]] name = "openfisca-france-with-indirect-taxation" @@ -644,7 +644,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 = "dc5887a024369243c1cc67fe99d8c8a6daecd95f" +resolved_reference = "1e6511f0f568ee99756394f3c67a0b20572e711d" [[package]] name = "packaging" diff --git a/pyproject.toml b/pyproject.toml index de2d3f8ef460ade4eab6aae40d932252d673ef5e..212e9264fdb587c02e49ff404ad6890aa962d18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leximpact-socio-fiscal-api" -version = "0.1.346" +version = "0.1.347" description = "_HTTP + WebSocket API for OpenFisca" license = "AGPL-3.0" authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]