From 0bf24ecf46c57d3e951b6eda374c865da40ba353 Mon Sep 17 00:00:00 2001 From: Duchesne Sylvain Date: Wed, 16 Aug 2023 10:52:19 +0200 Subject: [PATCH 1/2] Aligne requirements sur france et survey-manager --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index f0bf46e5..f4ef4155 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "OpenFisca-France-Data", - version = "2.0.1", + version = "2.0.2", description = "OpenFisca-France-Data module to work with French survey data", long_description = long_description, long_description_content_type="text/markdown", @@ -47,10 +47,10 @@ ], extras_require = { "test": [ - "autopep8 >= 1.4.0, < 1.5.0", + "autopep8 >= 2.0.2, < 3", "bumpver >= 2022.1120", "dtale", - "flake8 >= 3.7.0, < 4.0.0", + "flake8 >= 6.0.0, < 7.0.0", "ipdb >=0.13, <1.0", "ipython >= 7.5.0, < 8.0.0", "mypy >= 0.670, < 1.0.0", From 4b5c6a47b554fef7fb9206e92c28aec8c51f0a85 Mon Sep 17 00:00:00 2001 From: Duchesne Sylvain Date: Wed, 16 Aug 2023 11:05:59 +0200 Subject: [PATCH 2/2] Changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926ae506..daee8c7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 2.0.2 [#234](https://github.com/openfisca/openfisca-france-data/pull/234) +* Technical changes +- Update autopep8 et flake8 pour avoir des requirements compatibles avec les dernières versions d'openfisca-france et openfisca-survey-manager + ### 2.0.1 [#232](https://github.com/openfisca/openfisca-france-data/pull/232) * Technical changes - Fix de #230 qui se produit quand le wokflow de CI a tourné deux fois pour le même commit, ce qui arrive quand on crée la PR. La solution est de limiter la recherche de l’artefact aux workflows lancés par un push.