From 26be192ca2645d07a3e606ea7c905fd60c5d3ae9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 01:15:35 +0000 Subject: [PATCH] chore(deps) Update dependency pytest to v9 [SECURITY] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7580dab..5fe9f3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,11 +33,11 @@ packages = [ ] readme = "README.md" repository = "https://github.com/atlas-bi/pre-commit-hooks" -version = "0.0.1" +version = "0.0.2" [tool.poetry.dependencies] coverage = {version = "^7.0", optional = true} -pytest = {version = "^7.0.0", optional = true} +pytest = {version = "^9.0.3", optional = true} pytest-cov = {version = "^4.0.0", optional = true} python = "^3.6.2,<4.0"