From 6d03b1212fc4367cff3a6e67b0454fcd41877d7d Mon Sep 17 00:00:00 2001 From: Jay Varner Date: Thu, 30 Nov 2023 14:24:32 -0500 Subject: [PATCH] Fix dependency --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index e9252e37..ac1b8dc5 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -9,7 +9,7 @@ psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ mypy==1.5.1 # https://github.com/python/mypy -pytest>7.4.3 # https://github.com/pytest-dev/pytest +pytest>=7.4.3 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar pytest-cov==4.1.0 pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django