From 1b5b745e4eeabdceb9014c06a02b60d6f3e3d7a9 Mon Sep 17 00:00:00 2001 From: Carl Crowder Date: Fri, 20 Oct 2023 12:41:32 +0700 Subject: [PATCH] tmp will be squashed, CI debug by YAML hell --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95f29234..be33e56b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,10 +44,10 @@ python = ">=3.7,<4.0" pylint-plugin-utils = ">=0.8" pylint = ">=2.0,<3" Django = {version=">=2.2", optional = true} +pytest = "^7.3.1" [tool.poetry.group.dev.dependencies] tox = "^4.5.1" -pytest = "^7.3.1" pylint = ">=2.13" twine = "^4.0.2" wheel = "^0.40.0"