From abf4e7fa3e1094d7c310e02d54f764172db7d97c Mon Sep 17 00:00:00 2001 From: Radu Suciu Date: Wed, 28 Feb 2024 18:40:44 +0000 Subject: [PATCH] chore: remove upper limit on pytest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9db062e..a4a3d89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ {name = "Thomas Meckel"}, ] dependencies = [ - "pytest>=7.2.2,<8", + "pytest>=7.2.2", "python-on-whales>=0.69.0,<1" ] requires-python = ">=3.9"