diff --git a/poetry.lock b/poetry.lock index 1138f90e26963399388984df90452ed9bcce6708..efe2af12560dd20294dcc661100251c051eee719 100644 --- a/poetry.lock +++ b/poetry.lock @@ -555,14 +555,14 @@ files = [ [[package]] name = "openfisca-core" -version = "43.2.8" +version = "43.3.0" description = "A versatile microsimulation free software" optional = false python-versions = "*" groups = ["main"] files = [ - {file = "openfisca_core-43.2.8-py3-none-any.whl", hash = "sha256:d9974f5d7077434e811717bb6c512194384c57a901009a5119a35155afaf276b"}, - {file = "openfisca_core-43.2.8.tar.gz", hash = "sha256:378a6e7abfcf39124da1413f74628814cd50b1e352ae02b5b5f74946a965f9ed"}, + {file = "openfisca_core-43.3.0-py3-none-any.whl", hash = "sha256:9ecba61a58580817285f32d8b02148759d1b548dc9eae00f7d6c6edf237a6e1a"}, + {file = "openfisca_core-43.3.0.tar.gz", hash = "sha256:6d898c7fa3191b521a84ac989c755617bcb11ae3e0a87d982c7666cf044190b7"}, ] [package.dependencies] @@ -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.1" +version = "169.18.2" 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 = "c0ab0600e5ef65d4bee0478e3847d4509025da3a" +resolved_reference = "92a7b9001c4301db1a54f709e68a8a1645d7e358" [[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 = "771eece4bbbaef8c2199841d78661c01dd3150cd" +resolved_reference = "b88ea3ef1f714a74a55637d90cf1c6b1a06135d1" [[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 = "81a84aa271e302ba83f00ce6ca3b95dbcf44b95e" +resolved_reference = "70cb2b2bb6eb5ceb57efe20c8b798845d1794fdc" [[package]] name = "packaging" @@ -1315,14 +1315,14 @@ files = [ [[package]] name = "starlette" -version = "0.46.0" +version = "0.46.1" description = "The little ASGI library that shines." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "starlette-0.46.0-py3-none-any.whl", hash = "sha256:913f0798bd90ba90a9156383bcf1350a17d6259451d0d8ee27fc0cf2db609038"}, - {file = "starlette-0.46.0.tar.gz", hash = "sha256:b359e4567456b28d473d0193f34c0de0ed49710d75ef183a74a5ce0499324f50"}, + {file = "starlette-0.46.1-py3-none-any.whl", hash = "sha256:77c74ed9d2720138b25875133f3a2dae6d854af2ec37dceb56aef370c1d8a227"}, + {file = "starlette-0.46.1.tar.gz", hash = "sha256:3c88d58ee4bd1bb807c0d1acb381838afc7752f9ddaec81bbe4383611d833230"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index aa65d38cf9b72de86f7a21fe5727f7d8c3190e1f..332b5405fb95161164ac3522e24ee3280ad542c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leximpact-socio-fiscal-api" -version = "0.1.375" +version = "0.1.376" description = "_HTTP + WebSocket API for OpenFisca" license = "AGPL-3.0" authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]