From 9ced8927830d3f24cdbdfedf52970aa9c6c36573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Hr=C4=8Dek?= Date: Fri, 25 Apr 2025 14:46:25 +0200 Subject: [PATCH] feat: Update Pyproject --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6d7511..906e14a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ keywords = ["mailersend", "mail"] python = "^3.8" requests = "^2.25.0" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] pytest = "^8.0.0" twine = "^6.0.0" pre-commit = "^2.12.1"