From fb26f4ea373c2668cc02c8ea4905ea6af0c1b36a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:11:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20pyt?= =?UTF-8?q?hon=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 922622d6d0..51d146f464 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ dev = [ "pylint==3.3.1", "pylint-django==2.6.1", "pytest==8.3.3", - "pytest-cov==5.0.0", + "pytest-cov==6.0.0", "pytest-django==4.9.0", "responses==0.25.3", ] @@ -98,7 +98,7 @@ sandbox = [ "factory-boy==3.3.1", "gunicorn==23.0.0", "psycopg2-binary==2.9.10", - "sentry-sdk==2.17.0", + "sentry-sdk==2.18.0", ] [tool.flake8]