From 9b2de6f29f90dd39ffece0d1ab83fc0d696151c8 Mon Sep 17 00:00:00 2001 From: Debian Tax-Benefit <debian@tax-benefit.raviart.com> Date: Wed, 27 Sep 2023 10:51:23 +0200 Subject: [PATCH] 1.0.297 (openfisca-france@153.3.1) --- poetry.lock | 13 +++++-------- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index 80690860..54cacf12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -264,13 +264,13 @@ files = [ [[package]] name = "openfisca-core" -version = "41.0.0" +version = "41.0.1" description = "A versatile microsimulation free software" optional = false python-versions = "*" files = [ - {file = "OpenFisca-Core-41.0.0.tar.gz", hash = "sha256:cb511763f934284565cbb8469c1d7723443d117e0c802959321dd0abb76f7171"}, - {file = "OpenFisca_Core-41.0.0-py3-none-any.whl", hash = "sha256:6853a41bcbec42d5eeda5f762a84c1dbc34d7bea1ad55ae84b898aca1edb3e94"}, + {file = "OpenFisca-Core-41.0.1.tar.gz", hash = "sha256:67ddc00fce03f1378307ef3679fcb14deb174a2e682f00061286f2b01f33fe68"}, + {file = "OpenFisca_Core-41.0.1-py3-none-any.whl", hash = "sha256:19e14b22a181ebccf44a0d056027312b7f3b5df537211e09bf69162a31a64c3f"}, ] [package.dependencies] @@ -295,7 +295,7 @@ web-api = ["Flask (>=2.2.3,<3.0)", "Flask-Cors (>=3.0.10,<4.0)", "Werkzeug (>=2. [[package]] name = "OpenFisca-France" version = "153.3.1" -description = "French tax and benefit system for OpenFisca" +description = "" optional = false python-versions = "*" files = [] @@ -320,7 +320,7 @@ resolved_reference = "b6ca0bcf76c11d3c2d8a953db576510d5ca8da8b" [[package]] name = "OpenFisca-France-Indirect-Taxation" version = "0.4.dev0" -description = "France specific indirect taxation model for OpenFisca -- a versatile microsimulation free software." +description = "" optional = false python-versions = "*" files = [] @@ -332,9 +332,6 @@ OpenFisca-Core = ">=40.1,<42" pandas = ">=1.5.3,<2.0" python-slugify = ">=8.0.1,<9.0" -[package.extras] -dev = ["OpenFisca-Survey-Manager (>=1.1.5,<2)", "autopep8 (>=2.0.2,<3.0)", "flake8 (>=6.0.0,<7.0)", "flake8-bugbear (>=23.3.12,<24.0)", "ipdb (>=0.13.13,<0.14.0)", "matplotlib (>=3.7.1,<4.0)", "nbconvert (>=7.2.10,<8.0)", "pytest (>=7.2.2,<8.0)", "ruamel.yaml (>=0.17.21,<0.18.0)", "seaborn (>=0.12.2,<0.13.0)", "statsmodels (>=0.13.5,<0.14.0)", "xlrd (>=2.0.1,<3.0)"] - [package.source] type = "git" url = "https://github.com/openfisca/openfisca-france-indirect-taxation.git" diff --git a/pyproject.toml b/pyproject.toml index 75bb8b5f..75d985f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openfisca-france-reforms" -version = "1.0.296" +version = "1.0.297" description = "Some reforms for French OpenFisca tax-benefit system" authors = ["Emmanuel Raviart <emmanuel@raviart.com>"] keywords = ["benefit", "france", "microsimulation", "reform", "social", "tax"] -- GitLab