From e5f8aeca55d6192e98c77b1b97551a16d6276c4d Mon Sep 17 00:00:00 2001 From: GitInno <86991526+gitnnolabs@users.noreply.github.com> Date: Fri, 15 May 2026 15:13:16 -0300 Subject: [PATCH] Atualiza gunicorn, sentry-sdk, pytest e pytest-cov nos requirements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit coverage 7.10.6 para pytest-cov 7.1.0. Mantém setuptools<82 por packtools. --- requirements/local.txt | 6 +++--- requirements/production.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/local.txt b/requirements/local.txt index cadc3d0..8cd124d 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -8,8 +8,8 @@ watchgod==0.8.2 # https://github.com/samuelcolvin/watchgod django-extensions==3.2.3 # https://github.com/django-extensions/django-extensions django-debug-toolbar # https://github.com/jazzband/django-debug-toolbar -pytest==8.3.5 +pytest==9.0.3 pytest-django==4.11.1 -pytest-cov==6.1.1 -coverage==7.8.0 +pytest-cov==7.1.0 +coverage==7.10.6 django-coverage-plugin==3.1.0 \ No newline at end of file diff --git a/requirements/production.txt b/requirements/production.txt index 3bde9f4..a034216 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -3,9 +3,9 @@ -r base.txt gevent==24.2.1 # http://www.gevent.org/ -gunicorn==21.2.0 # https://github.com/benoitc/gunicorn +gunicorn==26.0.0 psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2 -sentry-sdk[django]==2.5.1 # https://github.com/getsentry/sentry-python +sentry-sdk[django]==2.60.0 # Django # ------------------------------------------------------------------------------