diff --git a/poetry.lock b/poetry.lock index 601b36a999c98c20448b6f10f65bfce080d38e6e..ec012601b535ae6ddfb4b2fb41af6830c98d196d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -312,15 +312,15 @@ all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2 [[package]] name = "importlib-metadata" -version = "8.5.0" +version = "8.6.1" description = "Read metadata from Python packages" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] markers = "python_version < \"3.10\"" files = [ - {file = "importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b"}, - {file = "importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7"}, + {file = "importlib_metadata-8.6.1-py3-none-any.whl", hash = "sha256:02a89390c1e15fdfdc0d7c6b25cb3e62650d0494005c97d6f148bf5b9787525e"}, + {file = "importlib_metadata-8.6.1.tar.gz", hash = "sha256:310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580"}, ] [package.dependencies] @@ -332,7 +332,7 @@ cover = ["pytest-cov"] doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] enabler = ["pytest-enabler (>=2.2)"] perf = ["ipython"] -test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"] +test = ["flufl.flake8", "importlib_resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"] type = ["pytest-mypy"] [[package]] @@ -612,7 +612,7 @@ web-api = ["Flask (>=2.2.3,<3.0)", "Flask-Cors (>=3.0.10,<4.0)", "Werkzeug (>=2. [[package]] name = "openfisca-france" -version = "169.14.6" +version = "169.14.7" description = "OpenFisca Rules as Code model for France." optional = false python-versions = ">= 3.9" @@ -636,7 +636,7 @@ taxipp = ["pandas (>=1.5.3,<2.0)"] type = "git" url = "https://github.com/openfisca/openfisca-france.git" reference = "wip-leximpact" -resolved_reference = "df5281a32ad4d5a8ffe22f03ed43ee8c8c0f7657" +resolved_reference = "81bc3f15fe5618d43196e98a26b5bfcb55f055de" [[package]] name = "OpenFisca-France-Indirect-Taxation" @@ -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 = "025ad7fc67e739ff9b4dc01ee239b58fa0704c8e" +resolved_reference = "af488885a6f6851103d47a3e0a8424c0039c4378" [[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 = "1e17d272ef2a4bd342747633629db67518774294" +resolved_reference = "6e1efdbe7cce5cc0347d56643899f3fb3a0c583a" [[package]] name = "packaging" diff --git a/pyproject.toml b/pyproject.toml index 1e251cd3ebd28950565fb04b39fdcc2f3f483797..0d093dc40307291165ed789f460714a859d174bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "leximpact-socio-fiscal-api" -version = "0.1.356" +version = "0.1.357" description = "_HTTP + WebSocket API for OpenFisca" license = "AGPL-3.0" authors = ["Emmanuel Raviart <emmanuel@raviart.com>"]