From 9663661470c99f608170ae45ea34abdae5265e8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Oct 2024 13:42:18 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b8adcb5fd1..d16e7f1d81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ universal = true [project.optional-dependencies] dev = [ "bandit==1.7.10", - "black==24.8.0", + "black==24.10.0", "pyRdfa3==3.6.4", "cssselect==1.2.0", "factory-boy==3.3.1", @@ -77,13 +77,13 @@ dev = [ "flake8-pyproject==1.2.3", "htmlmin==0.1.12", "ipdb==0.13.13", - "ipython==8.27.0", + "ipython==8.28.0", "isort==5.13.2", "lxml==5.3.0", "msgpack==1.1.0", - "mysqlclient==2.2.4", + "mysqlclient==2.2.5", "pylint==3.3.1", - "pylint-django==2.5.5", + "pylint-django==2.6.1", "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-django==4.9.0", @@ -97,8 +97,8 @@ sandbox = [ "dockerflow==2024.4.2", "factory-boy==3.3.1", "gunicorn==23.0.0", - "psycopg2-binary==2.9.9", - "sentry-sdk==2.14.0", + "psycopg2-binary==2.9.10", + "sentry-sdk==2.17.0", ] [tool.flake8]