From f3c69597410119d2c88beb80a5a0ed3c8b884668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 5 Apr 2019 14:13:55 +0000 Subject: [PATCH 1/3] Update flake8 requirement from <3.6.0,>=3.5.0 to >=3.5.0,<3.8.0 Updates the requirements on [flake8](https://gitlab.com/pycqa/flake8) to permit the latest version. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.5.0...3.7.7) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7bf8dffe..55dd322c 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ extras_require = { "dev": [ "autopep8 == 1.4.0", - "flake8 >= 3.5.0, < 3.6.0", + "flake8 >=3.5.0,<3.8.0", "flake8-print", "pycodestyle >= 2.3.0, < 2.4.0", # To avoid incompatibility with flake ] From f9d527e34dd06e33933eeb342e430f6b88c97c92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 5 Apr 2019 14:13:54 +0000 Subject: [PATCH 2/3] Update pycodestyle requirement from <2.4.0,>=2.3.0 to >=2.3.0,<2.6.0 Updates the requirements on [pycodestyle](https://github.com/PyCQA/pycodestyle) to permit the latest version. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/master/CHANGES.txt) - [Commits](https://github.com/PyCQA/pycodestyle/compare/2.3.0...2.5.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 55dd322c..5575274e 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "autopep8 == 1.4.0", "flake8 >=3.5.0,<3.8.0", "flake8-print", - "pycodestyle >= 2.3.0, < 2.4.0", # To avoid incompatibility with flake + "pycodestyle >=2.3.0,<2.6.0", # To avoid incompatibility with flake ] }, packages=find_packages(), From 0cc9a2b06d7c34584b9a5c52a62f193361f36142 Mon Sep 17 00:00:00 2001 From: Laurent Bossavit Date: Mon, 8 Apr 2019 15:16:13 +0200 Subject: [PATCH 3/3] Bump version number --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c8d9cd..27e465ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 3.9.2 - [#71](https://github.com/openfisca/country-template/pull/71) + +* Minor change. +* Details: + - Upgrade `flake8` and `pycodestyle` + ### 3.9.1 - [#74](https://github.com/openfisca/country-template/pull/74) * Minor change. diff --git a/setup.py b/setup.py index 5575274e..54a1ae28 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = "OpenFisca-Country-Template", - version = "3.9.1", + version = "3.9.2", author = "OpenFisca Team", author_email = "contact@openfisca.org", classifiers=[