From 22a8b2d2d6c8b603b8ba33522d6c694062920399 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 06:04:33 +0000 Subject: [PATCH] Update dependency pytest to v9 [SECURITY] --- chart_data_extractor/poetry.lock | 14 +++++++------- chart_data_extractor/pyproject.toml | 2 +- python/pyproject.toml | 2 +- template/requirements.txt | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/chart_data_extractor/poetry.lock b/chart_data_extractor/poetry.lock index 74c58811..41b406f2 100644 --- a/chart_data_extractor/poetry.lock +++ b/chart_data_extractor/poetry.lock @@ -877,21 +877,21 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "8.4.2" +version = "9.0.3" description = "pytest: simple powerful testing with Python" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, - {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, + {file = "pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9"}, + {file = "pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c"}, ] [package.dependencies] colorama = {version = ">=0.4", markers = "sys_platform == \"win32\""} exceptiongroup = {version = ">=1", markers = "python_version < \"3.11\""} -iniconfig = ">=1" -packaging = ">=20" +iniconfig = ">=1.0.1" +packaging = ">=22" pluggy = ">=1.5,<2" pygments = ">=2.7.2" tomli = {version = ">=1", markers = "python_version < \"3.11\""} @@ -1059,4 +1059,4 @@ markers = {dev = "python_version < \"3.11\""} [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "7c5ae094b100602377714f266326fd947b979c004c0bd1dcaf915f290f63069b" +content-hash = "6cd7ca567d40f12d5b26acb3c65a04fa8ae5b6c6483e68350d248d58461adb05" diff --git a/chart_data_extractor/pyproject.toml b/chart_data_extractor/pyproject.toml index 1604bbac..2eb568d1 100644 --- a/chart_data_extractor/pyproject.toml +++ b/chart_data_extractor/pyproject.toml @@ -17,7 +17,7 @@ matplotlib = "^3.10.3" pydantic = "^2.9.1" [tool.poetry.group.dev.dependencies] -pytest = "^8.3.5" +pytest = "^9.0.0" python-dotenv = "^1.2.1" pytest-dotenv = "^0.5.2" ruff = "^0.11.12" diff --git a/python/pyproject.toml b/python/pyproject.toml index 27da009a..e112449b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -17,7 +17,7 @@ attrs = ">=21.3.0" e2b = "^2.7.0" [tool.poetry.group.dev.dependencies] -pytest = "^8.2.0" +pytest = "^9.0.0" python-dotenv = "^1.0.0" pytest-dotenv = "^0.5.2" pytest-asyncio = "^0.24.0" diff --git a/template/requirements.txt b/template/requirements.txt index 39e863ff..2771e3d9 100644 --- a/template/requirements.txt +++ b/template/requirements.txt @@ -26,7 +26,7 @@ opencv-python==4.11.0.86 openpyxl==3.1.5 plotly==6.0.1 kaleido==1.0.0 -pytest==8.3.5 +pytest==9.0.3 python-docx==1.1.2 pytz==2025.2 requests==2.33.0