diff --git a/requirements/local.in b/requirements/local.in index f7d689b0..07e4cf81 100644 --- a/requirements/local.in +++ b/requirements/local.in @@ -12,7 +12,7 @@ psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 # ------------------------------------------------------------------------------ mypy==0.761 # https://github.com/python/mypy django-stubs==1.4.0 # https://github.com/typeddjango/django-stubs -pytest==5.3.3 # https://github.com/pytest-dev/pytest +pytest==5.3.2 # https://github.com/pytest-dev/pytest pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar # Code quality diff --git a/requirements/local.txt b/requirements/local.txt index 26473369..c501983f 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -103,7 +103,7 @@ pylint==2.4.4 # via pylint-django, pylint-plugin-utils pyparsing==2.4.6 # via edtf, packaging pytest-django==3.8.0 pytest-sugar==0.9.2 -pytest==5.3.3 +pytest==5.3.2 python-dateutil==2.8.1 # via edtf, elasticsearch-dsl, faker python-slugify==4.0.0 python3-openid==3.1.0 # via django-allauth