From 161011e2422d2e13809c61a3664682306c32ca63 Mon Sep 17 00:00:00 2001 From: Daniel Raniz Raneland Date: Thu, 8 Aug 2024 11:40:01 +0200 Subject: [PATCH] Update dependencies to latest --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 645adbc..e3d0e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,12 +8,12 @@ authors = [] python = "^3.9" [tool.poetry.group.dev.dependencies] -black = "^23.1.0" -mypy = "^1.1" -pytest = "^7.2.0" -pytest-cov = "^4.0.0" -pytest-mock = "^3.10.0" -ruff = "^0.1.6" +black = "^24.8.0" +mypy = "^1.11.1" +pytest = "^8.3.2" +pytest-cov = "^5.0.0" +pytest-mock = "^3.14.0" +ruff = "^0.5.6" [tool.ruff] select = ["ALL"]