Skip to content

Commit 22a8b2d

Browse files
Update dependency pytest to v9 [SECURITY]
1 parent f326249 commit 22a8b2d

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

chart_data_extractor/poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chart_data_extractor/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ matplotlib = "^3.10.3"
1717
pydantic = "^2.9.1"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
pytest = "^8.3.5"
20+
pytest = "^9.0.0"
2121
python-dotenv = "^1.2.1"
2222
pytest-dotenv = "^0.5.2"
2323
ruff = "^0.11.12"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ attrs = ">=21.3.0"
1717
e2b = "^2.7.0"
1818

1919
[tool.poetry.group.dev.dependencies]
20-
pytest = "^8.2.0"
20+
pytest = "^9.0.0"
2121
python-dotenv = "^1.0.0"
2222
pytest-dotenv = "^0.5.2"
2323
pytest-asyncio = "^0.24.0"

template/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ opencv-python==4.11.0.86
2626
openpyxl==3.1.5
2727
plotly==6.0.1
2828
kaleido==1.0.0
29-
pytest==8.3.5
29+
pytest==9.0.3
3030
python-docx==1.1.2
3131
pytz==2025.2
3232
requests==2.33.0

0 commit comments

Comments
 (0)