From 1aef9823b756fb8c24547dd7e63335f3d5c59e27 Mon Sep 17 00:00:00 2001 From: Vlada Dusek Date: Wed, 22 May 2024 15:45:44 +0200 Subject: [PATCH] chore: update dev deps (#227) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9cbbc176..d77d93f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dev = [ "mypy ~= 1.10.0", "pre-commit ~= 3.5.0", "pydoc-markdown ~= 4.8.0", - "pytest ~= 8.0.0", + "pytest ~= 8.2.0", "pytest-asyncio ~= 0.23.0", "pytest-cov ~= 5.0.0", "pytest-only ~= 2.1.0", @@ -44,7 +44,7 @@ dev = [ "pytest-xdist ~= 3.6.0", "redbaron ~= 0.9.0", "ruff ~= 0.4.0", - "twine ~= 5.0.0", + "twine ~= 5.1.0", ] [project.urls]