From 987a56d8814d25f80bf07c40cc2f8ab682d919b4 Mon Sep 17 00:00:00 2001 From: Tom Teichler <tom.teichler@teckids.org> Date: Sat, 4 Jun 2022 17:34:18 +0200 Subject: [PATCH] Raise version and fix linting issues --- meta/aleksis-builddeps/pyproject.toml | 6 +++--- meta/aleksis/pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/aleksis-builddeps/pyproject.toml b/meta/aleksis-builddeps/pyproject.toml index 81acabd0..5871d730 100644 --- a/meta/aleksis-builddeps/pyproject.toml +++ b/meta/aleksis-builddeps/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Builddeps" -version = "2021.12.post0" +version = "2021.12.1.dev0" packages = [] description = "AlekSIS (School Information System) — Build/Dev dependencies for apps" @@ -32,12 +32,12 @@ flake8 = "^4.0.0" flake8-django = "^1.0.0" flake8-fixme = "^1.1.1" flake8-mypy = "^17.8.0" -flake8-bandit = "^2.1.2" +flake8-bandit = "^3.0.0" flake8-builtins = "^1.4.1" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.2.0" black = ">=21.0" -flake8-black = "^0.2.4" +flake8-black = "^0.3.0" isort = "^5.0.0" flake8-isort = "^4.0.0" pytest-cov = "^3.0.0" diff --git a/meta/aleksis/pyproject.toml b/meta/aleksis/pyproject.toml index 198bdf62..cba5145d 100644 --- a/meta/aleksis/pyproject.toml +++ b/meta/aleksis/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS" -version = "2021.12.post0" +version = "2021.12.1.dev0" packages = [ { include = "aleksis_meta" } ] include = ["LICNECE.rst"] readme = "README.rst" -- GitLab