diff --git a/poetry.lock b/poetry.lock
index ec012601b535ae6ddfb4b2fb41af6830c98d196d..7afb5550d7f559a417a86acb582537c4f1cb724c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -683,7 +683,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 = "af488885a6f6851103d47a3e0a8424c0039c4378"
+resolved_reference = "0db72da60b6735dfcb7010fdd18455b33086f06e"
 
 [[package]]
 name = "openfisca-france-with-indirect-taxation"
@@ -704,7 +704,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 = "6e1efdbe7cce5cc0347d56643899f3fb3a0c583a"
+resolved_reference = "13d4b7d84c0100d05cd6a2215ad795b55cfd5ffe"
 
 [[package]]
 name = "packaging"
@@ -1470,15 +1470,15 @@ markers = {main = "python_version <= \"3.11\" or python_version >= \"3.12\"", de
 
 [[package]]
 name = "tzdata"
-version = "2024.2"
+version = "2025.1"
 description = "Provider of IANA time zone data"
 optional = false
 python-versions = ">=2"
 groups = ["main"]
 markers = "python_version <= \"3.11\" or python_version >= \"3.12\""
 files = [
-    {file = "tzdata-2024.2-py2.py3-none-any.whl", hash = "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd"},
-    {file = "tzdata-2024.2.tar.gz", hash = "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc"},
+    {file = "tzdata-2025.1-py2.py3-none-any.whl", hash = "sha256:7e127113816800496f027041c570f50bcd464a020098a3b6b199517772303639"},
+    {file = "tzdata-2025.1.tar.gz", hash = "sha256:24894909e88cdb28bd1636c6887801df64cb485bd593f2fd83ef29075a81d694"},
 ]
 
 [[package]]
diff --git a/pyproject.toml b/pyproject.toml
index 0d093dc40307291165ed789f460714a859d174bd..6ace1cb861495d17cfd9df7b51500ed7121f4e30 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "leximpact-socio-fiscal-api"
-version = "0.1.357"
+version = "0.1.358"
 description = "_HTTP + WebSocket API for OpenFisca"
 license = "AGPL-3.0"
 authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]