From 28b50824b17d36cbc25504f774d42810a718f19b Mon Sep 17 00:00:00 2001 From: clallemand <=> Date: Mon, 28 Oct 2024 16:55:48 +0100 Subject: [PATCH 1/3] upgrade packages --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3522b87..73ef1f93 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ python_requires = ">=3.9", install_requires = [ "multipledispatch >=0.6.0, <1.0.0", - "OpenFisca-France >=168.0.0, <169.0.0", + "OpenFisca-France >=169.0.0, <170.0.0", "openFisca-survey-manager >=2.2.0, <2.3.0", ], extras_require = { From 8d17023583abb5e2f180c0404cd420d3cf3744bf Mon Sep 17 00:00:00 2001 From: clallemand <=> Date: Tue, 29 Oct 2024 08:31:21 +0100 Subject: [PATCH 2/3] =?UTF-8?q?enl=C3=A8ve=20la=20d=C3=A9pendance=20=C3=A0?= =?UTF-8?q?=20pytest,=20doublon=20avec=20=20openfisca-survey-manager?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 73ef1f93..e565437b 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,6 @@ "ipython >=7.5.0, <8.0.0", "mypy >=0.670, <1.0.0", "pypandoc", - 'pytest >=7.2.2, <8.0', "scipy >=1.2.1, <2.0.0", "toolz >=0.9.0, <1.0.0", ] From 95b5c460ce4331237c1e313e7e376b62df909f3f Mon Sep 17 00:00:00 2001 From: clallemand <=> Date: Tue, 29 Oct 2024 09:46:01 +0100 Subject: [PATCH 3/3] bump --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6fdf31..d103dcc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 3.6.2 [#264](https://github.com/openfisca/openfisca-france-data/pull/264) + +* Technical changes +- Met à jour les dépendances à openfisca-france et openfisca-survey-manager + ### 3.6.1 [#261](https://github.com/openfisca/openfisca-france-data/pull/261) * Met à jour le smic net (de manière temporaire en ce qui concerne 2024) pour l'inversion du chômage diff --git a/setup.py b/setup.py index e565437b..90b84d44 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "OpenFisca-France-Data", - version = "3.6.1", + version = "3.6.2", description = "OpenFisca-France-Data module to work with French survey data", long_description = long_description, long_description_content_type="text/markdown",