From a5130284d6eb3be7b4b532cf5722588d69fe3fc5 Mon Sep 17 00:00:00 2001 From: Jay Varner Date: Thu, 30 Nov 2023 14:19:43 -0500 Subject: [PATCH] More dependency updates --- requirements/local.txt | 4 ++-- requirements/production.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/local.txt b/requirements/local.txt index a99383ed..e9252e37 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.2 # 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 @@ -26,7 +26,7 @@ faker~=20.1.0 # Code quality # ------------------------------------------------------------------------------ -coverage==6.5.0 # https://github.com/nedbat/coveragepy +coverage==7.3.2 # https://github.com/nedbat/coveragepy # Django # ------------------------------------------------------------------------------ diff --git a/requirements/production.txt b/requirements/production.txt index 4783f0d7..0d254500 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -8,4 +8,4 @@ raven==6.10.0 # https://github.com/getsentry/raven-python # Django # ------------------------------------------------------------------------------ -django-anymail[mailgun]==9.1 # https://github.com/anymail/django-anymail \ No newline at end of file +django-anymail[mailgun]==10.2 # https://github.com/anymail/django-anymail \ No newline at end of file