Skip to content

Commit 4ed31bb

Browse files
Update dependency pytest to v9 [SECURITY]
1 parent f326249 commit 4ed31bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)