diff --git a/meta/aleksis-builddeps/pyproject.toml b/meta/aleksis-builddeps/pyproject.toml index 220f27bc1bd2c9d6fc65eb7266895730118605f0..591bd51ef58eea14a95b2c90b8bafbaa6a454b8c 100644 --- a/meta/aleksis-builddeps/pyproject.toml +++ b/meta/aleksis-builddeps/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "AlekSIS-Builddeps" -version = "2022.6.1" +version = "2023.1.dev0" packages = [] description = "AlekSIS (School Information System) — Build/Dev dependencies for apps" @@ -27,19 +27,19 @@ pytest = "^7.2" pytest-django = "^4.1" pytest-django-testing-postgresql = "^0.2" selenium = "^4.0.0" -safety = "^1.8.5" +safety = "^2.0.0" flake8 = "^6.0.0" flake8-django = "^1.0.0" flake8-fixme = "^1.1.1" flake8-mypy = "^17.8.0" -flake8-bandit = "^3.0.0" +flake8-bandit = "^4.0.0" flake8-builtins = "^2.0.0" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.3.0" black = ">=21.0" flake8-black = "^0.3.0" isort = "^5.0.0" -flake8-isort = "^4.0.0" +flake8-isort = "^6.0.0" pytest-cov = "^4.0.0" pytest-sugar = "^0.9.2" curlylint = "^0.13.0"