diff --git a/requirements/ci.txt b/requirements/ci.txt index ab02bfd7..b439b927 100644 --- a/requirements/ci.txt +++ b/requirements/ci.txt @@ -10,7 +10,7 @@ psycopg2-binary==2.9.6 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -pytest==7.3.2 # https://github.com/pytest-dev/pytest +pytest==7.4.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar pytest-cov==4.1.0 diff --git a/requirements/local-base.txt b/requirements/local-base.txt index e8672149..3445fb63 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -25,7 +25,7 @@ psycopg2-binary==2.9.6 # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -pytest==7.3.2 # https://github.com/pytest-dev/pytest +pytest==7.4.0 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar pytest-cov==4.1.0 pytest-asyncio==0.21.0 # https://github.com/pytest-dev/pytest-asyncio